2026-03-29 16:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 16: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-29 16:00:05 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-29 16:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 16:00:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 16:00:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 16:00:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 16:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: 4f5287eb511a7797
2026-03-29 16: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-29 16: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-29T16_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-29 16:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 16:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 16: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-29 16:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 16: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-29 16:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 16:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 16:00:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-29 16:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 16:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 16:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-29 16: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-29 16:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 16: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-29 16: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-29 16:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-29 16:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 16:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 16:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-29 16:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 16:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 16:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 16:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 16:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 16:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-29 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-29 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-29 16: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-29 16:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16: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-29 16:00:15 [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-29 16:00:15 [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-29 16:00:15 [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-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-29 16: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-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-29 16: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-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 16: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-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-29 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 16: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-29 16: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-29 16: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-29 16:00:16 [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-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=42630882&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=750173689&gjid=1484073382&cid=2065741570.1774800016&tid=UA-73443533-1&_gid=752409289.1774800016&_r=1&_slc=1&z=608101613> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16: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-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-29 16:00:16 [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-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=42630882&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=750173689&gjid=1484073382&cid=2065741570.1774800016&tid=UA-73443533-1&_gid=752409289.1774800016&_r=1&_slc=1&z=608101613>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938469~117484252&sid=1774800016&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=3477> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=2065741570.1774800016>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=2065741570.1774800016>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117484252&z=1216120111> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938466~115938469~117484252&sid=1774800016&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=1774797153&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=3517> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938466~115938469~117484252&sid=1774800016&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=1774797153&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=3517>
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-29 16: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-29 16:00:17 [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-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16: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-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=2065741570.1774800016>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117484252&z=1216120111>
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938469~117484252&sid=1774800016&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=3477>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:18 [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-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-29 16:00:18 [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-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938466~115938469~117484252&sid=1774800016&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=24&tfd=5186> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:18 [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-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:18 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117484252~118131809&apve=1&apvf=f&apvc=1&tft=1774800018213&tfd=5216> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=2065741570.1774800016>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938469~117484252>
2026-03-29 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115938466~115938469~117484252&sid=1774800016&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=24&tfd=5186>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774799700000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16: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-29 16: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-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800019350&cv=11&fst=1774800019350&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774800019350&cv=11&fst=1774800019350&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16: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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800019374&tfd=6377> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774799700000/5441429.js>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-29 16:00:19 [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-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800019350&cv=11&fst=1774800019350&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774800019350&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B94AYMbUiSBVL0fzeUysbLXYBYsxBgh8vrVoPs_Uqjz9W7G3eFuvPTHjt6gNR010AjHa7tTR5TUuNIj_UusEmEOKPpbbbGWxbjHaI6&random=1662354028&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800019350&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B94AYMbUiSBVL0fzeUysbLXYBYsxBgh8vrVoPs_Uqjz9W7G3eFuvPTHjt6gNR010AjHa7tTR5TUuNIj_UusEmEOKPpbbbGWxbjHaI6&random=1662354028&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-29 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800019350&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B94AYMbUiSBVL0fzeUysbLXYBYsxBgh8vrVoPs_Uqjz9W7G3eFuvPTHjt6gNR010AjHa7tTR5TUuNIj_UusEmEOKPpbbbGWxbjHaI6&random=1662354028&rmt_tld=1&ipr=y>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774800019350&cv=11&fst=1774800019350&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774800019350&cv=11&fst=1774800019350&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&gcp=5&ipr=y)
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774800019350&cv=11&fst=1774800019350&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16: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=84a6afe5d3a340a9bfa944585e78f5af&traceId=84a6afe5d3a340a9bfa944585e78f5af> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774800019350&cv=11&fst=1774800019350&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&gcp=5&ipr=y>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774800019350&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B94AYMbUiSBVL0fzeUysbLXYBYsxBgh8vrVoPs_Uqjz9W7G3eFuvPTHjt6gNR010AjHa7tTR5TUuNIj_UusEmEOKPpbbbGWxbjHaI6&random=1662354028&rmt_tld=0&ipr=y>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800020210&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:20 [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-29 16:00:20 [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-29 16:00:20 [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-29 16:00:20 [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-29 16: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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800019374&tfd=6377>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-29 16:00:20 [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-29 16:00:20 [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-29 16: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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117484252~118131809&apve=1&apvf=f&apvc=1&tft=1774800018213&tfd=5216>
2026-03-29 16:00:20 [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=84a6afe5d3a340a9bfa944585e78f5af&traceId=84a6afe5d3a340a9bfa944585e78f5af>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800020777&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800020210&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800020777&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800021063&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938466~115938469~117484252&sid=1774800016&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=1660&tfd=8162> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800021163&cv=11&fst=1774800021163&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774800021163&cv=11&fst=1774800021163&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117484252~118131809&apve=1&apvf=f&apvc=1&tft=1774800021200&tfd=8203> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800021201&tfd=8204> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938466~115938469~117484252&sid=1774800016&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=1660&tfd=8162>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800021063&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774800021163&cv=11&fst=1774800021163&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774800021163&cv=11&fst=1774800021163&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5&ipr=y)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774800021163&cv=11&fst=1774800021163&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938466~115938469~117484252~118131809&apve=1&apvf=f&apvc=1&tft=1774800021200&tfd=8203>
2026-03-29 16:00:21 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800021201&tfd=8204>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800021163&cv=11&fst=1774800021163&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800021438&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774800021163&cv=11&fst=1774800021163&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5&ipr=y>
2026-03-29 16:00:21 [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-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115938466~115938469~117484252&uid=0&sid=1774800016&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=1774797153&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=2962&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8553> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800021556&cv=11&fst=1774800021556&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774800021556&cv=11&fst=1774800021556&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800021573&tfd=8576> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774800021163&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9d3iFNFs-Bgqo9LR9QJb8T7v48Xaq2tzASr_oAz77vZEb2YFZI4tyKB59_4dBkjH9IOuB1wWh9K2AcshVybuOz5DRur4fY-0gLXr208CG0KgRBPkls73tGp8&random=1422444881&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800021163&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9d3iFNFs-Bgqo9LR9QJb8T7v48Xaq2tzASr_oAz77vZEb2YFZI4tyKB59_4dBkjH9IOuB1wWh9K2AcshVybuOz5DRur4fY-0gLXr208CG0KgRBPkls73tGp8&random=1422444881&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115938466~115938469~117484252&uid=0&sid=1774800016&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=1774797153&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=2962&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8553>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774800021438&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800021556&cv=11&fst=1774800021556&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774800021556&cv=11&fst=1774800021556&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774800021556&cv=11&fst=1774800021556&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5&ipr=y)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774800021556&cv=11&fst=1774800021556&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800021573&tfd=8576>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774800021556&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9dN4vJNyhN6zJ4YRyXLKVUnaKzAvRnyRhfW6jueKToHjmW2vCEdG5nGDwixVpT30JEuN3EqTyxrVx-mhZRczXuWFSENZzysjr95gvOaZaslWtXtoB1_LWpRI&random=767225451&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800021556&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9dN4vJNyhN6zJ4YRyXLKVUnaKzAvRnyRhfW6jueKToHjmW2vCEdG5nGDwixVpT30JEuN3EqTyxrVx-mhZRczXuWFSENZzysjr95gvOaZaslWtXtoB1_LWpRI&random=767225451&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774800021163&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9d3iFNFs-Bgqo9LR9QJb8T7v48Xaq2tzASr_oAz77vZEb2YFZI4tyKB59_4dBkjH9IOuB1wWh9K2AcshVybuOz5DRur4fY-0gLXr208CG0KgRBPkls73tGp8&random=1422444881&rmt_tld=0&ipr=y>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774800021556&cv=11&fst=1774800021556&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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&gcp=5&ipr=y>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800021163&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9d3iFNFs-Bgqo9LR9QJb8T7v48Xaq2tzASr_oAz77vZEb2YFZI4tyKB59_4dBkjH9IOuB1wWh9K2AcshVybuOz5DRur4fY-0gLXr208CG0KgRBPkls73tGp8&random=1422444881&rmt_tld=1&ipr=y>
2026-03-29 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774800021556&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9dN4vJNyhN6zJ4YRyXLKVUnaKzAvRnyRhfW6jueKToHjmW2vCEdG5nGDwixVpT30JEuN3EqTyxrVx-mhZRczXuWFSENZzysjr95gvOaZaslWtXtoB1_LWpRI&random=767225451&rmt_tld=0&ipr=y>
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800021556&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9dN4vJNyhN6zJ4YRyXLKVUnaKzAvRnyRhfW6jueKToHjmW2vCEdG5nGDwixVpT30JEuN3EqTyxrVx-mhZRczXuWFSENZzysjr95gvOaZaslWtXtoB1_LWpRI&random=767225451&rmt_tld=1&ipr=y>
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-29 16:00:22 [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-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/es.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013997/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013996/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013995/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013993/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013992/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013997/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013996/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013995/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013993/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013992/photo_001/260x0__r.jpg>
2026-03-29 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115938466~115938469~117484252&uid=0&sid=1774800016&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=1774797153&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=379&tfd=13554> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774800014800&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=2065741570.1774800016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115938466~115938469~117484252&uid=0&sid=1774800016&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=1774797153&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=379&tfd=13554>
2026-03-29 16:00:26 [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=1774800026780&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800026809&cv=11&fst=1774800026809&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774800026809&cv=11&fst=1774800026809&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:26 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800026821&tfd=13825> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774800026809&cv=11&fst=1774800026809&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774800026809&cv=11&fst=1774800026809&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y)
2026-03-29 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774800026809&cv=11&fst=1774800026809&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800026821&tfd=13825>
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800026809&cv=11&fst=1774800026809&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:27 [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=1774800026780&vi=8c9c1817866680dc7818eca0a017b40b&nc=true&u=129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1&b=129379155.1.1774800020210&cc=15>
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774800026809&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9oUPKzk1vECXOjPRW13CtlZUeNgKVrfWwLq34Q13mJsvWGZRO5Wl9mj__6jhmtG3MM0Drh-I9Lo0Y9YecmlLo6wMVhEmdoiD200FbfDUEzaWfL2UetMzwZhU&random=4068268724&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800026809&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9oUPKzk1vECXOjPRW13CtlZUeNgKVrfWwLq34Q13mJsvWGZRO5Wl9mj__6jhmtG3MM0Drh-I9Lo0Y9YecmlLo6wMVhEmdoiD200FbfDUEzaWfL2UetMzwZhU&random=4068268724&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774800026809&cv=11&fst=1774800026809&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y>
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774800026809&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9oUPKzk1vECXOjPRW13CtlZUeNgKVrfWwLq34Q13mJsvWGZRO5Wl9mj__6jhmtG3MM0Drh-I9Lo0Y9YecmlLo6wMVhEmdoiD200FbfDUEzaWfL2UetMzwZhU&random=4068268724&rmt_tld=0&ipr=y>
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800026809&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9oUPKzk1vECXOjPRW13CtlZUeNgKVrfWwLq34Q13mJsvWGZRO5Wl9mj__6jhmtG3MM0Drh-I9Lo0Y9YecmlLo6wMVhEmdoiD200FbfDUEzaWfL2UetMzwZhU&random=4068268724&rmt_tld=1&ipr=y>
2026-03-29 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://o.clarity.ms/collect>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800029155&cv=11&fst=1774800029155&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774800029155&cv=11&fst=1774800029155&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800029176&cv=11&fst=1774800029176&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774800029176&cv=11&fst=1774800029176&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800029186&tfd=16189> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800029187&tfd=16190> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774800029155&cv=11&fst=1774800029155&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774800029155&cv=11&fst=1774800029155&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5&ipr=y)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774800029155&cv=11&fst=1774800029155&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800029155&cv=11&fst=1774800029155&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774800029176&cv=11&fst=1774800029176&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774800029176&cv=11&fst=1774800029176&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774800029176&cv=11&fst=1774800029176&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800029186&tfd=16189>
2026-03-29 16:00:29 [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=2062235270.1774800018&dt=Search%20%7C%20eCarsTrade&auid=207176370.1774800018&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774797153&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~116991816~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774800029187&tfd=16190>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774800029176&cv=11&fst=1774800029176&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774800029155&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9iBGy2BUQIM6utxcCEMdlitIvXNGYblV50LdGUpMWRPvprLUTh-11mm0qX-DL-qMx-KuYRQ3zAJhDdwM45Lp0yLhN03P50kv3W8vHgQGICj8gtCxqFCZ4aAg&random=2162461539&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800029155&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9iBGy2BUQIM6utxcCEMdlitIvXNGYblV50LdGUpMWRPvprLUTh-11mm0qX-DL-qMx-KuYRQ3zAJhDdwM45Lp0yLhN03P50kv3W8vHgQGICj8gtCxqFCZ4aAg&random=2162461539&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774800029155&cv=11&fst=1774800029155&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5&ipr=y>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774800029176&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9O6IF5stg33QfSBYfBawWAjvFC8NgJrvk0ikrsjW7_qhkYHk5OSlQHxPiaDHFo54n2KHWsCxLA0NTJCBsqHxevQsD2YwNrWrvdj5D_IyQ8od0mIq0u8Tqttk&random=625623060&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800029176&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9O6IF5stg33QfSBYfBawWAjvFC8NgJrvk0ikrsjW7_qhkYHk5OSlQHxPiaDHFo54n2KHWsCxLA0NTJCBsqHxevQsD2YwNrWrvdj5D_IyQ8od0mIq0u8Tqttk&random=625623060&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774800029176&cv=11&fst=1774800029176&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774800029155&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9iBGy2BUQIM6utxcCEMdlitIvXNGYblV50LdGUpMWRPvprLUTh-11mm0qX-DL-qMx-KuYRQ3zAJhDdwM45Lp0yLhN03P50kv3W8vHgQGICj8gtCxqFCZ4aAg&random=2162461539&rmt_tld=0&ipr=y>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774800029176&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9O6IF5stg33QfSBYfBawWAjvFC8NgJrvk0ikrsjW7_qhkYHk5OSlQHxPiaDHFo54n2KHWsCxLA0NTJCBsqHxevQsD2YwNrWrvdj5D_IyQ8od0mIq0u8Tqttk&random=625623060&rmt_tld=0&ipr=y>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800029155&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9iBGy2BUQIM6utxcCEMdlitIvXNGYblV50LdGUpMWRPvprLUTh-11mm0qX-DL-qMx-KuYRQ3zAJhDdwM45Lp0yLhN03P50kv3W8vHgQGICj8gtCxqFCZ4aAg&random=2162461539&rmt_tld=1&ipr=y>
2026-03-29 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774800029176&cv=11&fst=1774800000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117384405~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=207176370.1774800018&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774797153%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=CAQSXgAFq6B9O6IF5stg33QfSBYfBawWAjvFC8NgJrvk0ikrsjW7_qhkYHk5OSlQHxPiaDHFo54n2KHWsCxLA0NTJCBsqHxevQsD2YwNrWrvdj5D_IyQ8od0mIq0u8Tqttk&random=625623060&rmt_tld=1&ipr=y>
2026-03-29 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://o.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 16:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-29 16:00:31 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUmZSVOVFhVtYKDO1AMShAvHFr1vLqyw8Xpn0P-P_VQAeFyZ8XT7ri34tqlB', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808496021, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777392013, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'delghnbasc64hs3tc0qkqib920', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774828813, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836316813, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777392013, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '00da02f2-8b57-4926-950a-52845e659f48', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809360015, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.752409289.1774800016', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774886416, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774800076, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.2065741570.1774800016', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837872016, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '68c50a7b-590b-4f85-b84f-187d6cf2e558', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806336017, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_gcl_au', 'value': '1.1.207176370.1774800018', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782576018, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A5474a94f-1905-47de-95c5-b6f597679ed9%22%2C%22%24device_id%22%3A%225474a94f-1905-47de-95c5-b6f597679ed9%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': 1806336019, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790352020, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '8c9c1817866680dc7818eca0a017b40b', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790352020, '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.1774800020210', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774801820, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-29T16%3A00%3A20.807Z%22%2C%22consentId%22%3A%2253e683d1-408f-491a-b77c-1d011d570509%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T16%3A00%3A20.807Z%22%2C%22expirationTime%22%3A1790524820807%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790524820, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"53e683d1-408f-491a-b77c-1d011d570509","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774800322, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774800016$o1$g1$t1774800029$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837872029, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'FAC_3VT1LQ4ku8_j4JlR9fCnXirsu7P.BWmw8B5ssTA-1774800020-1.0.1.1-sff52lezC.FOFPq79rui7SSfybUgm53cBWwxY9_I.MNZh08HHTsZez5mb0FW.lEICyV1m2AkD1NdRVoPPdA5eIqAXbVQSvpl65WieMF8UCs', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774801820, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 's0HKqPN6BBLTIzJSvt7nE.1BnaF3Q.JUPlb5GtfwdKs-1774800020971-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-29 16:00:31 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUmZSVOVFhVtYKDO1AMShAvHFr1vLqyw8Xpn0P-P_VQAeFyZ8XT7ri34tqlB', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'delghnbasc64hs3tc0qkqib920', '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': '00da02f2-8b57-4926-950a-52845e659f48', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.752409289.1774800016', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.2065741570.1774800016', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '68c50a7b-590b-4f85-b84f-187d6cf2e558', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.207176370.1774800018', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A5474a94f-1905-47de-95c5-b6f597679ed9%22%2C%22%24device_id%22%3A%225474a94f-1905-47de-95c5-b6f597679ed9%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.8c9c1817866680dc7818eca0a017b40b.1774800020210.1774800020210.1774800020210.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '8c9c1817866680dc7818eca0a017b40b', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774800020210', '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-29T16%3A00%3A20.807Z%22%2C%22consentId%22%3A%2253e683d1-408f-491a-b77c-1d011d570509%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T16%3A00%3A20.807Z%22%2C%22expirationTime%22%3A1790524820807%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"53e683d1-408f-491a-b77c-1d011d570509","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774800016$o1$g1$t1774800029$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'FAC_3VT1LQ4ku8_j4JlR9fCnXirsu7P.BWmw8B5ssTA-1774800020-1.0.1.1-sff52lezC.FOFPq79rui7SSfybUgm53cBWwxY9_I.MNZh08HHTsZez5mb0FW.lEICyV1m2AkD1NdRVoPPdA5eIqAXbVQSvpl65WieMF8UCs', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 's0HKqPN6BBLTIzJSvt7nE.1BnaF3Q.JUPlb5GtfwdKs-1774800020971-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-29 16:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-29 16:00:31 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-29 16:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:39 [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-29 16:00:39 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013479auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013479auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013479auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013469auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013469auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013469auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013443auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013443auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013443auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013471auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013471auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013471auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013472auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013472auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013472auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013447auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013447auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013447auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013468auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013468auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013468auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013492auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013492auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013492auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013452auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013452auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013452auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013454auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013454auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013454auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013482auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013482auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013482auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013489auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013489auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013489auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013456auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013456auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013456auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013486auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013486auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013486auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013461auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013461auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013461auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013451auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013451auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013451auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013457auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013457auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013457auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013491auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013491auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013491auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013477auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013477auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013477auction111168: 0
2026-03-29 16:00:39 [ecarstrade.de] INFO: Found listing with ID: 7013450auction111168
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013450auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:39 [ecarstrade.de] INFO: Scrape type for 7013450auction111168: 0
2026-03-29 16:00:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [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-29 16:00:59 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013463auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013463auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013463auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013464auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013464auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013464auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013484auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013484auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013484auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013465auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013465auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013465auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013476auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013476auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013476auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013455auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013455auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013455auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013453auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013453auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013453auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7013478auction111168
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013478auction111168%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7013478auction111168: 0
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001396auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001396auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001396auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001397auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001397auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001397auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001398auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001398auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001398auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001399auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001399auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001399auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001400auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001400auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001400auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001402auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001402auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001402auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001403auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001403auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001403auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001404auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001404auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001404auction111035: 2
2026-03-29 16:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001405auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001405auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001405auction111035: 2
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001406auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001406auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001406auction111035: 2
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001408auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001408auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001408auction111035: 2
2026-03-29 16:00:59 [ecarstrade.de] INFO: Found listing with ID: 7001409auction111035
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001409auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:00:59 [ecarstrade.de] INFO: Scrape type for 7001409auction111035: 2
2026-03-29 16:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001400> (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-29 16:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:06 [ecarstrade.de] INFO: Extracting details for car 7001400auction111035
2026-03-29 16:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1fd19ca-062a-5800-9d19-2515072becc4 with identifier: 7001400auction111035
2026-03-29 16:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1fd19ca-062a-5800-9d19-2515072becc4 with scrape type 2
2026-03-29 16:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1fd19ca-062a-5800-9d19-2515072becc4 with scrape type 2
2026-03-29 16:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e1fd19ca-062a-5800-9d19-2515072becc4, identifier: 7001400auction111035
2026-03-29 16:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e1fd19ca-062a-5800-9d19-2515072becc4 with identifier: 7001400auction111035
2026-03-29 16:01:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e1fd19ca-062a-5800-9d19-2515072becc4 with identifier: 7001400auction111035
2026-03-29 16:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e1fd19ca-062a-5800-9d19-2515072becc4 with identifier: 7001400auction111035 to the API
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001400>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e1fd19ca-062a-5800-9d19-2515072becc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001400',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 7460,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) AWD EU6e, Ultra Black '
'Edition Mild-Hybrid (E6e), (Facelift',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) AWD EU6e, Ultra Black Edition '
'Mild-Hybrid (E6e), (Facelift',
'vin': None,
'year': 2025}
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001400auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:06 [ecarstrade.de] INFO: Saving data for 7001400auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616847.948011, 'last_price_update_time': 1774800066.620102}
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001400auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:06 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 4 pages/min), scraped 1 items (at 1 items/min)
2026-03-29 16:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 201MiB
2026-03-29 16:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001399> (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-29 16:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001402> (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-29 16:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:06 [ecarstrade.de] INFO: Extracting details for car 7001399auction111035
2026-03-29 16:01:06 [ecarstrade.de] INFO: Extracting details for car 7001402auction111035
2026-03-29 16:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb with identifier: 7001399auction111035
2026-03-29 16:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb with scrape type 2
2026-03-29 16:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb with scrape type 2
2026-03-29 16:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb, identifier: 7001399auction111035
2026-03-29 16:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9663c27e-4758-5782-bccd-bfd1d3b0d8fa with identifier: 7001402auction111035
2026-03-29 16:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9663c27e-4758-5782-bccd-bfd1d3b0d8fa with scrape type 2
2026-03-29 16:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9663c27e-4758-5782-bccd-bfd1d3b0d8fa with scrape type 2
2026-03-29 16:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9663c27e-4758-5782-bccd-bfd1d3b0d8fa, identifier: 7001402auction111035
2026-03-29 16:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb with identifier: 7001399auction111035
2026-03-29 16:01:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb with identifier: 7001399auction111035
2026-03-29 16:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb with identifier: 7001399auction111035 to the API
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001399>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '39013f4e-9a17-5ee8-a4d8-4ea4670ed6bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001399',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 12723,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-05',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic '
'(Batt. 60 kWh) optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic (Batt. 60 kWh) '
'optimum charge',
'vin': None,
'year': 2024}
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001399auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:07 [ecarstrade.de] INFO: Saving data for 7001399auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616481.234763, 'last_price_update_time': 1774800067.377986}
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001399auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9663c27e-4758-5782-bccd-bfd1d3b0d8fa with identifier: 7001402auction111035
2026-03-29 16:01:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9663c27e-4758-5782-bccd-bfd1d3b0d8fa with identifier: 7001402auction111035
2026-03-29 16:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9663c27e-4758-5782-bccd-bfd1d3b0d8fa with identifier: 7001402auction111035 to the API
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001402>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '9663c27e-4758-5782-bccd-bfd1d3b0d8fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001402',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 20000,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Seat Ateca (KHP)(08.2020->) DE - SUV5 1.5 TSI ACT EU6d, FR OPF '
'(EURO 6d), (Facelift) 2020 - 2024',
'transmission': 'automatic',
'trim': '(KHP)(08.2020->) DE - SUV5 1.5 TSI ACT EU6d, FR OPF (EURO 6d), '
'(Facelift) 2020 - 2024',
'vin': None,
'year': 2024}
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001402auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:07 [ecarstrade.de] INFO: Saving data for 7001402auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616868.398203, 'last_price_update_time': 1774800067.687835}
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001402auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001398> (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-29 16:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001396> (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-29 16:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001403> (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-29 16:01:07 [ecarstrade.de] INFO: Extracting details for car 7001398auction111035
2026-03-29 16:01:07 [ecarstrade.de] INFO: Extracting details for car 7001396auction111035
2026-03-29 16:01:07 [ecarstrade.de] INFO: Extracting details for car 7001403auction111035
2026-03-29 16:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 879695ae-8f05-5852-b6b8-0e49507a942a with identifier: 7001398auction111035
2026-03-29 16:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 879695ae-8f05-5852-b6b8-0e49507a942a with scrape type 2
2026-03-29 16:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 879695ae-8f05-5852-b6b8-0e49507a942a with scrape type 2
2026-03-29 16:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 879695ae-8f05-5852-b6b8-0e49507a942a, identifier: 7001398auction111035
2026-03-29 16:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64d1192c-ae41-5625-816b-b0592d98dfdf with identifier: 7001396auction111035
2026-03-29 16:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64d1192c-ae41-5625-816b-b0592d98dfdf with scrape type 2
2026-03-29 16:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64d1192c-ae41-5625-816b-b0592d98dfdf with scrape type 2
2026-03-29 16:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 64d1192c-ae41-5625-816b-b0592d98dfdf, identifier: 7001396auction111035
2026-03-29 16:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c277fa68-142d-5be9-971f-71092f3524f9 with identifier: 7001403auction111035
2026-03-29 16:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c277fa68-142d-5be9-971f-71092f3524f9 with scrape type 2
2026-03-29 16:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c277fa68-142d-5be9-971f-71092f3524f9 with scrape type 2
2026-03-29 16:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c277fa68-142d-5be9-971f-71092f3524f9, identifier: 7001403auction111035
2026-03-29 16:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 879695ae-8f05-5852-b6b8-0e49507a942a with identifier: 7001398auction111035
2026-03-29 16:01:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 879695ae-8f05-5852-b6b8-0e49507a942a with identifier: 7001398auction111035
2026-03-29 16:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 879695ae-8f05-5852-b6b8-0e49507a942a with identifier: 7001398auction111035 to the API
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001398>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '879695ae-8f05-5852-b6b8-0e49507a942a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001398',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 48857,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-09',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic '
'(Batt. 60 kWh) optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic (Batt. 60 kWh) '
'optimum charge',
'vin': None,
'year': 2024}
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001398auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:08 [ecarstrade.de] INFO: Saving data for 7001398auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616858.925892, 'last_price_update_time': 1774800068.517003}
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001398auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 64d1192c-ae41-5625-816b-b0592d98dfdf with identifier: 7001396auction111035
2026-03-29 16:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 64d1192c-ae41-5625-816b-b0592d98dfdf with identifier: 7001396auction111035
2026-03-29 16:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 64d1192c-ae41-5625-816b-b0592d98dfdf with identifier: 7001396auction111035 to the API
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001396>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '64d1192c-ae41-5625-816b-b0592d98dfdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001396',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 29244,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC40 (2017->) DE - SUV5 B4 2WD EU6d, Ultimate Dark (EURO 6d), '
'(Facelift) 2022 - 2023',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, Ultimate Dark (EURO 6d), (Facelift) '
'2022 - 2023',
'vin': None,
'year': 2023}
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001396auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:08 [ecarstrade.de] INFO: Saving data for 7001396auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616858.108305, 'last_price_update_time': 1774800068.812575}
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001396auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c277fa68-142d-5be9-971f-71092f3524f9 with identifier: 7001403auction111035
2026-03-29 16:01:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c277fa68-142d-5be9-971f-71092f3524f9 with identifier: 7001403auction111035
2026-03-29 16:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c277fa68-142d-5be9-971f-71092f3524f9 with identifier: 7001403auction111035 to the API
2026-03-29 16:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001403>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'c277fa68-142d-5be9-971f-71092f3524f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001403',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 128982,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz GLC (BM 253)(06.2015->) DE - SUV5 GLC 300 de EU6d, de '
'AMG Line 4Matic (EURO 6d), (Facelift) 2020 - 2022',
'transmission': 'automatic',
'trim': '-Benz GLC (BM 253)(06.2015->) DE - SUV5 de EU6d, de AMG Line 4Matic '
'(EURO 6d), (Facelift) 2020 - 2022',
'vin': None,
'year': 2021}
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001403auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Saving data for 7001403auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616506.127439, 'last_price_update_time': 1774800069.144243}
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001403auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:09 [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-29 16:01:09 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001411auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001411auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001411auction111035: 2
2026-03-29 16:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001413auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001413auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001413auction111035: 2
2026-03-29 16:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001414auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001414auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001414auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001416auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001416auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001416auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001418auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001418auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001418auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001419auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001419auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001419auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001420auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001420auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001420auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001421auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001421auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001421auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001422auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001422auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001422auction111035: 2
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001423auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001423auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001423auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001424auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001424auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001424auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001425auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001425auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001425auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001426auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001426auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001426auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001427auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001427auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001427auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001428auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001428auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001428auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001429auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001429auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001429auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001430auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001430auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001430auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001431auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001431auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001431auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001432auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001432auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001432auction111035: 0
2026-03-29 16:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001433auction111035
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001433auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:09 [ecarstrade.de] INFO: Scrape type for 7001433auction111035: 0
2026-03-29 16:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001404> (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-29 16:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:12 [ecarstrade.de] INFO: Extracting details for car 7001404auction111035
2026-03-29 16:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c290467c-07a6-5bcb-a366-a5e98f723f88 with identifier: 7001404auction111035
2026-03-29 16:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c290467c-07a6-5bcb-a366-a5e98f723f88 with scrape type 2
2026-03-29 16:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c290467c-07a6-5bcb-a366-a5e98f723f88 with scrape type 2
2026-03-29 16:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c290467c-07a6-5bcb-a366-a5e98f723f88, identifier: 7001404auction111035
2026-03-29 16:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c290467c-07a6-5bcb-a366-a5e98f723f88 with identifier: 7001404auction111035
2026-03-29 16:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c290467c-07a6-5bcb-a366-a5e98f723f88 with identifier: 7001404auction111035
2026-03-29 16:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c290467c-07a6-5bcb-a366-a5e98f723f88 with identifier: 7001404auction111035 to the API
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001404>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'c290467c-07a6-5bcb-a366-a5e98f723f88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001404',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 42277,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz C T-Modell (BM 206)(03.2021->) DE - Kb5 C 200 d EU6e, '
'T Avantgarde (EURO 6e), 2024 - 2026',
'transmission': 'automatic',
'trim': '-Benz C T-Modell (BM 206)(03.2021->) DE - Kb5 d EU6e, T Avantgarde '
'(EURO 6e), 2024 - 2026',
'vin': None,
'year': 2024}
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001404auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:13 [ecarstrade.de] INFO: Saving data for 7001404auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616482.541857, 'last_price_update_time': 1774800073.60603}
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001404auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001405> (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-29 16:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:13 [ecarstrade.de] INFO: Extracting details for car 7001405auction111035
2026-03-29 16:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c47197c-842c-54ba-a523-f178d6013341 with identifier: 7001405auction111035
2026-03-29 16:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c47197c-842c-54ba-a523-f178d6013341 with scrape type 2
2026-03-29 16:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c47197c-842c-54ba-a523-f178d6013341 with scrape type 2
2026-03-29 16:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3c47197c-842c-54ba-a523-f178d6013341, identifier: 7001405auction111035
2026-03-29 16:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3c47197c-842c-54ba-a523-f178d6013341 with identifier: 7001405auction111035
2026-03-29 16:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3c47197c-842c-54ba-a523-f178d6013341 with identifier: 7001405auction111035
2026-03-29 16:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3c47197c-842c-54ba-a523-f178d6013341 with identifier: 7001405auction111035 to the API
2026-03-29 16:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001405>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '3c47197c-842c-54ba-a523-f178d6013341',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001405',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 20147,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-19',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic '
'(Batt. 60 kWh) optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic (Batt. 60 kWh) '
'optimum charge',
'vin': None,
'year': 2024}
2026-03-29 16:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001405auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:14 [ecarstrade.de] INFO: Saving data for 7001405auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616479.648246, 'last_price_update_time': 1774800074.300423}
2026-03-29 16:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001405auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001406> (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-29 16:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001411> (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-29 16:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:15 [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-29 16:01:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:15 [ecarstrade.de] INFO: Extracting details for car 7001406auction111035
2026-03-29 16:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 599a5c8d-9a94-509a-8c08-286999d6097b with identifier: 7001406auction111035
2026-03-29 16:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 599a5c8d-9a94-509a-8c08-286999d6097b with scrape type 2
2026-03-29 16:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 599a5c8d-9a94-509a-8c08-286999d6097b with scrape type 2
2026-03-29 16:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 599a5c8d-9a94-509a-8c08-286999d6097b, identifier: 7001406auction111035
2026-03-29 16:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 599a5c8d-9a94-509a-8c08-286999d6097b with identifier: 7001406auction111035
2026-03-29 16:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 599a5c8d-9a94-509a-8c08-286999d6097b with identifier: 7001406auction111035
2026-03-29 16:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 599a5c8d-9a94-509a-8c08-286999d6097b with identifier: 7001406auction111035 to the API
2026-03-29 16:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001406>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '599a5c8d-9a94-509a-8c08-286999d6097b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001406',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 2217,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Golf VIII Lim. (DA1)(2024->) DE - LimS5 1.5 eTSI EU6e, '
'Goal, (Facelift) 2024 - 2025',
'transmission': 'automatic',
'trim': 'VIII Lim. (DA1)(2024->) DE - LimS5 1.5 eTSI EU6e, Goal, (Facelift) '
'2024 - 2025',
'vin': None,
'year': 2025}
2026-03-29 16:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001406auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:15 [ecarstrade.de] INFO: Saving data for 7001406auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616481.698385, 'last_price_update_time': 1774800075.817389}
2026-03-29 16:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001406auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:15 [ecarstrade.de] INFO: Extracting details for car 7001411auction111035
2026-03-29 16:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7877924e-1b1e-5f28-be7e-f5af09e8d0ab with identifier: 7001411auction111035
2026-03-29 16:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7877924e-1b1e-5f28-be7e-f5af09e8d0ab with scrape type 2
2026-03-29 16:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7877924e-1b1e-5f28-be7e-f5af09e8d0ab with scrape type 2
2026-03-29 16:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7877924e-1b1e-5f28-be7e-f5af09e8d0ab, identifier: 7001411auction111035
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7877924e-1b1e-5f28-be7e-f5af09e8d0ab with identifier: 7001411auction111035
2026-03-29 16:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7877924e-1b1e-5f28-be7e-f5af09e8d0ab with identifier: 7001411auction111035
2026-03-29 16:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7877924e-1b1e-5f28-be7e-f5af09e8d0ab with identifier: 7001411auction111035 to the API
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001411>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '7877924e-1b1e-5f28-be7e-f5af09e8d0ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001411',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Puma',
'odometer': 20066,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Ford Puma (2019->) DE - SUV5 1.0 EcoBoost Mild Hybrid EU6d, ST-Line '
'S/S (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': '(2019->) DE - SUV5 1.0 EcoBoost Mild Hybrid EU6d, ST-Line S/S (EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001411auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Saving data for 7001411auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616475.711589, 'last_price_update_time': 1774800076.306588}
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001411auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001435auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001435auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001435auction111035: 2
2026-03-29 16:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001409> (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-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001436auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001436auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001436auction111035: 2
2026-03-29 16:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001438auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001438auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001438auction111035: 2
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001439auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001439auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001439auction111035: 2
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001441auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001441auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001441auction111035: 2
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001442auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001442auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001442auction111035: 2
2026-03-29 16:01:16 [ecarstrade.de] INFO: Extracting details for car 7001409auction111035
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001443auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001443auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001443auction111035: 2
2026-03-29 16:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9f8fea0-13cb-5831-817a-ea2e2f158be6 with identifier: 7001409auction111035
2026-03-29 16:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9f8fea0-13cb-5831-817a-ea2e2f158be6 with scrape type 2
2026-03-29 16:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9f8fea0-13cb-5831-817a-ea2e2f158be6 with scrape type 2
2026-03-29 16:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d9f8fea0-13cb-5831-817a-ea2e2f158be6, identifier: 7001409auction111035
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001445auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001445auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001445auction111035: 2
2026-03-29 16:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d9f8fea0-13cb-5831-817a-ea2e2f158be6 with identifier: 7001409auction111035
2026-03-29 16:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d9f8fea0-13cb-5831-817a-ea2e2f158be6 with identifier: 7001409auction111035
2026-03-29 16:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d9f8fea0-13cb-5831-817a-ea2e2f158be6 with identifier: 7001409auction111035 to the API
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001409>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'd9f8fea0-13cb-5831-817a-ea2e2f158be6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001409',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 40257,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Golf VIII Variant (CG5)(09.2020->2024) DE - Kb5 2.0 TSI '
'EU6d, R 4Motion OPF (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': 'VIII Variant (CG5)(09.2020->2024) DE - Kb5 2.0 TSI EU6d, R 4Motion '
'OPF (EURO 6d), 2021 - 2024',
'vin': None,
'year': 2023}
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001409auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Saving data for 7001409auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616479.06775, 'last_price_update_time': 1774800076.920746}
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001409auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001446auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001446auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001446auction111035: 0
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001447auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001447auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001447auction111035: 0
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001448auction111035
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001448auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:16 [ecarstrade.de] INFO: Scrape type for 7001448auction111035: 0
2026-03-29 16:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001449auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001449auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001449auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001450auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001450auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001450auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001451auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001451auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001451auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001452auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001452auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001452auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001454auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001454auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001454auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001457auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001457auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001457auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001459auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001459auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001459auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001468auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001468auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001468auction111035: 0
2026-03-29 16:01:17 [ecarstrade.de] INFO: Found listing with ID: 7001470auction111035
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001470auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Scrape type for 7001470auction111035: 0
2026-03-29 16:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001408> (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-29 16: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-29 16:01:17 [ecarstrade.de] INFO: Extracting details for car 7001408auction111035
2026-03-29 16:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 148e0ef3-ea50-5998-95a4-874ec39f5d1c with identifier: 7001408auction111035
2026-03-29 16:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 148e0ef3-ea50-5998-95a4-874ec39f5d1c with scrape type 2
2026-03-29 16:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 148e0ef3-ea50-5998-95a4-874ec39f5d1c with scrape type 2
2026-03-29 16:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 148e0ef3-ea50-5998-95a4-874ec39f5d1c, identifier: 7001408auction111035
2026-03-29 16:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 148e0ef3-ea50-5998-95a4-874ec39f5d1c with identifier: 7001408auction111035
2026-03-29 16:01:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 148e0ef3-ea50-5998-95a4-874ec39f5d1c with identifier: 7001408auction111035
2026-03-29 16:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 148e0ef3-ea50-5998-95a4-874ec39f5d1c with identifier: 7001408auction111035 to the API
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001408>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '148e0ef3-ea50-5998-95a4-874ec39f5d1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001408',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 27074,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen ID.3 (E11)(06.2020->2023) DE - LimS5 Pro S, (5-Sitzer), '
'2021 - 2023',
'transmission': 'automatic',
'trim': '(E11)(06.2020->2023) DE - LimS5 Pro S, (5-Sitzer), 2021 - 2023',
'vin': None,
'year': 2023}
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16: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%277001408auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:17 [ecarstrade.de] INFO: Saving data for 7001408auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616478.340032, 'last_price_update_time': 1774800077.684949}
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001408auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001414> (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-29 16:01:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:20 [ecarstrade.de] INFO: Extracting details for car 7001414auction111035
2026-03-29 16:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a468c2c-6b38-5342-8ef2-348c29c63776 with identifier: 7001414auction111035
2026-03-29 16:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a468c2c-6b38-5342-8ef2-348c29c63776 with scrape type 2
2026-03-29 16:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a468c2c-6b38-5342-8ef2-348c29c63776 with scrape type 2
2026-03-29 16:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1a468c2c-6b38-5342-8ef2-348c29c63776, identifier: 7001414auction111035
2026-03-29 16:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1a468c2c-6b38-5342-8ef2-348c29c63776 with identifier: 7001414auction111035
2026-03-29 16:01:20 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1a468c2c-6b38-5342-8ef2-348c29c63776 with identifier: 7001414auction111035
2026-03-29 16:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1a468c2c-6b38-5342-8ef2-348c29c63776 with identifier: 7001414auction111035 to the API
2026-03-29 16:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001414>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid / Petrol',
'id': '1a468c2c-6b38-5342-8ef2-348c29c63776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001414',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': '545',
'odometer': 106452,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW 5 Limousine (G30)(02.2017->) DE - Lim4 545 e EU6d, xDrive '
'(OPF)(EURO 6d), (Facelift) - unrep. Transportschaden s. KVA',
'transmission': 'automatic',
'trim': '5 Limousine (G30)(02.2017->) DE - Lim4 e EU6d, xDrive (OPF)(EURO '
'6d), (Facelift) - unrep. Transportschaden s. KVA',
'vin': None,
'year': 2022}
2026-03-29 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001414auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:21 [ecarstrade.de] INFO: Saving data for 7001414auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616482.991654, 'last_price_update_time': 1774800081.062837}
2026-03-29 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001414auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001419> (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-29 16:01:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:22 [ecarstrade.de] INFO: Extracting details for car 7001419auction111035
2026-03-29 16:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6afced-1806-52ad-b5ed-d4248305e462 with identifier: 7001419auction111035
2026-03-29 16:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6afced-1806-52ad-b5ed-d4248305e462 with scrape type 2
2026-03-29 16:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6afced-1806-52ad-b5ed-d4248305e462 with scrape type 2
2026-03-29 16:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2c6afced-1806-52ad-b5ed-d4248305e462, identifier: 7001419auction111035
2026-03-29 16:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2c6afced-1806-52ad-b5ed-d4248305e462 with identifier: 7001419auction111035
2026-03-29 16:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2c6afced-1806-52ad-b5ed-d4248305e462 with identifier: 7001419auction111035
2026-03-29 16:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2c6afced-1806-52ad-b5ed-d4248305e462 with identifier: 7001419auction111035 to the API
2026-03-29 16:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001419>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '2c6afced-1806-52ad-b5ed-d4248305e462',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001419',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 71757,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kamiq (NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d, Ambition OPF '
'(EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d, Ambition OPF (EURO 6d), '
'2020 - 2023',
'vin': None,
'year': 2022}
2026-03-29 16:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001419auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:22 [ecarstrade.de] INFO: Saving data for 7001419auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616899.566015, 'last_price_update_time': 1774800082.755091}
2026-03-29 16:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001419auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001421> (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-29 16:01:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:23 [ecarstrade.de] INFO: Extracting details for car 7001421auction111035
2026-03-29 16:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8463f302-bbd3-5bbf-8c3b-3b352db810c4 with identifier: 7001421auction111035
2026-03-29 16:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8463f302-bbd3-5bbf-8c3b-3b352db810c4 with scrape type 2
2026-03-29 16:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8463f302-bbd3-5bbf-8c3b-3b352db810c4 with scrape type 2
2026-03-29 16:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8463f302-bbd3-5bbf-8c3b-3b352db810c4, identifier: 7001421auction111035
2026-03-29 16:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8463f302-bbd3-5bbf-8c3b-3b352db810c4 with identifier: 7001421auction111035
2026-03-29 16:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8463f302-bbd3-5bbf-8c3b-3b352db810c4 with identifier: 7001421auction111035
2026-03-29 16:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8463f302-bbd3-5bbf-8c3b-3b352db810c4 with identifier: 7001421auction111035 to the API
2026-03-29 16:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001421>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '8463f302-bbd3-5bbf-8c3b-3b352db810c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001421',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 47134,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Opel Corsa F (2019->) DE - LimS5 1.2 EU6d, Edition (EURO 6d), 2019 '
'- 2023',
'transmission': 'manual',
'trim': 'F (2019->) DE - LimS5 1.2 EU6d, Edition (EURO 6d), 2019 - 2023',
'vin': None,
'year': 2021}
2026-03-29 16:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001421auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:24 [ecarstrade.de] INFO: Saving data for 7001421auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616845.838018, 'last_price_update_time': 1774800084.263574}
2026-03-29 16:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001421auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001422> (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-29 16:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:26 [ecarstrade.de] INFO: Extracting details for car 7001422auction111035
2026-03-29 16:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b947f66-26f1-5e97-b054-ebb2bbf4f41b with identifier: 7001422auction111035
2026-03-29 16:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b947f66-26f1-5e97-b054-ebb2bbf4f41b with scrape type 2
2026-03-29 16:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b947f66-26f1-5e97-b054-ebb2bbf4f41b with scrape type 2
2026-03-29 16:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3b947f66-26f1-5e97-b054-ebb2bbf4f41b, identifier: 7001422auction111035
2026-03-29 16:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3b947f66-26f1-5e97-b054-ebb2bbf4f41b with identifier: 7001422auction111035
2026-03-29 16:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3b947f66-26f1-5e97-b054-ebb2bbf4f41b with identifier: 7001422auction111035
2026-03-29 16:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3b947f66-26f1-5e97-b054-ebb2bbf4f41b with identifier: 7001422auction111035 to the API
2026-03-29 16:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001422>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '3b947f66-26f1-5e97-b054-ebb2bbf4f41b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001422',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 49046,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Ford Kuga (2020->) DE - SUV5 1.5 EcoBoost EU6d, ST-Line X '
'Start/Stopp (EURO 6d), 2020 - 2024',
'transmission': 'manual',
'trim': '(2020->) DE - SUV5 1.5 EcoBoost EU6d, ST-Line X Start/Stopp (EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2021}
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001422auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:27 [ecarstrade.de] INFO: Saving data for 7001422auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616901.448082, 'last_price_update_time': 1774800087.138331}
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001422auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001416> (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-29 16:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:27 [ecarstrade.de] INFO: Extracting details for car 7001416auction111035
2026-03-29 16:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a521e4-6418-5920-a60b-c73cf64ffcbc with identifier: 7001416auction111035
2026-03-29 16:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a521e4-6418-5920-a60b-c73cf64ffcbc with scrape type 2
2026-03-29 16:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4a521e4-6418-5920-a60b-c73cf64ffcbc with scrape type 2
2026-03-29 16:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a4a521e4-6418-5920-a60b-c73cf64ffcbc, identifier: 7001416auction111035
2026-03-29 16:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a4a521e4-6418-5920-a60b-c73cf64ffcbc with identifier: 7001416auction111035
2026-03-29 16:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a4a521e4-6418-5920-a60b-c73cf64ffcbc with identifier: 7001416auction111035
2026-03-29 16:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a4a521e4-6418-5920-a60b-c73cf64ffcbc with identifier: 7001416auction111035 to the API
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001416>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'a4a521e4-6418-5920-a60b-c73cf64ffcbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001416',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 28526,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Leon Sportstourer (KL8/KU8)(09.2020->) DE - Kb5 2.0 TSI EU6d, '
'VZ 4Drive OPF (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': 'Sportstourer (KL8/KU8)(09.2020->) DE - Kb5 2.0 TSI EU6d, VZ 4Drive '
'OPF (EURO 6d), 2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001416auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:27 [ecarstrade.de] INFO: Saving data for 7001416auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616978.163552, 'last_price_update_time': 1774800087.650761}
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001416auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:28 [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-29 16:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7001474auction111035
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001474auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:28 [ecarstrade.de] INFO: Scrape type for 7001474auction111035: 2
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7001475auction111035
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001475auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:28 [ecarstrade.de] INFO: Scrape type for 7001475auction111035: 2
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7001477auction111035
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001477auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:28 [ecarstrade.de] INFO: Scrape type for 7001477auction111035: 2
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7001478auction111035
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001478auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:28 [ecarstrade.de] INFO: Scrape type for 7001478auction111035: 2
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7001479auction111035
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001479auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:28 [ecarstrade.de] INFO: Scrape type for 7001479auction111035: 2
2026-03-29 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7001480auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001480auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001480auction111035: 2
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001481auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001481auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001481auction111035: 2
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001482auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001482auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001482auction111035: 2
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001483auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001483auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001483auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001484auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001484auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001484auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001485auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001485auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001485auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001486auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001486auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001486auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001487auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001487auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001487auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001488auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001488auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001488auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001489auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001489auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001489auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001490auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001490auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001490auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001491auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001491auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001491auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001493auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001493auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001493auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001495auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001495auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001495auction111035: 0
2026-03-29 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7001496auction111035
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001496auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:29 [ecarstrade.de] INFO: Scrape type for 7001496auction111035: 0
2026-03-29 16:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001436> (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-29 16:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:33 [ecarstrade.de] INFO: Extracting details for car 7001436auction111035
2026-03-29 16:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84c29822-495c-5bff-8afa-12d882612a9f with identifier: 7001436auction111035
2026-03-29 16:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84c29822-495c-5bff-8afa-12d882612a9f with scrape type 2
2026-03-29 16:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84c29822-495c-5bff-8afa-12d882612a9f with scrape type 2
2026-03-29 16:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 84c29822-495c-5bff-8afa-12d882612a9f, identifier: 7001436auction111035
2026-03-29 16:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 84c29822-495c-5bff-8afa-12d882612a9f with identifier: 7001436auction111035
2026-03-29 16:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 84c29822-495c-5bff-8afa-12d882612a9f with identifier: 7001436auction111035
2026-03-29 16:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 84c29822-495c-5bff-8afa-12d882612a9f with identifier: 7001436auction111035 to the API
2026-03-29 16:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001436>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '84c29822-495c-5bff-8afa-12d882612a9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001436',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 23013,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-06',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic '
'(Batt. 60 kWh) optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic (Batt. 60 kWh) '
'optimum charge',
'vin': None,
'year': 2024}
2026-03-29 16:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001436auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:33 [ecarstrade.de] INFO: Saving data for 7001436auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616845.317705, 'last_price_update_time': 1774800093.640155}
2026-03-29 16:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001436auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001438> (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-29 16:01:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:33 [ecarstrade.de] INFO: Extracting details for car 7001438auction111035
2026-03-29 16:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1343ab1-fdfc-53f9-be0e-9878220af227 with identifier: 7001438auction111035
2026-03-29 16:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1343ab1-fdfc-53f9-be0e-9878220af227 with scrape type 2
2026-03-29 16:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1343ab1-fdfc-53f9-be0e-9878220af227 with scrape type 2
2026-03-29 16:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f1343ab1-fdfc-53f9-be0e-9878220af227, identifier: 7001438auction111035
2026-03-29 16:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f1343ab1-fdfc-53f9-be0e-9878220af227 with identifier: 7001438auction111035
2026-03-29 16:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f1343ab1-fdfc-53f9-be0e-9878220af227 with identifier: 7001438auction111035
2026-03-29 16:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f1343ab1-fdfc-53f9-be0e-9878220af227 with identifier: 7001438auction111035 to the API
2026-03-29 16:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001438>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'f1343ab1-fdfc-53f9-be0e-9878220af227',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001438',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 15313,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC40 (2017->) DE - SUV5 B4 2WD EU6e, Ultra Black Edition '
'(EURO 6e), (Facelift) 2024 - 2026',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6e, Ultra Black Edition (EURO 6e), '
'(Facelift) 2024 - 2026',
'vin': None,
'year': 2025}
2026-03-29 16:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001438auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:34 [ecarstrade.de] INFO: Saving data for 7001438auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616868.020895, 'last_price_update_time': 1774800094.424623}
2026-03-29 16:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001438auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001439> (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-29 16:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001397> (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-29 16:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:35 [ecarstrade.de] INFO: Extracting details for car 7001439auction111035
2026-03-29 16:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a6ab067-80b4-51a2-aaf8-83b38bebb224 with identifier: 7001439auction111035
2026-03-29 16:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a6ab067-80b4-51a2-aaf8-83b38bebb224 with scrape type 2
2026-03-29 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a6ab067-80b4-51a2-aaf8-83b38bebb224 with scrape type 2
2026-03-29 16:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6a6ab067-80b4-51a2-aaf8-83b38bebb224, identifier: 7001439auction111035
2026-03-29 16:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6a6ab067-80b4-51a2-aaf8-83b38bebb224 with identifier: 7001439auction111035
2026-03-29 16:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6a6ab067-80b4-51a2-aaf8-83b38bebb224 with identifier: 7001439auction111035
2026-03-29 16:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6a6ab067-80b4-51a2-aaf8-83b38bebb224 with identifier: 7001439auction111035 to the API
2026-03-29 16:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001439>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '6a6ab067-80b4-51a2-aaf8-83b38bebb224',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001439',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 40767,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kamiq (NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d, Style OPF '
'(EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d, Style OPF (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2022}
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001439auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:36 [ecarstrade.de] INFO: Saving data for 7001439auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616844.621117, 'last_price_update_time': 1774800096.113196}
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001439auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:36 [ecarstrade.de] INFO: Extracting details for car 7001397auction111035
2026-03-29 16:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 740273bc-40d2-5a13-9139-878808b1b076 with identifier: 7001397auction111035
2026-03-29 16:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 740273bc-40d2-5a13-9139-878808b1b076 with scrape type 2
2026-03-29 16:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 740273bc-40d2-5a13-9139-878808b1b076 with scrape type 2
2026-03-29 16:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 740273bc-40d2-5a13-9139-878808b1b076, identifier: 7001397auction111035
2026-03-29 16:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 740273bc-40d2-5a13-9139-878808b1b076 with identifier: 7001397auction111035
2026-03-29 16:01:36 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 16:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 740273bc-40d2-5a13-9139-878808b1b076 with identifier: 7001397auction111035
2026-03-29 16:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 740273bc-40d2-5a13-9139-878808b1b076 with identifier: 7001397auction111035 to the API
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001397>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '740273bc-40d2-5a13-9139-878808b1b076',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001397',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T6 California',
'odometer': 50050,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen T6.1 California (SH)(08.2019->2024) DE - McAD4 2.0 TDI '
'4Motion EU6d, Ocean (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': 'T6.1 California (SH)(08.2019->2024) DE - McAD4 2.0 TDI 4Motion EU6d, '
'Ocean (EURO 6d), 2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001397auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:36 [ecarstrade.de] INFO: Saving data for 7001397auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616850.487052, 'last_price_update_time': 1774800096.530597}
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001397auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001441> (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-29 16:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:40 [ecarstrade.de] INFO: Extracting details for car 7001441auction111035
2026-03-29 16:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28379fff-3968-5dd3-bf80-e96c8dfb6282 with identifier: 7001441auction111035
2026-03-29 16:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28379fff-3968-5dd3-bf80-e96c8dfb6282 with scrape type 2
2026-03-29 16:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28379fff-3968-5dd3-bf80-e96c8dfb6282 with scrape type 2
2026-03-29 16:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 28379fff-3968-5dd3-bf80-e96c8dfb6282, identifier: 7001441auction111035
2026-03-29 16:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 28379fff-3968-5dd3-bf80-e96c8dfb6282 with identifier: 7001441auction111035
2026-03-29 16:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 28379fff-3968-5dd3-bf80-e96c8dfb6282 with identifier: 7001441auction111035
2026-03-29 16:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 28379fff-3968-5dd3-bf80-e96c8dfb6282 with identifier: 7001441auction111035 to the API
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001441>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '28379fff-3968-5dd3-bf80-e96c8dfb6282',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001441',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 37962,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Opel Grandland (X)(2017->) DE - SUV5 1.2 Turbo EU6d, Elegance (EURO '
'6d), 2020 - 2021',
'transmission': 'automatic',
'trim': 'Grandland (X)(2017->) DE - SUV5 1.2 Turbo EU6d, Elegance (EURO 6d), '
'2020 - 2021',
'vin': None,
'year': 2022}
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001441auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:40 [ecarstrade.de] INFO: Saving data for 7001441auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616866.089786, 'last_price_update_time': 1774800100.592251}
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001441auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001445> (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-29 16:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:40 [ecarstrade.de] INFO: Extracting details for car 7001445auction111035
2026-03-29 16:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28 with identifier: 7001445auction111035
2026-03-29 16:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28 with scrape type 2
2026-03-29 16:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28 with scrape type 2
2026-03-29 16:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28, identifier: 7001445auction111035
2026-03-29 16:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28 with identifier: 7001445auction111035
2026-03-29 16:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28 with identifier: 7001445auction111035
2026-03-29 16:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28 with identifier: 7001445auction111035 to the API
2026-03-29 16:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001445>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'd9b4e2b6-f3a1-5aa4-bd29-4e05b05b8e28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001445',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': 'X5',
'odometer': 48366,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW X5 (G05)(08.2018->) DE - SUV5 xDrive 40d Mild-Hybrid EU6d, M '
'Sport (EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(G05)(08.2018->) DE - SUV5 xDrive 40d Mild-Hybrid EU6d, M Sport '
'(EURO 6d), 2020 - 2023',
'vin': None,
'year': 2023}
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001445auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:41 [ecarstrade.de] INFO: Saving data for 7001445auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616538.272325, 'last_price_update_time': 1774800101.141157}
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001445auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001435> (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-29 16:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:41 [ecarstrade.de] INFO: Extracting details for car 7001435auction111035
2026-03-29 16:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b8ae386-2fd2-5288-82a0-fc54769a5be8 with identifier: 7001435auction111035
2026-03-29 16:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b8ae386-2fd2-5288-82a0-fc54769a5be8 with scrape type 2
2026-03-29 16:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b8ae386-2fd2-5288-82a0-fc54769a5be8 with scrape type 2
2026-03-29 16:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3b8ae386-2fd2-5288-82a0-fc54769a5be8, identifier: 7001435auction111035
2026-03-29 16:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3b8ae386-2fd2-5288-82a0-fc54769a5be8 with identifier: 7001435auction111035
2026-03-29 16:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3b8ae386-2fd2-5288-82a0-fc54769a5be8 with identifier: 7001435auction111035
2026-03-29 16:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3b8ae386-2fd2-5288-82a0-fc54769a5be8 with identifier: 7001435auction111035 to the API
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001435>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '3b8ae386-2fd2-5288-82a0-fc54769a5be8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001435',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 87245,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q4 e-tron (F4B)(04.2021->) DE - SUV5 40, 2021 - 2023',
'transmission': 'automatic',
'trim': '(F4B)(04.2021->) DE - SUV5 40, 2021 - 2023',
'vin': None,
'year': 2024}
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001435auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:41 [ecarstrade.de] INFO: Saving data for 7001435auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616896.657441, 'last_price_update_time': 1774800101.655502}
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001435auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001442> (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-29 16:01:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:42 [ecarstrade.de] INFO: Extracting details for car 7001442auction111035
2026-03-29 16:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfba209c-f29d-5e73-bf20-c377c8e87a86 with identifier: 7001442auction111035
2026-03-29 16:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfba209c-f29d-5e73-bf20-c377c8e87a86 with scrape type 2
2026-03-29 16:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfba209c-f29d-5e73-bf20-c377c8e87a86 with scrape type 2
2026-03-29 16:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bfba209c-f29d-5e73-bf20-c377c8e87a86, identifier: 7001442auction111035
2026-03-29 16:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bfba209c-f29d-5e73-bf20-c377c8e87a86 with identifier: 7001442auction111035
2026-03-29 16:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bfba209c-f29d-5e73-bf20-c377c8e87a86 with identifier: 7001442auction111035
2026-03-29 16:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bfba209c-f29d-5e73-bf20-c377c8e87a86 with identifier: 7001442auction111035 to the API
2026-03-29 16:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001442>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'bfba209c-f29d-5e73-bf20-c377c8e87a86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001442',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 91303,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz C T-Modell (BM 205)(09.2014->) DE - Kb5 C 200 d EU6d, '
'T AMG Line (EURO 6d), (Facelift) 2019 - 2021',
'transmission': 'manual',
'trim': '-Benz C T-Modell (BM 205)(09.2014->) DE - Kb5 d EU6d, T AMG Line '
'(EURO 6d), (Facelift) 2019 - 2021',
'vin': None,
'year': 2020}
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001442auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:43 [ecarstrade.de] INFO: Saving data for 7001442auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616734.491398, 'last_price_update_time': 1774800103.08696}
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001442auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001443> (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-29 16:01:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:43 [ecarstrade.de] INFO: Extracting details for car 7001443auction111035
2026-03-29 16:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd4fc87-9ea0-55dd-b113-2308fb1df136 with identifier: 7001443auction111035
2026-03-29 16:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd4fc87-9ea0-55dd-b113-2308fb1df136 with scrape type 2
2026-03-29 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd4fc87-9ea0-55dd-b113-2308fb1df136 with scrape type 2
2026-03-29 16:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4cd4fc87-9ea0-55dd-b113-2308fb1df136, identifier: 7001443auction111035
2026-03-29 16:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4cd4fc87-9ea0-55dd-b113-2308fb1df136 with identifier: 7001443auction111035
2026-03-29 16:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4cd4fc87-9ea0-55dd-b113-2308fb1df136 with identifier: 7001443auction111035
2026-03-29 16:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4cd4fc87-9ea0-55dd-b113-2308fb1df136 with identifier: 7001443auction111035 to the API
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001443>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '4cd4fc87-9ea0-55dd-b113-2308fb1df136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001443',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 62144,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kodiaq (NS)(2016->) DE - SUV5 2.0 TDI EU6d, Style (EURO 6d), '
'(Facelift) 2021 - 2023',
'transmission': 'automatic',
'trim': '(NS)(2016->) DE - SUV5 2.0 TDI EU6d, Style (EURO 6d), (Facelift) '
'2021 - 2023',
'vin': None,
'year': 2023}
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001443auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:43 [ecarstrade.de] INFO: Saving data for 7001443auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616735.185808, 'last_price_update_time': 1774800103.658785}
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001443auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001474> (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-29 16:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:47 [ecarstrade.de] INFO: Extracting details for car 7001474auction111035
2026-03-29 16:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97953ed1-7b0c-5087-80a7-7283e81b9ee0 with identifier: 7001474auction111035
2026-03-29 16:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97953ed1-7b0c-5087-80a7-7283e81b9ee0 with scrape type 2
2026-03-29 16:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97953ed1-7b0c-5087-80a7-7283e81b9ee0 with scrape type 2
2026-03-29 16:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 97953ed1-7b0c-5087-80a7-7283e81b9ee0, identifier: 7001474auction111035
2026-03-29 16:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 97953ed1-7b0c-5087-80a7-7283e81b9ee0 with identifier: 7001474auction111035
2026-03-29 16:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 97953ed1-7b0c-5087-80a7-7283e81b9ee0 with identifier: 7001474auction111035
2026-03-29 16:01:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 97953ed1-7b0c-5087-80a7-7283e81b9ee0 with identifier: 7001474auction111035 to the API
2026-03-29 16:01:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001474>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '97953ed1-7b0c-5087-80a7-7283e81b9ee0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001474',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 42139,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Hyundai Tucson (NX)(12.2020->) DE - SUV5 1.6 T-GDI Mild-Hybrid '
'EU6d, N Line Mild-Hybrid 4WD (EURO 6d)(OPF), 202',
'transmission': 'automatic',
'trim': '(NX)(12.2020->) DE - SUV5 1.6 T-GDI Mild-Hybrid EU6d, N Line '
'Mild-Hybrid 4WD (EURO 6d)(OPF), 202',
'vin': None,
'year': 2023}
2026-03-29 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001474auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:47 [ecarstrade.de] INFO: Saving data for 7001474auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616508.696056, 'last_price_update_time': 1774800107.799486}
2026-03-29 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001474auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001475> (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-29 16:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:48 [ecarstrade.de] INFO: Extracting details for car 7001475auction111035
2026-03-29 16:01:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cd2842d-d342-5b89-8a79-8c2c7bac1afd with identifier: 7001475auction111035
2026-03-29 16:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cd2842d-d342-5b89-8a79-8c2c7bac1afd with scrape type 2
2026-03-29 16:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cd2842d-d342-5b89-8a79-8c2c7bac1afd with scrape type 2
2026-03-29 16:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4cd2842d-d342-5b89-8a79-8c2c7bac1afd, identifier: 7001475auction111035
2026-03-29 16:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4cd2842d-d342-5b89-8a79-8c2c7bac1afd with identifier: 7001475auction111035
2026-03-29 16:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4cd2842d-d342-5b89-8a79-8c2c7bac1afd with identifier: 7001475auction111035
2026-03-29 16:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4cd2842d-d342-5b89-8a79-8c2c7bac1afd with identifier: 7001475auction111035 to the API
2026-03-29 16:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001475>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4cd2842d-d342-5b89-8a79-8c2c7bac1afd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001475',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': 'X1',
'odometer': 95678,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW X1 (F48)(2015->) DE - SUV5 xDrive25e EU6d, Advantage (EURO 6d), '
'(Facelift) 2020 - 2022',
'transmission': 'automatic',
'trim': '(F48)(2015->) DE - SUV5 xDrive25e EU6d, Advantage (EURO 6d), '
'(Facelift) 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001475auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:48 [ecarstrade.de] INFO: Saving data for 7001475auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616500.266433, 'last_price_update_time': 1774800108.729625}
2026-03-29 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001475auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:49 [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-29 16:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:49 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:01:49 [ecarstrade.de] INFO: Found listing with ID: 7001497auction111035
2026-03-29 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001497auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:49 [ecarstrade.de] INFO: Scrape type for 7001497auction111035: 0
2026-03-29 16:01:49 [ecarstrade.de] INFO: Found listing with ID: 7001498auction111035
2026-03-29 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001498auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:49 [ecarstrade.de] INFO: Scrape type for 7001498auction111035: 0
2026-03-29 16:01:49 [ecarstrade.de] INFO: Found listing with ID: 7001499auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001499auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001499auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001500auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001500auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001500auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001501auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001501auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001501auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001502auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001502auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001502auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001503auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001503auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001503auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001504auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001504auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001504auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001505auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001505auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001505auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001506auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001506auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001506auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001507auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001507auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001507auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001508auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001508auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001508auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001509auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001509auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001509auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001510auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001510auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001510auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001511auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001511auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001511auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001512auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001512auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001512auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001513auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001513auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001513auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001514auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001514auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001514auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001516auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001516auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001516auction111035: 0
2026-03-29 16:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001517auction111035
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001517auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Scrape type for 7001517auction111035: 0
2026-03-29 16:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001413> (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-29 16:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:50 [ecarstrade.de] INFO: Extracting details for car 7001413auction111035
2026-03-29 16:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 776bee48-ec62-5fcb-836d-0b6cf81d9f22 with identifier: 7001413auction111035
2026-03-29 16:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 776bee48-ec62-5fcb-836d-0b6cf81d9f22 with scrape type 2
2026-03-29 16:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 776bee48-ec62-5fcb-836d-0b6cf81d9f22 with scrape type 2
2026-03-29 16:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 776bee48-ec62-5fcb-836d-0b6cf81d9f22, identifier: 7001413auction111035
2026-03-29 16:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 776bee48-ec62-5fcb-836d-0b6cf81d9f22 with identifier: 7001413auction111035
2026-03-29 16:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 776bee48-ec62-5fcb-836d-0b6cf81d9f22 with identifier: 7001413auction111035
2026-03-29 16:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 776bee48-ec62-5fcb-836d-0b6cf81d9f22 with identifier: 7001413auction111035 to the API
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001413>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '776bee48-ec62-5fcb-836d-0b6cf81d9f22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001413',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 29807,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Ford S-MAX (CDR)(2015->) DE - Van5 2.0 EcoBlue EU6d, Titanium '
'Start/Stopp (EURO 6d), (Facelift) 2020 - 2',
'transmission': 'automatic',
'trim': 'S-MAX (CDR)(2015->) DE - Van5 2.0 EcoBlue EU6d, Titanium '
'Start/Stopp (EURO 6d), (Facelift) 2020 - 2',
'vin': None,
'year': 2022}
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001413auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:50 [ecarstrade.de] INFO: Saving data for 7001413auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616476.851926, 'last_price_update_time': 1774800110.968519}
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001413auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001420> (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-29 16:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:51 [ecarstrade.de] INFO: Extracting details for car 7001420auction111035
2026-03-29 16:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfb96fbe-ffe2-50da-b970-cbab2457ca6a with identifier: 7001420auction111035
2026-03-29 16:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb96fbe-ffe2-50da-b970-cbab2457ca6a with scrape type 2
2026-03-29 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfb96fbe-ffe2-50da-b970-cbab2457ca6a with scrape type 2
2026-03-29 16:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bfb96fbe-ffe2-50da-b970-cbab2457ca6a, identifier: 7001420auction111035
2026-03-29 16:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bfb96fbe-ffe2-50da-b970-cbab2457ca6a with identifier: 7001420auction111035
2026-03-29 16:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bfb96fbe-ffe2-50da-b970-cbab2457ca6a with identifier: 7001420auction111035
2026-03-29 16:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bfb96fbe-ffe2-50da-b970-cbab2457ca6a with identifier: 7001420auction111035 to the API
2026-03-29 16:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001420>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'bfb96fbe-ffe2-50da-b970-cbab2457ca6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001420',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 39070,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Leon Sportstourer (KL8/KU8)(09.2020->) DE - Kb5 2.0 TSI EU6d, '
'VZ 4Drive OPF (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': 'Sportstourer (KL8/KU8)(09.2020->) DE - Kb5 2.0 TSI EU6d, VZ 4Drive '
'OPF (EURO 6d), 2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001420auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:51 [ecarstrade.de] INFO: Saving data for 7001420auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616924.851917, 'last_price_update_time': 1774800111.735412}
2026-03-29 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001420auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001418> (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-29 16:01:51 [ecarstrade.de] INFO: Extracting details for car 7001418auction111035
2026-03-29 16:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79 with identifier: 7001418auction111035
2026-03-29 16:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79 with scrape type 2
2026-03-29 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79 with scrape type 2
2026-03-29 16:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79, identifier: 7001418auction111035
2026-03-29 16:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79 with identifier: 7001418auction111035
2026-03-29 16:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79 with identifier: 7001418auction111035
2026-03-29 16:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79 with identifier: 7001418auction111035 to the API
2026-03-29 16:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001418>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '40bfc4f0-3bd6-5ebf-8cdc-4c6664a6ca79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001418',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 23624,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-25',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic '
'(Batt. 60 kWh) optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 220HP, Iconic (Batt. 60 kWh) '
'optimum charge',
'vin': None,
'year': 2024}
2026-03-29 16:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001418auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:52 [ecarstrade.de] INFO: Saving data for 7001418auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617006.284953, 'last_price_update_time': 1774800112.300148}
2026-03-29 16:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001418auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001482> (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-29 16:01:53 [ecarstrade.de] INFO: Extracting details for car 7001482auction111035
2026-03-29 16:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c70b6c52-1696-52b5-8e0d-38a1650308dd with identifier: 7001482auction111035
2026-03-29 16:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c70b6c52-1696-52b5-8e0d-38a1650308dd with scrape type 2
2026-03-29 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c70b6c52-1696-52b5-8e0d-38a1650308dd with scrape type 2
2026-03-29 16:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c70b6c52-1696-52b5-8e0d-38a1650308dd, identifier: 7001482auction111035
2026-03-29 16:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c70b6c52-1696-52b5-8e0d-38a1650308dd with identifier: 7001482auction111035
2026-03-29 16:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c70b6c52-1696-52b5-8e0d-38a1650308dd with identifier: 7001482auction111035
2026-03-29 16:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c70b6c52-1696-52b5-8e0d-38a1650308dd with identifier: 7001482auction111035 to the API
2026-03-29 16:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001482>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'c70b6c52-1696-52b5-8e0d-38a1650308dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001482',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 17059,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-14',
'seats_number': None,
'seller_name': None,
'title': 'Renault Kangoo III Rapid (03.2021->) E-TECH, Start L1 (22 kW AC)',
'transmission': 'automatic',
'trim': 'III Rapid (03.2021->) E-TECH, Start L1 (22 kW AC)',
'vin': None,
'year': 2022}
2026-03-29 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001482auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:53 [ecarstrade.de] INFO: Saving data for 7001482auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616649.78859, 'last_price_update_time': 1774800113.724313}
2026-03-29 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001482auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001481> (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-29 16:01:54 [ecarstrade.de] INFO: Extracting details for car 7001481auction111035
2026-03-29 16:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2627143f-f14d-53dd-91df-87357fd9cab3 with identifier: 7001481auction111035
2026-03-29 16:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2627143f-f14d-53dd-91df-87357fd9cab3 with scrape type 2
2026-03-29 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2627143f-f14d-53dd-91df-87357fd9cab3 with scrape type 2
2026-03-29 16:01:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2627143f-f14d-53dd-91df-87357fd9cab3, identifier: 7001481auction111035
2026-03-29 16:01:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2627143f-f14d-53dd-91df-87357fd9cab3 with identifier: 7001481auction111035
2026-03-29 16:01:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2627143f-f14d-53dd-91df-87357fd9cab3 with identifier: 7001481auction111035
2026-03-29 16:01:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2627143f-f14d-53dd-91df-87357fd9cab3 with identifier: 7001481auction111035 to the API
2026-03-29 16:01:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001481>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2627143f-f14d-53dd-91df-87357fd9cab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001481',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 34739,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) 2WD EU6d, R-Design '
'Mild-Hybrid (EURO 6d), (Facelift) 2021',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) 2WD EU6d, R-Design Mild-Hybrid '
'(EURO 6d), (Facelift) 2021',
'vin': None,
'year': 2022}
2026-03-29 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001481auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:54 [ecarstrade.de] INFO: Saving data for 7001481auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616800.761107, 'last_price_update_time': 1774800114.471907}
2026-03-29 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001481auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001480> (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-29 16:01:56 [ecarstrade.de] INFO: Extracting details for car 7001480auction111035
2026-03-29 16:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48414ebe-d08d-5b49-ae53-50056a4928f8 with identifier: 7001480auction111035
2026-03-29 16:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48414ebe-d08d-5b49-ae53-50056a4928f8 with scrape type 2
2026-03-29 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48414ebe-d08d-5b49-ae53-50056a4928f8 with scrape type 2
2026-03-29 16:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 48414ebe-d08d-5b49-ae53-50056a4928f8, identifier: 7001480auction111035
2026-03-29 16:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 48414ebe-d08d-5b49-ae53-50056a4928f8 with identifier: 7001480auction111035
2026-03-29 16:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 48414ebe-d08d-5b49-ae53-50056a4928f8 with identifier: 7001480auction111035
2026-03-29 16:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 48414ebe-d08d-5b49-ae53-50056a4928f8 with identifier: 7001480auction111035 to the API
2026-03-29 16:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001480>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '48414ebe-d08d-5b49-ae53-50056a4928f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001480',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 29677,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Nissan Juke (F16)(09.2019->) DE - SUV5 1.0 DIG-T EU6d, N-Design '
'(Start/Stopp) (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': '(F16)(09.2019->) DE - SUV5 1.0 DIG-T EU6d, N-Design (Start/Stopp) '
'(EURO 6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001480auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:56 [ecarstrade.de] INFO: Saving data for 7001480auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616833.235192, 'last_price_update_time': 1774800116.618915}
2026-03-29 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001480auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001479> (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-29 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001478> (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-29 16:01:57 [ecarstrade.de] INFO: Extracting details for car 7001479auction111035
2026-03-29 16:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 244a630c-5252-57e3-aeca-1d1307a1ba2b with identifier: 7001479auction111035
2026-03-29 16:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 244a630c-5252-57e3-aeca-1d1307a1ba2b with scrape type 2
2026-03-29 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 244a630c-5252-57e3-aeca-1d1307a1ba2b with scrape type 2
2026-03-29 16:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 244a630c-5252-57e3-aeca-1d1307a1ba2b, identifier: 7001479auction111035
2026-03-29 16:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 244a630c-5252-57e3-aeca-1d1307a1ba2b with identifier: 7001479auction111035
2026-03-29 16:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 244a630c-5252-57e3-aeca-1d1307a1ba2b with identifier: 7001479auction111035
2026-03-29 16:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 244a630c-5252-57e3-aeca-1d1307a1ba2b with identifier: 7001479auction111035 to the API
2026-03-29 16:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001479>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '244a630c-5252-57e3-aeca-1d1307a1ba2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001479',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 36461,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Leon Sportstourer (KL8/KU8)(09.2020->) DE - Kb5 2.0 TSI EU6d, '
'VZ 4Drive OPF (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': 'Sportstourer (KL8/KU8)(09.2020->) DE - Kb5 2.0 TSI EU6d, VZ 4Drive '
'OPF (EURO 6d), 2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001479auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:57 [ecarstrade.de] INFO: Saving data for 7001479auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616799.991734, 'last_price_update_time': 1774800117.893389}
2026-03-29 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001479auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:57 [ecarstrade.de] INFO: Extracting details for car 7001478auction111035
2026-03-29 16:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb39dc5-0119-581e-a3ba-606c97f3e57a with identifier: 7001478auction111035
2026-03-29 16:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb39dc5-0119-581e-a3ba-606c97f3e57a with scrape type 2
2026-03-29 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb39dc5-0119-581e-a3ba-606c97f3e57a with scrape type 2
2026-03-29 16:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6cb39dc5-0119-581e-a3ba-606c97f3e57a, identifier: 7001478auction111035
2026-03-29 16:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6cb39dc5-0119-581e-a3ba-606c97f3e57a with identifier: 7001478auction111035
2026-03-29 16:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6cb39dc5-0119-581e-a3ba-606c97f3e57a with identifier: 7001478auction111035
2026-03-29 16:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6cb39dc5-0119-581e-a3ba-606c97f3e57a with identifier: 7001478auction111035 to the API
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001478>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6cb39dc5-0119-581e-a3ba-606c97f3e57a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001478',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': '320',
'odometer': 47210,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW 3 Limousine (G20N)(2022->) DE - Lim4 320 e EU6d, M Sport '
'(OPF)(EURO 6d), (Facelift) 2022 - 2024',
'transmission': 'automatic',
'trim': '3 Limousine (G20N)(2022->) DE - Lim4 e EU6d, M Sport (OPF)(EURO '
'6d), (Facelift) 2022 - 2024',
'vin': None,
'year': 2023}
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001478auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Saving data for 7001478auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616811.533816, 'last_price_update_time': 1774800118.307693}
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001478auction111035') HTTP/1.1" 204 0
2026-03-29 16:01:58 [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-29 16:01:58 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001518auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001518auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001518auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001519auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001519auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001519auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001520auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001520auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001520auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001521auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001521auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001521auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001522auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001522auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001522auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001523auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001523auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001523auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001524auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001524auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001524auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001525auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001525auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001525auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001526auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001526auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001526auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001527auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001527auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001527auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001528auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001528auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001528auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001529auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001529auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001529auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001531auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001531auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001531auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001532auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001532auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001532auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001533auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001533auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001533auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001534auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001534auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001534auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001535auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001535auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001535auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001537auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001537auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001537auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001538auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001538auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001538auction111035: 0
2026-03-29 16:01:58 [ecarstrade.de] INFO: Found listing with ID: 7001539auction111035
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001539auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:58 [ecarstrade.de] INFO: Scrape type for 7001539auction111035: 0
2026-03-29 16:01:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001477> (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-29 16:01:58 [ecarstrade.de] INFO: Extracting details for car 7001477auction111035
2026-03-29 16:01:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 847fca9b-9736-54fc-8ae5-12065a4014e4 with identifier: 7001477auction111035
2026-03-29 16:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 847fca9b-9736-54fc-8ae5-12065a4014e4 with scrape type 2
2026-03-29 16:01:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 847fca9b-9736-54fc-8ae5-12065a4014e4 with scrape type 2
2026-03-29 16:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 847fca9b-9736-54fc-8ae5-12065a4014e4, identifier: 7001477auction111035
2026-03-29 16:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 847fca9b-9736-54fc-8ae5-12065a4014e4 with identifier: 7001477auction111035
2026-03-29 16:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 847fca9b-9736-54fc-8ae5-12065a4014e4 with identifier: 7001477auction111035
2026-03-29 16:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 847fca9b-9736-54fc-8ae5-12065a4014e4 with identifier: 7001477auction111035 to the API
2026-03-29 16:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 16:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 16:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001477>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '847fca9b-9736-54fc-8ae5-12065a4014e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001477',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 41833,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) 2WD EU6d, R-Design '
'Mild-Hybrid (EURO 6d), (Facelift) 2021',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) 2WD EU6d, R-Design Mild-Hybrid '
'(EURO 6d), (Facelift) 2021',
'vin': None,
'year': 2022}
2026-03-29 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001477auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:01:59 [ecarstrade.de] INFO: Saving data for 7001477auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616503.298049, 'last_price_update_time': 1774800119.388481}
2026-03-29 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001477auction111035') HTTP/1.1" 204 0
2026-03-29 16:02:06 [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-29 16:02:06 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001540auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001540auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001540auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001542auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001542auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001542auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001543auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001543auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001543auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001544auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001544auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001544auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001545auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001545auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001545auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001546auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001546auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001546auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001547auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001547auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001547auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001548auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001548auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001548auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001549auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001549auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001549auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001550auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001550auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001550auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001551auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001551auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001551auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001552auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001552auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001552auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001553auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001553auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001553auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001555auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001555auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001555auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001556auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001556auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001556auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001557auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001557auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001557auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001558auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001558auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001558auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001561auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001561auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001561auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001562auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001562auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001562auction111035: 0
2026-03-29 16:02:06 [ecarstrade.de] INFO: Found listing with ID: 7001565auction111035
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001565auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:06 [ecarstrade.de] INFO: Scrape type for 7001565auction111035: 0
2026-03-29 16:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:02:06 [scrapy.extensions.logstats] INFO: Crawled 46 pages (at 42 pages/min), scraped 37 items (at 36 items/min)
2026-03-29 16:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 270MiB
2026-03-29 16:02:13 [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-29 16:02:13 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:02:13 [ecarstrade.de] INFO: Found listing with ID: 7001566auction111035
2026-03-29 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001566auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:13 [ecarstrade.de] INFO: Scrape type for 7001566auction111035: 0
2026-03-29 16:02:13 [ecarstrade.de] INFO: Found listing with ID: 7001567auction111035
2026-03-29 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001567auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001567auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001568auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001568auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001568auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001569auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001569auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001569auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001571auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001571auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001571auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001572auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001572auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001572auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001573auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001573auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001573auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001574auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001574auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001574auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001575auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001575auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001575auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001577auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001577auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001577auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001578auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001578auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001578auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001579auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001579auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001579auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001580auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001580auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001580auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001581auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001581auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001581auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001583auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001583auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001583auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001584auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001584auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001584auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001586auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001586auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001586auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001590auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001590auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001590auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001597auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001597auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001597auction111035: 0
2026-03-29 16:02:14 [ecarstrade.de] INFO: Found listing with ID: 7001600auction111035
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001600auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:14 [ecarstrade.de] INFO: Scrape type for 7001600auction111035: 0
2026-03-29 16:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:02:20 [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-29 16:02:20 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001612auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001612auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001612auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001617auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001617auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001617auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001623auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001623auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001623auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001629auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001629auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001629auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001653auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001653auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001653auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001659auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001659auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001659auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001664auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001664auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001664auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001670auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001670auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001670auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001676auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001676auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001676auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001681auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001681auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001681auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001689auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001689auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001689auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001696auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001696auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001696auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001705auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001705auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001705auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001713auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001713auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001713auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001726auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001726auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001726auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001746auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001746auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001746auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001749auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001749auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001749auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001758auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001758auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001758auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001759auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001759auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001759auction111035: 0
2026-03-29 16:02:20 [ecarstrade.de] INFO: Found listing with ID: 7001760auction111035
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001760auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:20 [ecarstrade.de] INFO: Scrape type for 7001760auction111035: 0
2026-03-29 16:02:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001761auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001761auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001761auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001763auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001763auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001763auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001764auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001764auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001764auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001766auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001766auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001766auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001768auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001768auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001768auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001769auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001769auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001769auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001771auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001771auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001771auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001772auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001772auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001772auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001774auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001774auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001774auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001775auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001775auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001775auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001776auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001776auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001776auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001778auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001778auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001778auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001779auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001779auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001779auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001782auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001782auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001782auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001783auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001783auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001783auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001784auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001784auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001784auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001786auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001786auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001786auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001787auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001787auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001787auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001788auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001788auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001788auction111035: 0
2026-03-29 16:02:27 [ecarstrade.de] INFO: Found listing with ID: 7001789auction111035
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001789auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:27 [ecarstrade.de] INFO: Scrape type for 7001789auction111035: 0
2026-03-29 16:02:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001792auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001792auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001792auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001794auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001794auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001794auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001795auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001795auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001795auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001796auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001796auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001796auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001798auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001798auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001798auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001799auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001799auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001799auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001800auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001800auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001800auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001801auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001801auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001801auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001803auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001803auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001803auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001804auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001804auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001804auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001805auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001805auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001805auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001806auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001806auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001806auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001811auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001811auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001811auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001812auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001812auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001812auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001814auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001814auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001814auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001815auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001815auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001815auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001816auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001816auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001816auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001817auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001817auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001817auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001818auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001818auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001818auction111035: 0
2026-03-29 16:02:35 [ecarstrade.de] INFO: Found listing with ID: 7001821auction111035
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001821auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:35 [ecarstrade.de] INFO: Scrape type for 7001821auction111035: 0
2026-03-29 16:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 16:02:41 [ecarstrade.de] INFO: Found 1 car items
2026-03-29 16:02:41 [ecarstrade.de] INFO: Found listing with ID: 7001822auction111035
2026-03-29 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001822auction111035%27 HTTP/1.1" 200 None
2026-03-29 16:02:41 [ecarstrade.de] INFO: Scrape type for 7001822auction111035: 0
2026-03-29 16:02:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 16:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 16:02:47 [ecarstrade.de] INFO: No car items found on page 14
2026-03-29 16:02:47 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 16:02:47 [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>: 101, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 16:02:47 [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%201774368167 HTTP/1.1" 200 None
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995017auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995018auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995019auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995020auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995021auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995022auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995024auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995025auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995026auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995027auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995028auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995029auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995031auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995034auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995035auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995036auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995037auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995038auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995040auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995041auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995042auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995043auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995044auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995045auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995046auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995047auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995049auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995050auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995051auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995052auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995053auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995054auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995055auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995056auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995058auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995059auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995060auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995061auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995062auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995063auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995064auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995066auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995067auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995068auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995070auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995071auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995072auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995074auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995075auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995076auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995077auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995078auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995079auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995081auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995082auction110952') HTTP/1.1" 204 0
2026-03-29 16:02:48 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (37 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-29T16_00_00.jl
2026-03-29 16:02:48 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 120737,
'downloader/request_count': 52,
'downloader/request_method_count/GET': 52,
'downloader/response_bytes': 26700243,
'downloader/response_count': 52,
'downloader/response_status_count/200': 52,
'elapsed_time_seconds': 161.259029,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 16, 2, 47, 969562, tzinfo=datetime.timezone.utc),
'item_scraped_count': 37,
'log_count/DEBUG': 1304,
'log_count/INFO': 890,
'memusage/max': 283652096,
'memusage/startup': 148144128,
'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': 191,
'playwright/request_count/method/GET': 160,
'playwright/request_count/method/POST': 31,
'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': 31,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 86,
'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': 13,
'playwright/response_count': 189,
'playwright/response_count/method/GET': 160,
'playwright/response_count/method/POST': 29,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 31,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 86,
'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': 11,
'request_depth_max': 14,
'response_received_count': 52,
'scheduler/dequeued': 52,
'scheduler/dequeued/memory': 52,
'scheduler/enqueued': 52,
'scheduler/enqueued/memory': 52,
'scrape_type/price_update': 37,
'scrape_type/skipped': 204,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 51,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.980109863129314,
'scrapy-zyte-api/mean_response_seconds': 10.222494624810768,
'scrapy-zyte-api/processed': 51,
'scrapy-zyte-api/request_args/browserHtml': 51,
'scrapy-zyte-api/request_args/experimental.requestCookies': 51,
'scrapy-zyte-api/request_args/experimental.responseCookies': 51,
'scrapy-zyte-api/request_args/requestHeaders': 51,
'scrapy-zyte-api/request_args/sessionContext': 51,
'scrapy-zyte-api/request_args/url': 51,
'scrapy-zyte-api/status_codes/200': 51,
'scrapy-zyte-api/success': 51,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 29, 16, 0, 6, 710533, tzinfo=datetime.timezone.utc)}
2026-03-29 16:02:48 [scrapy.core.engine] INFO: Spider closed (finished)