2026-03-29 22:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 22: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 22:00:05 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-29 22:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 22:00:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 22:00:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 22:00:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 22:00:05 [scrapy.extensions.telnet] INFO: Telnet Password: 8256187b2f29c9a4
2026-03-29 22: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 22: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-29T22_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 22:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 22:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 22: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 22:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 22: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 22:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2123
2026-03-29 22:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-29 22: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 22:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 22: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 22: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 22:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-29 22:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 22:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 22:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-29 22:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 22:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 22:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 22:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 22:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 22:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-29 22:00:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 22:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-29 22:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 22:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-29 22:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-29 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22: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 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 22: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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22:00:15 [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 22: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 22: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 22: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 22: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 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 22: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 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-29 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-29 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-29 22:00:17 [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 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-29 22:00:18 [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 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-29 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-29 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-29 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-29 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-29 22:00:19 [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 22:00:21 [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 22:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-29 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-29 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-29 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-29 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-29 22:00:24 [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 22:00:24 [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 22:00:24 [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 22:00:24 [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 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=11850> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1143914209.1774821625>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-29 22:00:24 [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=1143914209.1774821625>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&z=286557950> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 22:00:24 [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 22:00:25 [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 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=2&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=113&tfd=12025> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1219090130&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1967962971&gjid=349316233&cid=1143914209.1774821625&tid=UA-73443533-1&_gid=1574968884.1774821625&_r=1&_slc=1&z=297135156> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [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 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 22:00:25 [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 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1219090130&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=1967962971&gjid=349316233&cid=1143914209.1774821625&tid=UA-73443533-1&_gid=1574968884.1774821625&_r=1&_slc=1&z=297135156>
2026-03-29 22:00:25 [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 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&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=1774819813&ep.url=%2Fsearch&ep.eventName=search&_et=27&tfd=12257> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [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 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117484252&apve=1&apvf=f&apvc=1&tft=1774821625215&tfd=12285> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=11850>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&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=1774819813&ep.url=%2Fsearch&ep.eventName=search&_et=27&tfd=12257>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=2&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=113&tfd=12025>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821625570&cv=11&fst=1774821625570&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821625594&tfd=12665> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [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=1143914209.1774821625>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&z=286557950>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774821300000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-29 22:00:25 [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 22:00:25 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938469~117484252&apve=1&apvf=f&apvc=1&tft=1774821625215&tfd=12285>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774821300000/5441429.js>
2026-03-29 22:00:26 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821625594&tfd=12665>
2026-03-29 22:00:26 [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=4965c05d5fb94ac2bfb6c1c3067524cd&traceId=4965c05d5fb94ac2bfb6c1c3067524cd> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:26 [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 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1143914209.1774821625>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-29 22:00:26 [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 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-29 22:00:26 [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 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821625570&cv=11&fst=1774821625570&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774821625570&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9THvjenoQjfyvDCsDOzOM408dtmTFO6277NIrVEr8iNv6ZGvTYZnQpDBkBTtFVe7o3SRDf1HY9Gk1hWx0klTvWOVMaJVfQbFsDUO4&random=1858599061&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821625570&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9THvjenoQjfyvDCsDOzOM408dtmTFO6277NIrVEr8iNv6ZGvTYZnQpDBkBTtFVe7o3SRDf1HY9Gk1hWx0klTvWOVMaJVfQbFsDUO4&random=1858599061&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-29 22:00:26 [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 22:00:26 [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 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774821625570&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9THvjenoQjfyvDCsDOzOM408dtmTFO6277NIrVEr8iNv6ZGvTYZnQpDBkBTtFVe7o3SRDf1HY9Gk1hWx0klTvWOVMaJVfQbFsDUO4&random=1858599061&rmt_tld=0&ipr=y>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821625570&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9THvjenoQjfyvDCsDOzOM408dtmTFO6277NIrVEr8iNv6ZGvTYZnQpDBkBTtFVe7o3SRDf1HY9Gk1hWx0klTvWOVMaJVfQbFsDUO4&random=1858599061&rmt_tld=1&ipr=y>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-29 22:00:26 [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=4965c05d5fb94ac2bfb6c1c3067524cd&traceId=4965c05d5fb94ac2bfb6c1c3067524cd>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-29 22:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-29 22:00:27 [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=1774821627422&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:27 [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 22:00:27 [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 22:00:27 [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 22:00:27 [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 22:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://f.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://f.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:27 [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=1774821627422&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15>
2026-03-29 22:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://f.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-29 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-29 22:00:28 [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 22:00:28 [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 22:00:28 [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 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 22:00:28 [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 22:00:28 [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 22:00:28 [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 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://f.clarity.ms/collect>
2026-03-29 22:00:28 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-29 22:00:29 [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 22:00:29 [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 22:00:29 [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 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://f.clarity.ms/collect>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-29 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg>
2026-03-29 22:00:29 [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 22:00:29 [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 22:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://f.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=224&tfd=17412> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://f.clarity.ms/collect>
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=224&tfd=17412>
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-29 22:00:30 [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=1774821630755&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 22:00:30 [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=1774821630932&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:30 [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=1774821630755&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821630990&cv=11&fst=1774821630990&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:31 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821631007&tfd=18078> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-29 22:00:31 [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=1774821630932&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15>
2026-03-29 22:00:31 [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=1774821631169&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [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 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821631259&cv=11&fst=1774821631259&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:31 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821631271&tfd=18342> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821630990&cv=11&fst=1774821630990&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774821630990&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B91e0WeB0-wa_iQiBzmY47NkdfXuEowZU6diMfCwBZFCSacbQNECb9m9mjJyh4NlUjvUBCtoIaRaDtIEI996_1xCHvYqmWiPmsZyEKaY2qS03bNK42aKSo6Yg&random=3851068391&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821630990&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B91e0WeB0-wa_iQiBzmY47NkdfXuEowZU6diMfCwBZFCSacbQNECb9m9mjJyh4NlUjvUBCtoIaRaDtIEI996_1xCHvYqmWiPmsZyEKaY2qS03bNK42aKSo6Yg&random=3851068391&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [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=1774821631169&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821631259&cv=11&fst=1774821631259&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774821631259&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9FDvB49Ef4_mPIw37g3ru7clEHsmCVV6gFS2fgP85wzLGOncx7w70Fq47VE2n1ARWMVwiJ0KrZSyVufQUX7nY4ahQaIlFm4ar0tgKyuUVmElNhx-pGXZSklU&random=1288919909&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821631259&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9FDvB49Ef4_mPIw37g3ru7clEHsmCVV6gFS2fgP85wzLGOncx7w70Fq47VE2n1ARWMVwiJ0KrZSyVufQUX7nY4ahQaIlFm4ar0tgKyuUVmElNhx-pGXZSklU&random=1288919909&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:31 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821631007&tfd=18078>
2026-03-29 22:00:31 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821631271&tfd=18342>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774821630990&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B91e0WeB0-wa_iQiBzmY47NkdfXuEowZU6diMfCwBZFCSacbQNECb9m9mjJyh4NlUjvUBCtoIaRaDtIEI996_1xCHvYqmWiPmsZyEKaY2qS03bNK42aKSo6Yg&random=3851068391&rmt_tld=0&ipr=y>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821630990&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B91e0WeB0-wa_iQiBzmY47NkdfXuEowZU6diMfCwBZFCSacbQNECb9m9mjJyh4NlUjvUBCtoIaRaDtIEI996_1xCHvYqmWiPmsZyEKaY2qS03bNK42aKSo6Yg&random=3851068391&rmt_tld=1&ipr=y>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774821631259&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9FDvB49Ef4_mPIw37g3ru7clEHsmCVV6gFS2fgP85wzLGOncx7w70Fq47VE2n1ARWMVwiJ0KrZSyVufQUX7nY4ahQaIlFm4ar0tgKyuUVmElNhx-pGXZSklU&random=1288919909&rmt_tld=0&ipr=y>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821631259&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9FDvB49Ef4_mPIw37g3ru7clEHsmCVV6gFS2fgP85wzLGOncx7w70Fq47VE2n1ARWMVwiJ0KrZSyVufQUX7nY4ahQaIlFm4ar0tgKyuUVmElNhx-pGXZSklU&random=1288919909&rmt_tld=1&ipr=y>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-29 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-29 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-29 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-29 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-29 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-29 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-29 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://f.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://f.clarity.ms/collect>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-29 22:00:33 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-29 22:00:34 [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 22:00:35 [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 22:00:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014014/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 22:00:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 22:00:35 [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 22:00:35 [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 22:00:35 [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 22:00:35 [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 22:00:35 [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 22:00:35 [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 22:00:35 [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 22:00:35 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [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 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014014/photo_000/260x0__r.jpg>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=23112> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774821624486&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1143914209.1774821625&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=0~115938465~115938469~117266402~117384406~117484252~118128923&sid=1774821624&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=23112>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg>
2026-03-29 22:00:36 [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=&_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=1774821636524&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821636565&cv=11&fst=1774821636565&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:36 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821636578&tfd=23649> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821636565&cv=11&fst=1774821636565&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774821636565&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B92bRPHhP3uJCP0W682_GIpzZ4yJfUWvN_i6sej0Fq80zX8nJRyJcnMzNsB1XVzykn50kRd50BVYRBP7sSpT1uuSeYrH1mTuaxmhffEt6nCDIkKBgegxrygcA&random=1606352912&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821636565&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B92bRPHhP3uJCP0W682_GIpzZ4yJfUWvN_i6sej0Fq80zX8nJRyJcnMzNsB1XVzykn50kRd50BVYRBP7sSpT1uuSeYrH1mTuaxmhffEt6nCDIkKBgegxrygcA&random=1606352912&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:36 [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=&_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=1774821636524&vi=d949ed9cef680ec44e04dffda4890ba1&nc=true&u=129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1&b=129379155.1.1774821627421&cc=15>
2026-03-29 22:00:36 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821636578&tfd=23649>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774821636565&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B92bRPHhP3uJCP0W682_GIpzZ4yJfUWvN_i6sej0Fq80zX8nJRyJcnMzNsB1XVzykn50kRd50BVYRBP7sSpT1uuSeYrH1mTuaxmhffEt6nCDIkKBgegxrygcA&random=1606352912&rmt_tld=0&ipr=y>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821636565&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B92bRPHhP3uJCP0W682_GIpzZ4yJfUWvN_i6sej0Fq80zX8nJRyJcnMzNsB1XVzykn50kRd50BVYRBP7sSpT1uuSeYrH1mTuaxmhffEt6nCDIkKBgegxrygcA&random=1606352912&rmt_tld=1&ipr=y>
2026-03-29 22:00:36 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg>
2026-03-29 22:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg>
2026-03-29 22:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg>
2026-03-29 22:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-29 22:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821638870&cv=11&fst=1774821638870&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821638895&cv=11&fst=1774821638895&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg>
2026-03-29 22:00:39 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821638905&tfd=25976> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821638905&tfd=25976> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821638905&tfd=25976>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821638870&cv=11&fst=1774821638870&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774821638870&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9_D5s1dFyqfIEB40zxP1GntouMacCeeBXeJjUwiU2V8abb9rxy2uahhdI8petdpWu3QqdtpsteU1O5dgag6RFHoo0haJZk83i9NhUMxcf1XKgDiOP7Th53bk&random=2843476106&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821638870&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9_D5s1dFyqfIEB40zxP1GntouMacCeeBXeJjUwiU2V8abb9rxy2uahhdI8petdpWu3QqdtpsteU1O5dgag6RFHoo0haJZk83i9NhUMxcf1XKgDiOP7Th53bk&random=2843476106&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774821638895&cv=11&fst=1774821638895&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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 22:00:39 [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=654465037.1774821625&dt=Search%20%7C%20eCarsTrade&auid=1536495385.1774821625&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774819813&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>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774821638905&tfd=25976>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774821638895&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9pmQGb1mauOSjoWh5hPs-GTu7K1FfwHfIRhmzWck0V1dXpbITj9gG9-_32hrZEpZT0UAy_XPuTkpF-v2m9iQE4A5Jdim2VW9wOtGSZ9jS9TdyO2tX9r8i9HU&random=3446125525&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821638895&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9pmQGb1mauOSjoWh5hPs-GTu7K1FfwHfIRhmzWck0V1dXpbITj9gG9-_32hrZEpZT0UAy_XPuTkpF-v2m9iQE4A5Jdim2VW9wOtGSZ9jS9TdyO2tX9r8i9HU&random=3446125525&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774821638870&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9_D5s1dFyqfIEB40zxP1GntouMacCeeBXeJjUwiU2V8abb9rxy2uahhdI8petdpWu3QqdtpsteU1O5dgag6RFHoo0haJZk83i9NhUMxcf1XKgDiOP7Th53bk&random=2843476106&rmt_tld=0&ipr=y>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821638870&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9_D5s1dFyqfIEB40zxP1GntouMacCeeBXeJjUwiU2V8abb9rxy2uahhdI8petdpWu3QqdtpsteU1O5dgag6RFHoo0haJZk83i9NhUMxcf1XKgDiOP7Th53bk&random=2843476106&rmt_tld=1&ipr=y>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774821638895&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9pmQGb1mauOSjoWh5hPs-GTu7K1FfwHfIRhmzWck0V1dXpbITj9gG9-_32hrZEpZT0UAy_XPuTkpF-v2m9iQE4A5Jdim2VW9wOtGSZ9jS9TdyO2tX9r8i9HU&random=3446125525&rmt_tld=0&ipr=y>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://f.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774821638895&cv=11&fst=1774821600000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616985~115938465~115938468~117266401~117484252~118128922&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=1536495385.1774821625&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774819813%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=CAQSXgAFq6B9pmQGb1mauOSjoWh5hPs-GTu7K1FfwHfIRhmzWck0V1dXpbITj9gG9-_32hrZEpZT0UAy_XPuTkpF-v2m9iQE4A5Jdim2VW9wOtGSZ9jS9TdyO2tX9r8i9HU&random=3446125525&rmt_tld=1&ipr=y>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg>
2026-03-29 22:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://f.clarity.ms/collect>
2026-03-29 22:00:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg>
2026-03-29 22:00:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg>
2026-03-29 22:00:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg>
2026-03-29 22:00:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg>
2026-03-29 22:00:40 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg>
2026-03-29 22:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-29 22:00:41 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUleIjdzANFwckD0aJSRecDiEdmG69H26cuM3GOJdkErb_gVzxIXjcaC0vTL', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808517631, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777413614, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'rjn3nda2e79rhmftum2g53hhpc', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774850414, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836338414, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777413614, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '5db81d2b-708a-4b32-a130-5d2bb78ad03d', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809381624, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.1143914209.1774821625', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837893624, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1574968884.1774821625', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774908024, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774821684, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1536495385.1774821625', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782597625, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A2036d9d1-f0f2-4dd6-acef-89f0b82a7e5b%22%2C%22%24device_id%22%3A%222036d9d1-f0f2-4dd6-acef-89f0b82a7e5b%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': 1806357626, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '7b165997-a597-446a-acec-03c5b4309b0b', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806357626, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790373627, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'd949ed9cef680ec44e04dffda4890ba1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790373627, '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.1774821627421', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774823427, '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-29T22%3A00%3A30.777Z%22%2C%22consentId%22%3A%223e703894-ddc1-4c9c-8aff-6d43c4cca3ba%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T22%3A00%3A30.777Z%22%2C%22expirationTime%22%3A1790546430777%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790546430, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"3e703894-ddc1-4c9c-8aff-6d43c4cca3ba","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': 1774821935, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774821624$o1$g1$t1774821638$j46$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837893638, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'dNyA8eBoiZegoaymEMdfc7aNEMMJc8NGiJteh7pvMv8-1774821627-1.0.1.1-Z9gsIc5de0vkBD7o16dUetdNO4r64VG4lV1ciIeg2LVl_1X4FdHdAOPAvG93NUG2zVSAZLe0JWJoAH5gGoKRzSIDcv_2zhRvlD378PcTCbA', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774823427, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'WiN5l5tU59nuD9yroaudKVlwgJ8.h84_8jAxPnAr4kQ-1774821627814-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-29 22:00:41 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUleIjdzANFwckD0aJSRecDiEdmG69H26cuM3GOJdkErb_gVzxIXjcaC0vTL', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'rjn3nda2e79rhmftum2g53hhpc', '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': '5db81d2b-708a-4b32-a130-5d2bb78ad03d', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.1143914209.1774821625', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1574968884.1774821625', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1536495385.1774821625', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A2036d9d1-f0f2-4dd6-acef-89f0b82a7e5b%22%2C%22%24device_id%22%3A%222036d9d1-f0f2-4dd6-acef-89f0b82a7e5b%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '7b165997-a597-446a-acec-03c5b4309b0b', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.d949ed9cef680ec44e04dffda4890ba1.1774821627421.1774821627421.1774821627421.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'd949ed9cef680ec44e04dffda4890ba1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774821627421', '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-29T22%3A00%3A30.777Z%22%2C%22consentId%22%3A%223e703894-ddc1-4c9c-8aff-6d43c4cca3ba%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T22%3A00%3A30.777Z%22%2C%22expirationTime%22%3A1790546430777%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"3e703894-ddc1-4c9c-8aff-6d43c4cca3ba","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.s1774821624$o1$g1$t1774821638$j46$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'dNyA8eBoiZegoaymEMdfc7aNEMMJc8NGiJteh7pvMv8-1774821627-1.0.1.1-Z9gsIc5de0vkBD7o16dUetdNO4r64VG4lV1ciIeg2LVl_1X4FdHdAOPAvG93NUG2zVSAZLe0JWJoAH5gGoKRzSIDcv_2zhRvlD378PcTCbA', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'WiN5l5tU59nuD9yroaudKVlwgJ8.h84_8jAxPnAr4kQ-1774821627814-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-29 22:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-29 22:00:41 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-29 22:00: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 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013479auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013479auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013469auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013469auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013443auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013443auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013471auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013471auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013472auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013472auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013447auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013447auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013468auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013468auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013492auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013492auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013452auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013452auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013454auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013454auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013482auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013482auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013489auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013489auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013456auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013456auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013486auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013486auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013461auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013461auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013451auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013451auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013457auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013457auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013491auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013491auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013477auction111168
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [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 22:00:47 [ecarstrade.de] INFO: Scrape type for 7013477auction111168: 0
2026-03-29 22:00:47 [ecarstrade.de] INFO: Found listing with ID: 7013450auction111168
2026-03-29 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:48 [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 22:00:48 [ecarstrade.de] INFO: Scrape type for 7013450auction111168: 0
2026-03-29 22:00: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 22:00:53 [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 22:00:54 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013463auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013463auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013464auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013464auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013484auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013484auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013465auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013465auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013476auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013476auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013455auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013455auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013453auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013453auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7013478auction111168
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7013478auction111168: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001396auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001396auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001397auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001397auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001398auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001398auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001399auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001399auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001400auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001400auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001402auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001402auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001403auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001403auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001404auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001404auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001405auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001405auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001406auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001406auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001408auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001408auction111035: 0
2026-03-29 22:00:54 [ecarstrade.de] INFO: Found listing with ID: 7001409auction111035
2026-03-29 22:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:54 [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 22:00:54 [ecarstrade.de] INFO: Scrape type for 7001409auction111035: 0
2026-03-29 22:00:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001411auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001411auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001413auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001413auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001414auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001414auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001416auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001416auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001418auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001418auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001419auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001419auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001420auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001420auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001421auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001421auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001422auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001422auction111035: 0
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001423auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001423auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001424auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001424auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001425auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001425auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001426auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001426auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001427auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001427auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001428auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001428auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001429auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001429auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001430auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001430auction111035: 2
2026-03-29 22:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:01 [ecarstrade.de] INFO: Found listing with ID: 7001431auction111035
2026-03-29 22:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:01 [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 22:01:01 [ecarstrade.de] INFO: Scrape type for 7001431auction111035: 2
2026-03-29 22:01:02 [ecarstrade.de] INFO: Found listing with ID: 7001432auction111035
2026-03-29 22:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:02 [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 22:01:02 [ecarstrade.de] INFO: Scrape type for 7001432auction111035: 2
2026-03-29 22:01:02 [ecarstrade.de] INFO: Found listing with ID: 7001433auction111035
2026-03-29 22:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:02 [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 22:01:02 [ecarstrade.de] INFO: Scrape type for 7001433auction111035: 2
2026-03-29 22:01:06 [scrapy.extensions.logstats] INFO: Crawled 4 pages (at 4 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 22:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 194MiB
2026-03-29 22:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001428> (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 22: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 22:01:08 [ecarstrade.de] INFO: Extracting details for car 7001428auction111035
2026-03-29 22:01:08 [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 22:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001425> (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 22:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68ba4567-f95a-5557-91fb-5790954bfd16 with identifier: 7001428auction111035
2026-03-29 22:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68ba4567-f95a-5557-91fb-5790954bfd16 with scrape type 2
2026-03-29 22:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68ba4567-f95a-5557-91fb-5790954bfd16 with scrape type 2
2026-03-29 22:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 68ba4567-f95a-5557-91fb-5790954bfd16, identifier: 7001428auction111035
2026-03-29 22:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 68ba4567-f95a-5557-91fb-5790954bfd16 with identifier: 7001428auction111035
2026-03-29 22:01:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22: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 22:01:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22: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 22:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 68ba4567-f95a-5557-91fb-5790954bfd16 with identifier: 7001428auction111035
2026-03-29 22:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 68ba4567-f95a-5557-91fb-5790954bfd16 with identifier: 7001428auction111035 to the API
2026-03-29 22:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001428>
{'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': 'Hybrid (petrol / electric)',
'id': '68ba4567-f95a-5557-91fb-5790954bfd16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001428',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 58260,
'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': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate '
'Dark Mild-Hybrid (EURO 6d), (Facelift)',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate Dark '
'Mild-Hybrid (EURO 6d), (Facelift)',
'vin': None,
'year': 2023}
2026-03-29 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001428auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:08 [ecarstrade.de] INFO: Saving data for 7001428auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616867.429129, 'last_price_update_time': 1774821668.627919}
2026-03-29 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001428auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:08 [ecarstrade.de] INFO: Extracting details for car 7001425auction111035
2026-03-29 22:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001427> (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 22:01:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001424> (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 22:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001423> (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 22:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001429> (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 22:01:08 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c016232d-355e-57f0-8743-902e9f5a5327 with identifier: 7001425auction111035
2026-03-29 22:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c016232d-355e-57f0-8743-902e9f5a5327 with scrape type 2
2026-03-29 22:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c016232d-355e-57f0-8743-902e9f5a5327 with scrape type 2
2026-03-29 22:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c016232d-355e-57f0-8743-902e9f5a5327, identifier: 7001425auction111035
2026-03-29 22:01:08 [ecarstrade.de] INFO: Extracting details for car 7001427auction111035
2026-03-29 22:01:08 [ecarstrade.de] INFO: Extracting details for car 7001424auction111035
2026-03-29 22:01:08 [ecarstrade.de] INFO: Extracting details for car 7001423auction111035
2026-03-29 22:01:08 [ecarstrade.de] INFO: Extracting details for car 7001429auction111035
2026-03-29 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c016232d-355e-57f0-8743-902e9f5a5327 with identifier: 7001425auction111035
2026-03-29 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c016232d-355e-57f0-8743-902e9f5a5327 with identifier: 7001425auction111035
2026-03-29 22:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c016232d-355e-57f0-8743-902e9f5a5327 with identifier: 7001425auction111035 to the API
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001425>
{'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': 'c016232d-355e-57f0-8743-902e9f5a5327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001425',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Polestar',
'model': '2',
'odometer': 32706,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Polestar 2 (05.2020->) DE - LimS5 Elektro 78kWh, Long Range Single, '
'2021 - 2022',
'transmission': 'automatic',
'trim': '(05.00->) DE - LimS5 Elektro 78kWh, Long Range Single, 01 - 0',
'vin': None,
'year': 2022}
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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 22:01:09 [ecarstrade.de] INFO: Saving data for 7001425auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616902.829332, 'last_price_update_time': 1774821669.347351}
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001425auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001435auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001435auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001435auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001436auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001436auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001436auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001438auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001438auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001438auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001439auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001439auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001439auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001441auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001441auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001441auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001442auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001442auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001442auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001443auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001443auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001443auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001445auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001445auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001445auction111035: 0
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001446auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001446auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001446auction111035: 2
2026-03-29 22:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001426> (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 22: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 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bad68cf-b462-5ab8-805c-3fc584339e4f with identifier: 7001427auction111035
2026-03-29 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bad68cf-b462-5ab8-805c-3fc584339e4f with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bad68cf-b462-5ab8-805c-3fc584339e4f with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4bad68cf-b462-5ab8-805c-3fc584339e4f, identifier: 7001427auction111035
2026-03-29 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc73227-af8d-54c8-ad5f-c3f99c4fa882 with identifier: 7001424auction111035
2026-03-29 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc73227-af8d-54c8-ad5f-c3f99c4fa882 with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc73227-af8d-54c8-ad5f-c3f99c4fa882 with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fbc73227-af8d-54c8-ad5f-c3f99c4fa882, identifier: 7001424auction111035
2026-03-29 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b5ca92-b2c6-57ec-97db-323a0ca919de with identifier: 7001423auction111035
2026-03-29 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b5ca92-b2c6-57ec-97db-323a0ca919de with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0b5ca92-b2c6-57ec-97db-323a0ca919de with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c0b5ca92-b2c6-57ec-97db-323a0ca919de, identifier: 7001423auction111035
2026-03-29 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792 with identifier: 7001429auction111035
2026-03-29 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792 with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792 with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792, identifier: 7001429auction111035
2026-03-29 22:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001447auction111035
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001447auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.de] INFO: Scrape type for 7001447auction111035: 2
2026-03-29 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4bad68cf-b462-5ab8-805c-3fc584339e4f with identifier: 7001427auction111035
2026-03-29 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4bad68cf-b462-5ab8-805c-3fc584339e4f with identifier: 7001427auction111035
2026-03-29 22:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4bad68cf-b462-5ab8-805c-3fc584339e4f with identifier: 7001427auction111035 to the API
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001427>
{'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': 'Hybrid (petrol / electric)',
'id': '4bad68cf-b462-5ab8-805c-3fc584339e4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001427',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 41522,
'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, Inscription '
'Mild-Hybrid (EURO 6d), (Facelift) 20',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) 2WD EU6d, Inscription Mild-Hybrid '
'(EURO 6d), (Facelift) 20',
'vin': None,
'year': 2022}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001427auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.de] INFO: Saving data for 7001427auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616926.365324, 'last_price_update_time': 1774821670.284999}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001427auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fbc73227-af8d-54c8-ad5f-c3f99c4fa882 with identifier: 7001424auction111035
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fbc73227-af8d-54c8-ad5f-c3f99c4fa882 with identifier: 7001424auction111035
2026-03-29 22:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fbc73227-af8d-54c8-ad5f-c3f99c4fa882 with identifier: 7001424auction111035 to the API
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001424>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'fbc73227-af8d-54c8-ad5f-c3f99c4fa882',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001424',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 17500,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz GLB-Class - SUV5 GLB 200 d EU6d, 4Matic (EURO 6d), '
'(Facelift) 2023 - 2024 GLB 200 D',
'transmission': 'automatic',
'trim': '-Benz GLB-Class - SUV5 d EU6d, 4Matic (EURO 6d), (Facelift) 2023 - '
'2024 D',
'vin': None,
'year': 2024}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001424auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.de] INFO: Saving data for 7001424auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616902.450193, 'last_price_update_time': 1774821670.583331}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001424auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c0b5ca92-b2c6-57ec-97db-323a0ca919de with identifier: 7001423auction111035
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c0b5ca92-b2c6-57ec-97db-323a0ca919de with identifier: 7001423auction111035
2026-03-29 22:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c0b5ca92-b2c6-57ec-97db-323a0ca919de with identifier: 7001423auction111035 to the API
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001423>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'c0b5ca92-b2c6-57ec-97db-323a0ca919de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001423',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 15936,
'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 XC40 (2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), '
'2020 - 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001423auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.de] INFO: Saving data for 7001423auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616846.738051, 'last_price_update_time': 1774821670.902629}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001423auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792 with identifier: 7001429auction111035
2026-03-29 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792 with identifier: 7001429auction111035
2026-03-29 22:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3a5a52ea-658c-5d5a-a855-bbbd0e6ab792 with identifier: 7001429auction111035 to the API
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:11 [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 22:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001429>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '3a5a52ea-658c-5d5a-a855-bbbd0e6ab792',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001429',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 63736,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz GLE (BM 167)(10.2018->) DE - SUV5 GLE 350 de EU6d, '
'AMG Line 4Matic (EURO 6d), 2019 - 2023',
'transmission': 'automatic',
'trim': '-Benz GLE (BM 167)(10.2018->) DE - SUV5 de EU6d, AMG Line 4Matic '
'(EURO 6d), 2019 - 2023',
'vin': None,
'year': 2022}
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001429auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Saving data for 7001429auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616878.909728, 'last_price_update_time': 1774821671.234333}
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001429auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:11 [ecarstrade.de] INFO: Extracting details for car 7001426auction111035
2026-03-29 22:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001448auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001448auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001448auction111035: 2
2026-03-29 22:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001449auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001449auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001449auction111035: 2
2026-03-29 22:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b08a9212-a94b-526d-9681-0c3c3bad597d with identifier: 7001426auction111035
2026-03-29 22:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b08a9212-a94b-526d-9681-0c3c3bad597d with scrape type 2
2026-03-29 22:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b08a9212-a94b-526d-9681-0c3c3bad597d with scrape type 2
2026-03-29 22:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b08a9212-a94b-526d-9681-0c3c3bad597d, identifier: 7001426auction111035
2026-03-29 22:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b08a9212-a94b-526d-9681-0c3c3bad597d with identifier: 7001426auction111035
2026-03-29 22:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b08a9212-a94b-526d-9681-0c3c3bad597d with identifier: 7001426auction111035
2026-03-29 22:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b08a9212-a94b-526d-9681-0c3c3bad597d with identifier: 7001426auction111035 to the API
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:11 [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 22:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001426>
{'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': 'b08a9212-a94b-526d-9681-0c3c3bad597d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001426',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 37066,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Nissan Leaf (ZE1)(10.2017->) DE - LimS5 40 kWh, N-Connecta, 2018 - '
'2023',
'transmission': 'automatic',
'trim': '(ZE1)(10.2017->) DE - LimS5 40 kWh, N-Connecta, 2018 - 2023',
'vin': None,
'year': 2021}
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001426auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Saving data for 7001426auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616847.271721, 'last_price_update_time': 1774821671.713142}
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001426auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001450auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001450auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001450auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001451auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001451auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001451auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001452auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001452auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001452auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001454auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001454auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001454auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001457auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001457auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001457auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001459auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001459auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001459auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001468auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001468auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001468auction111035: 2
2026-03-29 22:01:11 [ecarstrade.de] INFO: Found listing with ID: 7001470auction111035
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001470auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.de] INFO: Scrape type for 7001470auction111035: 2
2026-03-29 22:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001430> (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 22:01: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 22:01:14 [ecarstrade.de] INFO: Extracting details for car 7001430auction111035
2026-03-29 22:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08fbdab-9323-51ec-913c-15fa7aa8351b with identifier: 7001430auction111035
2026-03-29 22:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08fbdab-9323-51ec-913c-15fa7aa8351b with scrape type 2
2026-03-29 22:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08fbdab-9323-51ec-913c-15fa7aa8351b with scrape type 2
2026-03-29 22:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c08fbdab-9323-51ec-913c-15fa7aa8351b, identifier: 7001430auction111035
2026-03-29 22:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c08fbdab-9323-51ec-913c-15fa7aa8351b with identifier: 7001430auction111035
2026-03-29 22:01:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c08fbdab-9323-51ec-913c-15fa7aa8351b with identifier: 7001430auction111035
2026-03-29 22:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c08fbdab-9323-51ec-913c-15fa7aa8351b with identifier: 7001430auction111035 to the API
2026-03-29 22:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001430>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'c08fbdab-9323-51ec-913c-15fa7aa8351b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001430',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 29979,
'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 Formentor (KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 '
'Drive, 2020 - 2024',
'transmission': 'automatic',
'trim': '(KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 Drive, 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001430auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:15 [ecarstrade.de] INFO: Saving data for 7001430auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616873.361392, 'last_price_update_time': 1774821675.194729}
2026-03-29 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001430auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001431> (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 22: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 22:01:15 [ecarstrade.de] INFO: Extracting details for car 7001431auction111035
2026-03-29 22:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001432> (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 22: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 22:01:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c230a82-f86e-5f78-90ea-a299fc2f7373 with identifier: 7001431auction111035
2026-03-29 22:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c230a82-f86e-5f78-90ea-a299fc2f7373 with scrape type 2
2026-03-29 22:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c230a82-f86e-5f78-90ea-a299fc2f7373 with scrape type 2
2026-03-29 22:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7c230a82-f86e-5f78-90ea-a299fc2f7373, identifier: 7001431auction111035
2026-03-29 22:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7c230a82-f86e-5f78-90ea-a299fc2f7373 with identifier: 7001431auction111035
2026-03-29 22:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7c230a82-f86e-5f78-90ea-a299fc2f7373 with identifier: 7001431auction111035
2026-03-29 22:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7c230a82-f86e-5f78-90ea-a299fc2f7373 with identifier: 7001431auction111035 to the API
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001431>
{'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': '7c230a82-f86e-5f78-90ea-a299fc2f7373',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001431',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 17490,
'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 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001431auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:16 [ecarstrade.de] INFO: Saving data for 7001431auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616929.417714, 'last_price_update_time': 1774821676.329186}
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001431auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:16 [ecarstrade.de] INFO: Extracting details for car 7001432auction111035
2026-03-29 22:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0b990f3-2d34-5153-8db3-bbbafe6bb3f7 with identifier: 7001432auction111035
2026-03-29 22:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b990f3-2d34-5153-8db3-bbbafe6bb3f7 with scrape type 2
2026-03-29 22:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0b990f3-2d34-5153-8db3-bbbafe6bb3f7 with scrape type 2
2026-03-29 22:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e0b990f3-2d34-5153-8db3-bbbafe6bb3f7, identifier: 7001432auction111035
2026-03-29 22:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e0b990f3-2d34-5153-8db3-bbbafe6bb3f7 with identifier: 7001432auction111035
2026-03-29 22:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e0b990f3-2d34-5153-8db3-bbbafe6bb3f7 with identifier: 7001432auction111035
2026-03-29 22:01:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e0b990f3-2d34-5153-8db3-bbbafe6bb3f7 with identifier: 7001432auction111035 to the API
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001432>
{'auction_title': '',
'c_o_2_emission_value': 1,
'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': 'e0b990f3-2d34-5153-8db3-bbbafe6bb3f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001432',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40388,
'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': 'Renault Captur II (01.2020->) DE - SUV5 1.0 TCe 90 EU6d, Zen (EURO '
'6d), 2021 - 2022',
'transmission': 'manual',
'trim': 'II (01.2020->) DE - SUV5 1.0 TCe 90 EU6d, Zen (EURO 6d), 2021 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001432auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:16 [ecarstrade.de] INFO: Saving data for 7001432auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616928.7747, 'last_price_update_time': 1774821676.753151}
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001432auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001433> (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 22: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 22:01:17 [ecarstrade.de] INFO: Extracting details for car 7001433auction111035
2026-03-29 22:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c6f6acf-09ea-53a8-9478-a001ef22a98b with identifier: 7001433auction111035
2026-03-29 22:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c6f6acf-09ea-53a8-9478-a001ef22a98b with scrape type 2
2026-03-29 22:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c6f6acf-09ea-53a8-9478-a001ef22a98b with scrape type 2
2026-03-29 22:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9c6f6acf-09ea-53a8-9478-a001ef22a98b, identifier: 7001433auction111035
2026-03-29 22:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9c6f6acf-09ea-53a8-9478-a001ef22a98b with identifier: 7001433auction111035
2026-03-29 22:01:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22: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 22:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9c6f6acf-09ea-53a8-9478-a001ef22a98b with identifier: 7001433auction111035
2026-03-29 22:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9c6f6acf-09ea-53a8-9478-a001ef22a98b with identifier: 7001433auction111035 to the API
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001433>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '9c6f6acf-09ea-53a8-9478-a001ef22a98b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001433',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 36633,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Opel Corsa F (2019->) DE - LimS5 1.2 EU6d, Edition (EURO 6d), 2019 '
'- 2022',
'transmission': 'manual',
'trim': 'F (2019->) DE - LimS5 1.2 EU6d, Edition (EURO 6d), 2019 - 2022',
'vin': None,
'year': 2021}
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001433auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.de] INFO: Saving data for 7001433auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616927.097944, 'last_price_update_time': 1774821677.962796}
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001433auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001448> (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 22:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001447> (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 22:01:18 [ecarstrade.de] INFO: Extracting details for car 7001448auction111035
2026-03-29 22:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f with identifier: 7001448auction111035
2026-03-29 22:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f, identifier: 7001448auction111035
2026-03-29 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f with identifier: 7001448auction111035
2026-03-29 22:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f with identifier: 7001448auction111035
2026-03-29 22:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f with identifier: 7001448auction111035 to the API
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:18 [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 22:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001448>
{'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': 'bea4dd5b-2e00-5ea7-9b5c-e8d4a3bd028f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001448',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Leon',
'odometer': 39708,
'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': 'Seat Leon (KL1)(03.2020->) DE - LimS5 2.0 TSI EU6d, FR OPF (EURO '
'6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '(KL1)(03.2020->) DE - LimS5 2.0 TSI EU6d, FR OPF (EURO 6d), 2021 - '
'2023',
'vin': None,
'year': 2022}
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001448auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:18 [ecarstrade.de] INFO: Saving data for 7001448auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616506.780076, 'last_price_update_time': 1774821678.538111}
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001448auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:18 [ecarstrade.de] INFO: Extracting details for car 7001447auction111035
2026-03-29 22:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001446> (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 22:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 794526be-c704-55bc-b6b2-38f38d01dec3 with identifier: 7001447auction111035
2026-03-29 22:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 794526be-c704-55bc-b6b2-38f38d01dec3 with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 794526be-c704-55bc-b6b2-38f38d01dec3 with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 794526be-c704-55bc-b6b2-38f38d01dec3, identifier: 7001447auction111035
2026-03-29 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 794526be-c704-55bc-b6b2-38f38d01dec3 with identifier: 7001447auction111035
2026-03-29 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 794526be-c704-55bc-b6b2-38f38d01dec3 with identifier: 7001447auction111035
2026-03-29 22:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 794526be-c704-55bc-b6b2-38f38d01dec3 with identifier: 7001447auction111035 to the API
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:18 [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 22:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001447>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '794526be-c704-55bc-b6b2-38f38d01dec3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001447',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 47406,
'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': '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 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001447auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:18 [ecarstrade.de] INFO: Saving data for 7001447auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616857.590749, 'last_price_update_time': 1774821678.976054}
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001447auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:19 [ecarstrade.de] INFO: Extracting details for car 7001446auction111035
2026-03-29 22:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4fa28ef-24a9-51c4-8afd-e5208a0fd460 with identifier: 7001446auction111035
2026-03-29 22:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4fa28ef-24a9-51c4-8afd-e5208a0fd460 with scrape type 2
2026-03-29 22:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4fa28ef-24a9-51c4-8afd-e5208a0fd460 with scrape type 2
2026-03-29 22:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d4fa28ef-24a9-51c4-8afd-e5208a0fd460, identifier: 7001446auction111035
2026-03-29 22:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d4fa28ef-24a9-51c4-8afd-e5208a0fd460 with identifier: 7001446auction111035
2026-03-29 22:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d4fa28ef-24a9-51c4-8afd-e5208a0fd460 with identifier: 7001446auction111035
2026-03-29 22:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d4fa28ef-24a9-51c4-8afd-e5208a0fd460 with identifier: 7001446auction111035 to the API
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:19 [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 22:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001446>
{'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': 'd4fa28ef-24a9-51c4-8afd-e5208a0fd460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001446',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 19125,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'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 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:19 [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 22:01:19 [ecarstrade.de] INFO: Saving data for 7001446auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616502.214249, 'last_price_update_time': 1774821679.399147}
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001446auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001449> (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 22: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 22:01:20 [ecarstrade.de] INFO: Extracting details for car 7001449auction111035
2026-03-29 22:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 369dfe34-0533-5a60-8f2a-a34a83e62e9a with identifier: 7001449auction111035
2026-03-29 22:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 369dfe34-0533-5a60-8f2a-a34a83e62e9a with scrape type 2
2026-03-29 22:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 369dfe34-0533-5a60-8f2a-a34a83e62e9a with scrape type 2
2026-03-29 22:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 369dfe34-0533-5a60-8f2a-a34a83e62e9a, identifier: 7001449auction111035
2026-03-29 22:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 369dfe34-0533-5a60-8f2a-a34a83e62e9a with identifier: 7001449auction111035
2026-03-29 22:01:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 369dfe34-0533-5a60-8f2a-a34a83e62e9a with identifier: 7001449auction111035
2026-03-29 22:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 369dfe34-0533-5a60-8f2a-a34a83e62e9a with identifier: 7001449auction111035 to the API
2026-03-29 22:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:21 [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 22:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001449>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '369dfe34-0533-5a60-8f2a-a34a83e62e9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001449',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Polestar',
'model': '2',
'odometer': 64733,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Polestar 2 (05.2020->) DE - LimS5 Elektro 78kWh, Long Range Single, '
'2021 - 2022',
'transmission': 'automatic',
'trim': '(05.00->) DE - LimS5 Elektro 78kWh, Long Range Single, 01 - 0',
'vin': None,
'year': 2022}
2026-03-29 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001449auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:21 [ecarstrade.de] INFO: Saving data for 7001449auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616504.090351, 'last_price_update_time': 1774821681.402899}
2026-03-29 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001449auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001450> (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 22: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 22:01:23 [ecarstrade.de] INFO: Extracting details for car 7001450auction111035
2026-03-29 22:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c with identifier: 7001450auction111035
2026-03-29 22:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c with scrape type 2
2026-03-29 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c with scrape type 2
2026-03-29 22:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c, identifier: 7001450auction111035
2026-03-29 22:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c with identifier: 7001450auction111035
2026-03-29 22:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c with identifier: 7001450auction111035
2026-03-29 22:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c with identifier: 7001450auction111035 to the API
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:23 [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 22:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001450>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'a5b3dc9c-8d5d-5c10-bd3a-5b67da6c280c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001450',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 162998,
'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': 'Seat Ateca (KHP)(08.2020->) DE - SUV5 1.5 TSI ACT EU6d, Style OPF '
'(EURO 6d), (Facelift) 2020 - 2024',
'transmission': 'automatic',
'trim': '(KHP)(08.2020->) DE - SUV5 1.5 TSI ACT EU6d, Style OPF (EURO 6d), '
'(Facelift) 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:23 [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 22:01:23 [ecarstrade.de] INFO: Saving data for 7001450auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616854.81134, 'last_price_update_time': 1774821683.509332}
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001450auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001451> (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 22:01:23 [ecarstrade.de] INFO: Extracting details for car 7001451auction111035
2026-03-29 22:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed with identifier: 7001451auction111035
2026-03-29 22:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed with scrape type 2
2026-03-29 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed, identifier: 7001451auction111035
2026-03-29 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed with identifier: 7001451auction111035
2026-03-29 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed with identifier: 7001451auction111035
2026-03-29 22:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed with identifier: 7001451auction111035 to the API
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001451>
{'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': 'b6eb06f6-1b9b-5974-a0fd-077bdc03a3ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001451',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': 'X3',
'odometer': 48665,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW X3 (G01)(12.2017->) DE - SUV5 xDrive20d Mild-Hybrid EU6e, '
'xDrive (EURO 6e), (Facelift) 2024 - 2024',
'transmission': 'automatic',
'trim': '(G01)(12.2017->) DE - SUV5 xDrive20d Mild-Hybrid EU6e, xDrive (EURO '
'6e), (Facelift) 2024 - 2024',
'vin': None,
'year': 2024}
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001451auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:24 [ecarstrade.de] INFO: Saving data for 7001451auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616501.458272, 'last_price_update_time': 1774821684.387493}
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001451auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001452> (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 22:01:24 [ecarstrade.de] INFO: Extracting details for car 7001452auction111035
2026-03-29 22:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b204489-59ad-5f91-b04d-d33dbce94d21 with identifier: 7001452auction111035
2026-03-29 22:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b204489-59ad-5f91-b04d-d33dbce94d21 with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b204489-59ad-5f91-b04d-d33dbce94d21 with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2b204489-59ad-5f91-b04d-d33dbce94d21, identifier: 7001452auction111035
2026-03-29 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2b204489-59ad-5f91-b04d-d33dbce94d21 with identifier: 7001452auction111035
2026-03-29 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2b204489-59ad-5f91-b04d-d33dbce94d21 with identifier: 7001452auction111035
2026-03-29 22:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2b204489-59ad-5f91-b04d-d33dbce94d21 with identifier: 7001452auction111035 to the API
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001452>
{'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': '2b204489-59ad-5f91-b04d-d33dbce94d21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001452',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 31676,
'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': 'Cupra Formentor (KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 '
'Drive, 2020 - 2024',
'transmission': 'automatic',
'trim': '(KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 Drive, 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001452auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:24 [ecarstrade.de] INFO: Saving data for 7001452auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616856.269729, 'last_price_update_time': 1774821684.937057}
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001452auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001454> (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 22:01:25 [ecarstrade.de] INFO: Extracting details for car 7001454auction111035
2026-03-29 22:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b785c41e-3e67-5ff5-a090-118fef9541f2 with identifier: 7001454auction111035
2026-03-29 22:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b785c41e-3e67-5ff5-a090-118fef9541f2 with scrape type 2
2026-03-29 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b785c41e-3e67-5ff5-a090-118fef9541f2 with scrape type 2
2026-03-29 22:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b785c41e-3e67-5ff5-a090-118fef9541f2, identifier: 7001454auction111035
2026-03-29 22:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b785c41e-3e67-5ff5-a090-118fef9541f2 with identifier: 7001454auction111035
2026-03-29 22:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b785c41e-3e67-5ff5-a090-118fef9541f2 with identifier: 7001454auction111035
2026-03-29 22:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b785c41e-3e67-5ff5-a090-118fef9541f2 with identifier: 7001454auction111035 to the API
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:25 [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 22:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001454>
{'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': 'b785c41e-3e67-5ff5-a090-118fef9541f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001454',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Puma',
'odometer': 29616,
'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': '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 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001454auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:25 [ecarstrade.de] INFO: Saving data for 7001454auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616856.773308, 'last_price_update_time': 1774821685.475275}
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001454auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001457> (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 22:01:25 [ecarstrade.de] INFO: Extracting details for car 7001457auction111035
2026-03-29 22:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fe4f90d-1dce-529c-bebd-3de8261e4320 with identifier: 7001457auction111035
2026-03-29 22:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fe4f90d-1dce-529c-bebd-3de8261e4320 with scrape type 2
2026-03-29 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fe4f90d-1dce-529c-bebd-3de8261e4320 with scrape type 2
2026-03-29 22:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6fe4f90d-1dce-529c-bebd-3de8261e4320, identifier: 7001457auction111035
2026-03-29 22:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6fe4f90d-1dce-529c-bebd-3de8261e4320 with identifier: 7001457auction111035
2026-03-29 22:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6fe4f90d-1dce-529c-bebd-3de8261e4320 with identifier: 7001457auction111035
2026-03-29 22:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6fe4f90d-1dce-529c-bebd-3de8261e4320 with identifier: 7001457auction111035 to the API
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:25 [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 22:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001457>
{'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': '6fe4f90d-1dce-529c-bebd-3de8261e4320',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001457',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Arona',
'odometer': 40426,
'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': 'Seat Arona (KJ7)(2017->) DE - SUV5 1.0 TSI EU6d, FR OPF (EURO 6d), '
'(Facelift) 2021 - 2024',
'transmission': 'manual',
'trim': '(KJ7)(2017->) DE - SUV5 1.0 TSI EU6d, FR OPF (EURO 6d), (Facelift) '
'2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:26 [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 22:01:26 [ecarstrade.de] INFO: Saving data for 7001457auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616855.637909, 'last_price_update_time': 1774821686.002293}
2026-03-29 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001457auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001468> (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 22:01:27 [ecarstrade.de] INFO: Extracting details for car 7001468auction111035
2026-03-29 22:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b40b12d0-ef0a-5bde-88ff-06886658fd69 with identifier: 7001468auction111035
2026-03-29 22:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b40b12d0-ef0a-5bde-88ff-06886658fd69 with scrape type 2
2026-03-29 22:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b40b12d0-ef0a-5bde-88ff-06886658fd69 with scrape type 2
2026-03-29 22:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b40b12d0-ef0a-5bde-88ff-06886658fd69, identifier: 7001468auction111035
2026-03-29 22:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b40b12d0-ef0a-5bde-88ff-06886658fd69 with identifier: 7001468auction111035
2026-03-29 22:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b40b12d0-ef0a-5bde-88ff-06886658fd69 with identifier: 7001468auction111035
2026-03-29 22:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b40b12d0-ef0a-5bde-88ff-06886658fd69 with identifier: 7001468auction111035 to the API
2026-03-29 22:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001468>
{'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': 'Petrol',
'id': 'b40b12d0-ef0a-5bde-88ff-06886658fd69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001468',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Ateca',
'odometer': 36897,
'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': 'Cupra Ateca (KHP/KBP)(08.2020->) DE - SUV5 2.0 TSI EU6d, 4Drive OPF '
'(EURO 6d), (Facelift) 2020 - 2023',
'transmission': 'automatic',
'trim': '(KHP/KBP)(08.2020->) DE - SUV5 2.0 TSI EU6d, 4Drive OPF (EURO 6d), '
'(Facelift) 2020 - 2023',
'vin': None,
'year': 2023}
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001468auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:28 [ecarstrade.de] INFO: Saving data for 7001468auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616504.900969, 'last_price_update_time': 1774821688.0539}
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001468auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001470> (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 22:01:30 [ecarstrade.de] INFO: Extracting details for car 7001470auction111035
2026-03-29 22:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df5f60b0-b957-5fcb-9f21-a58cda46d5e5 with identifier: 7001470auction111035
2026-03-29 22:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df5f60b0-b957-5fcb-9f21-a58cda46d5e5 with scrape type 2
2026-03-29 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df5f60b0-b957-5fcb-9f21-a58cda46d5e5 with scrape type 2
2026-03-29 22:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: df5f60b0-b957-5fcb-9f21-a58cda46d5e5, identifier: 7001470auction111035
2026-03-29 22:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: df5f60b0-b957-5fcb-9f21-a58cda46d5e5 with identifier: 7001470auction111035
2026-03-29 22:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: df5f60b0-b957-5fcb-9f21-a58cda46d5e5 with identifier: 7001470auction111035
2026-03-29 22:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: df5f60b0-b957-5fcb-9f21-a58cda46d5e5 with identifier: 7001470auction111035 to the API
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01:30 [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 22:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001470>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'df5f60b0-b957-5fcb-9f21-a58cda46d5e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001470',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 40544,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Formentor (KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 '
'Drive, 2020 - 2024',
'transmission': 'automatic',
'trim': '(KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 Drive, 2020 - 2024',
'vin': None,
'year': 2021}
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:30 [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 22:01:30 [ecarstrade.de] INFO: Saving data for 7001470auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616732.268047, 'last_price_update_time': 1774821690.446975}
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001470auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001459> (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 22:01:34 [ecarstrade.de] INFO: Extracting details for car 7001459auction111035
2026-03-29 22:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5eebedb-2f03-5707-945e-9eb4403406e5 with identifier: 7001459auction111035
2026-03-29 22:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5eebedb-2f03-5707-945e-9eb4403406e5 with scrape type 2
2026-03-29 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5eebedb-2f03-5707-945e-9eb4403406e5 with scrape type 2
2026-03-29 22:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b5eebedb-2f03-5707-945e-9eb4403406e5, identifier: 7001459auction111035
2026-03-29 22:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b5eebedb-2f03-5707-945e-9eb4403406e5 with identifier: 7001459auction111035
2026-03-29 22:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b5eebedb-2f03-5707-945e-9eb4403406e5 with identifier: 7001459auction111035
2026-03-29 22:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b5eebedb-2f03-5707-945e-9eb4403406e5 with identifier: 7001459auction111035 to the API
2026-03-29 22:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001459>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Petrol',
'id': 'b5eebedb-2f03-5707-945e-9eb4403406e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001459',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 18200,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Golf VIII Variant (DB5)(2024->) DE - Kb5 2.0 TSI EU6e, R '
'4Motion, (Facelift) 2024 - 2026',
'transmission': 'automatic',
'trim': 'VIII Variant (DB5)(2024->) DE - Kb5 2.0 TSI EU6e, R 4Motion, '
'(Facelift) 2024 - 2026',
'vin': None,
'year': 2025}
2026-03-29 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001459auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:34 [ecarstrade.de] INFO: Saving data for 7001459auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616733.215, 'last_price_update_time': 1774821694.674713}
2026-03-29 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001459auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:50 [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 22:01:50 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001474auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001474auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001474auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001475auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001475auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001475auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001477auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001477auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001477auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001478auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001478auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001478auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001479auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001479auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001479auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001480auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001480auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001480auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001481auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001481auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001481auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001482auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001482auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001482auction111035: 0
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001483auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001483auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001483auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001484auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001484auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001484auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001485auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001485auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001485auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001486auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001486auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001486auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001487auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001487auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001487auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001488auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001488auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001488auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001489auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001489auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001489auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001490auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001490auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001490auction111035: 2
2026-03-29 22: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 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001491auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001491auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001491auction111035: 2
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001493auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001493auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001493auction111035: 2
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001495auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001495auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001495auction111035: 2
2026-03-29 22:01:50 [ecarstrade.de] INFO: Found listing with ID: 7001496auction111035
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001496auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:50 [ecarstrade.de] INFO: Scrape type for 7001496auction111035: 2
2026-03-29 22:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001486> (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 22:01:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:56 [ecarstrade.de] INFO: Extracting details for car 7001486auction111035
2026-03-29 22:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51213a8d-65ad-5b72-bd6f-2cf585fdbb99 with identifier: 7001486auction111035
2026-03-29 22:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51213a8d-65ad-5b72-bd6f-2cf585fdbb99 with scrape type 2
2026-03-29 22:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51213a8d-65ad-5b72-bd6f-2cf585fdbb99 with scrape type 2
2026-03-29 22:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 51213a8d-65ad-5b72-bd6f-2cf585fdbb99, identifier: 7001486auction111035
2026-03-29 22:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 51213a8d-65ad-5b72-bd6f-2cf585fdbb99 with identifier: 7001486auction111035
2026-03-29 22:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 51213a8d-65ad-5b72-bd6f-2cf585fdbb99 with identifier: 7001486auction111035
2026-03-29 22:01:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 51213a8d-65ad-5b72-bd6f-2cf585fdbb99 with identifier: 7001486auction111035 to the API
2026-03-29 22:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001486>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '51213a8d-65ad-5b72-bd6f-2cf585fdbb99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001486',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 130450,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz Sprinter III Kasten RWD/AWD (907)(02.2018->) DE - Ka4 '
'315 CDI RWD EU6d-T, (EURO 6d-TEMP), 2020 - 2022',
'transmission': 'manual',
'trim': '-Benz III Kasten RWD/AWD (907)(02.2018->) DE - Ka4 315 CDI RWD '
'EU6d-T, (EURO 6d-TEMP), 2020 - 2022',
'vin': None,
'year': 2020}
2026-03-29 22:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001486auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:57 [ecarstrade.de] INFO: Saving data for 7001486auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616777.574949, 'last_price_update_time': 1774821717.269956}
2026-03-29 22:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001486auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001485> (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 22:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001489> (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 22:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001483> (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 22:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:57 [ecarstrade.de] INFO: Extracting details for car 7001485auction111035
2026-03-29 22:01:57 [ecarstrade.de] INFO: Extracting details for car 7001489auction111035
2026-03-29 22:01:57 [ecarstrade.de] INFO: Extracting details for car 7001483auction111035
2026-03-29 22:01:57 [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 22:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb8524f5-e121-51a2-b1ac-f4bd234fba97 with identifier: 7001485auction111035
2026-03-29 22:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb8524f5-e121-51a2-b1ac-f4bd234fba97 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb8524f5-e121-51a2-b1ac-f4bd234fba97 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cb8524f5-e121-51a2-b1ac-f4bd234fba97, identifier: 7001485auction111035
2026-03-29 22:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80d8d848-3884-53d3-833a-73bc333759b6 with identifier: 7001489auction111035
2026-03-29 22:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80d8d848-3884-53d3-833a-73bc333759b6 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80d8d848-3884-53d3-833a-73bc333759b6 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 80d8d848-3884-53d3-833a-73bc333759b6, identifier: 7001489auction111035
2026-03-29 22:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7c52b02-2bb0-505e-bb40-e9ea2d928272 with identifier: 7001483auction111035
2026-03-29 22:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7c52b02-2bb0-505e-bb40-e9ea2d928272 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7c52b02-2bb0-505e-bb40-e9ea2d928272 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a7c52b02-2bb0-505e-bb40-e9ea2d928272, identifier: 7001483auction111035
2026-03-29 22:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001487> (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 22:01:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cb8524f5-e121-51a2-b1ac-f4bd234fba97 with identifier: 7001485auction111035
2026-03-29 22:01:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cb8524f5-e121-51a2-b1ac-f4bd234fba97 with identifier: 7001485auction111035
2026-03-29 22:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cb8524f5-e121-51a2-b1ac-f4bd234fba97 with identifier: 7001485auction111035 to the API
2026-03-29 22:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001485>
{'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': 'cb8524f5-e121-51a2-b1ac-f4bd234fba97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001485',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 28736,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'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 22:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001485auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:58 [ecarstrade.de] INFO: Saving data for 7001485auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616775.144632, 'last_price_update_time': 1774821718.259671}
2026-03-29 22:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001485auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 80d8d848-3884-53d3-833a-73bc333759b6 with identifier: 7001489auction111035
2026-03-29 22:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 80d8d848-3884-53d3-833a-73bc333759b6 with identifier: 7001489auction111035
2026-03-29 22:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 80d8d848-3884-53d3-833a-73bc333759b6 with identifier: 7001489auction111035 to the API
2026-03-29 22:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001489>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '80d8d848-3884-53d3-833a-73bc333759b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001489',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 49689,
'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 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001489auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:59 [ecarstrade.de] INFO: Saving data for 7001489auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616753.78029, 'last_price_update_time': 1774821719.262366}
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001489auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a7c52b02-2bb0-505e-bb40-e9ea2d928272 with identifier: 7001483auction111035
2026-03-29 22:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a7c52b02-2bb0-505e-bb40-e9ea2d928272 with identifier: 7001483auction111035
2026-03-29 22:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a7c52b02-2bb0-505e-bb40-e9ea2d928272 with identifier: 7001483auction111035 to the API
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22: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 22:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001483>
{'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': 'a7c52b02-2bb0-505e-bb40-e9ea2d928272',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001483',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 32101,
'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': 'Volvo XC40 (2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), '
'2020 - 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001483auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:01:59 [ecarstrade.de] INFO: Saving data for 7001483auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616801.745469, 'last_price_update_time': 1774821719.58033}
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001483auction111035') HTTP/1.1" 204 0
2026-03-29 22:01:59 [ecarstrade.de] INFO: Extracting details for car 7001487auction111035
2026-03-29 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001488> (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 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001484> (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 22:01:59 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa53634-c763-5d19-9d68-a220d17e3c99 with identifier: 7001487auction111035
2026-03-29 22:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa53634-c763-5d19-9d68-a220d17e3c99 with scrape type 2
2026-03-29 22:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa53634-c763-5d19-9d68-a220d17e3c99 with scrape type 2
2026-03-29 22:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: eaa53634-c763-5d19-9d68-a220d17e3c99, identifier: 7001487auction111035
2026-03-29 22:01:59 [ecarstrade.de] INFO: Extracting details for car 7001488auction111035
2026-03-29 22:01:59 [ecarstrade.de] INFO: Extracting details for car 7001484auction111035
2026-03-29 22:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: eaa53634-c763-5d19-9d68-a220d17e3c99 with identifier: 7001487auction111035
2026-03-29 22:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: eaa53634-c763-5d19-9d68-a220d17e3c99 with identifier: 7001487auction111035
2026-03-29 22:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: eaa53634-c763-5d19-9d68-a220d17e3c99 with identifier: 7001487auction111035 to the API
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001487>
{'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': 'eaa53634-c763-5d19-9d68-a220d17e3c99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001487',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Peugeot',
'model': '5008',
'odometer': 47317,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 5008 (07.2017->) DE - SUV5 1.2 PureTech 130 EU6d, Allure '
'Pack (EURO 6d), (Facelift) 2020 - 2024',
'transmission': 'manual',
'trim': '(07.2017->) DE - SUV5 1.2 PureTech 130 EU6d, Allure Pack (EURO 6d), '
'(Facelift) 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [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 22:02:00 [ecarstrade.de] INFO: Saving data for 7001487auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616755.960776, 'last_price_update_time': 1774821720.164534}
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001487auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:00 [ecarstrade.de] INFO: Found listing with ID: 7001497auction111035
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [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 22:02:00 [ecarstrade.de] INFO: Scrape type for 7001497auction111035: 2
2026-03-29 22:02:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43bce1e2-2788-59c4-bc94-473a69f8304f with identifier: 7001488auction111035
2026-03-29 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43bce1e2-2788-59c4-bc94-473a69f8304f with scrape type 2
2026-03-29 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43bce1e2-2788-59c4-bc94-473a69f8304f with scrape type 2
2026-03-29 22:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 43bce1e2-2788-59c4-bc94-473a69f8304f, identifier: 7001488auction111035
2026-03-29 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2f2bb85-5318-54d2-a567-a1ff4a830de2 with identifier: 7001484auction111035
2026-03-29 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2f2bb85-5318-54d2-a567-a1ff4a830de2 with scrape type 2
2026-03-29 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2f2bb85-5318-54d2-a567-a1ff4a830de2 with scrape type 2
2026-03-29 22:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d2f2bb85-5318-54d2-a567-a1ff4a830de2, identifier: 7001484auction111035
2026-03-29 22:02:00 [ecarstrade.de] INFO: Found listing with ID: 7001498auction111035
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [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 22:02:00 [ecarstrade.de] INFO: Scrape type for 7001498auction111035: 2
2026-03-29 22:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 43bce1e2-2788-59c4-bc94-473a69f8304f with identifier: 7001488auction111035
2026-03-29 22:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 43bce1e2-2788-59c4-bc94-473a69f8304f with identifier: 7001488auction111035
2026-03-29 22:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 43bce1e2-2788-59c4-bc94-473a69f8304f with identifier: 7001488auction111035 to the API
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001488>
{'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': 'Hybrid (petrol / electric)',
'id': '43bce1e2-2788-59c4-bc94-473a69f8304f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001488',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 28873,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate '
'Dark Mild-Hybrid (EURO 6d), (Facelift)',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate Dark '
'Mild-Hybrid (EURO 6d), (Facelift)',
'vin': None,
'year': 2024}
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [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 22:02:00 [ecarstrade.de] INFO: Saving data for 7001488auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616755.538562, 'last_price_update_time': 1774821720.752906}
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001488auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d2f2bb85-5318-54d2-a567-a1ff4a830de2 with identifier: 7001484auction111035
2026-03-29 22:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d2f2bb85-5318-54d2-a567-a1ff4a830de2 with identifier: 7001484auction111035
2026-03-29 22:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d2f2bb85-5318-54d2-a567-a1ff4a830de2 with identifier: 7001484auction111035 to the API
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001484>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'd2f2bb85-5318-54d2-a567-a1ff4a830de2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001484',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 45790,
'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': 'Tesla Model 3 (01.2019->), RWD 60 kWh, 2023 - 2025',
'transmission': 'automatic',
'trim': '(01.2019->), RWD 60 kWh, 2023 - 2025',
'vin': None,
'year': 2022}
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Saving data for 7001484auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616802.418487, 'last_price_update_time': 1774821721.053756}
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001484auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001499auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001499auction111035: 2
2026-03-29 22:02:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001500auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001500auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001501auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001501auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001502auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001502auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001503auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001503auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001504auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001504auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001505auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001505auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001506auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001506auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001507auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001507auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001508auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001508auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001509auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001509auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001510auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001510auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001511auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001511auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001512auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001512auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001513auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001513auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001514auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001514auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001516auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001516auction111035: 2
2026-03-29 22:02:01 [ecarstrade.de] INFO: Found listing with ID: 7001517auction111035
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [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 22:02:01 [ecarstrade.de] INFO: Scrape type for 7001517auction111035: 2
2026-03-29 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001490> (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 22:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:04 [ecarstrade.de] INFO: Extracting details for car 7001490auction111035
2026-03-29 22:02:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6429d43a-5db8-5cce-a4a8-5ad9a8294e48 with identifier: 7001490auction111035
2026-03-29 22:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6429d43a-5db8-5cce-a4a8-5ad9a8294e48 with scrape type 2
2026-03-29 22:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6429d43a-5db8-5cce-a4a8-5ad9a8294e48 with scrape type 2
2026-03-29 22:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6429d43a-5db8-5cce-a4a8-5ad9a8294e48, identifier: 7001490auction111035
2026-03-29 22:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6429d43a-5db8-5cce-a4a8-5ad9a8294e48 with identifier: 7001490auction111035
2026-03-29 22:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6429d43a-5db8-5cce-a4a8-5ad9a8294e48 with identifier: 7001490auction111035
2026-03-29 22:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6429d43a-5db8-5cce-a4a8-5ad9a8294e48 with identifier: 7001490auction111035 to the API
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001490>
{'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': '6429d43a-5db8-5cce-a4a8-5ad9a8294e48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001490',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'GLE 300',
'odometer': 97848,
'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': 'Mercedes-Benz GLE (BM 167)(10.2018->) DE - SUV5 GLE 300 d EU6d, '
'4Matic (EURO 6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '-Benz GLE (BM 167)(10.2018->) DE - SUV5 d EU6d, 4Matic (EURO 6d), '
'2021 - 2023',
'vin': None,
'year': 2023}
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:05 [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 22:02:05 [ecarstrade.de] INFO: Saving data for 7001490auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616750.441182, 'last_price_update_time': 1774821725.245118}
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001490auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001491> (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 22:02: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 22:02:05 [ecarstrade.de] INFO: Extracting details for car 7001491auction111035
2026-03-29 22:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f68030de-b96d-56bb-83aa-c2a04030daf8 with identifier: 7001491auction111035
2026-03-29 22:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f68030de-b96d-56bb-83aa-c2a04030daf8 with scrape type 2
2026-03-29 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f68030de-b96d-56bb-83aa-c2a04030daf8 with scrape type 2
2026-03-29 22:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f68030de-b96d-56bb-83aa-c2a04030daf8, identifier: 7001491auction111035
2026-03-29 22:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f68030de-b96d-56bb-83aa-c2a04030daf8 with identifier: 7001491auction111035
2026-03-29 22:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f68030de-b96d-56bb-83aa-c2a04030daf8 with identifier: 7001491auction111035
2026-03-29 22:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f68030de-b96d-56bb-83aa-c2a04030daf8 with identifier: 7001491auction111035 to the API
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001491>
{'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': 'f68030de-b96d-56bb-83aa-c2a04030daf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001491',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 22790,
'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 Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER '
'(Batt. 60 kWh) optimum ch.',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER (Batt. '
'60 kWh) optimum ch.',
'vin': None,
'year': 2022}
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:05 [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 22:02:05 [ecarstrade.de] INFO: Saving data for 7001491auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616536.98378, 'last_price_update_time': 1774821725.855133}
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001491auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001495> (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 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001493> (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 22:02: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 22:02: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 22:02:05 [ecarstrade.de] INFO: Extracting details for car 7001495auction111035
2026-03-29 22:02:06 [ecarstrade.de] INFO: Extracting details for car 7001493auction111035
2026-03-29 22:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b93f2d0-b736-5cc4-97eb-635fd7f09636 with identifier: 7001495auction111035
2026-03-29 22:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b93f2d0-b736-5cc4-97eb-635fd7f09636 with scrape type 2
2026-03-29 22:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b93f2d0-b736-5cc4-97eb-635fd7f09636 with scrape type 2
2026-03-29 22:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7b93f2d0-b736-5cc4-97eb-635fd7f09636, identifier: 7001495auction111035
2026-03-29 22:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65898418-e497-5ee7-8b32-916b6f4940cf with identifier: 7001493auction111035
2026-03-29 22:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65898418-e497-5ee7-8b32-916b6f4940cf with scrape type 2
2026-03-29 22:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65898418-e497-5ee7-8b32-916b6f4940cf with scrape type 2
2026-03-29 22:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 65898418-e497-5ee7-8b32-916b6f4940cf, identifier: 7001493auction111035
2026-03-29 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7b93f2d0-b736-5cc4-97eb-635fd7f09636 with identifier: 7001495auction111035
2026-03-29 22:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7b93f2d0-b736-5cc4-97eb-635fd7f09636 with identifier: 7001495auction111035
2026-03-29 22:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7b93f2d0-b736-5cc4-97eb-635fd7f09636 with identifier: 7001495auction111035 to the API
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001495>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '7b93f2d0-b736-5cc4-97eb-635fd7f09636',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001495',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 40139,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Nissan Qashqai (J12)(03.2021->) DE - SUV5 1.3 DIG-T MHEV EU6d, '
'Tekna (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': '(J12)(03.2021->) DE - SUV5 1.3 DIG-T MHEV EU6d, Tekna (EURO 6d), '
'2021 - 2024',
'vin': None,
'year': 2024}
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001495auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:06 [ecarstrade.de] INFO: Saving data for 7001495auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616752.449679, 'last_price_update_time': 1774821726.614436}
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001495auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 65898418-e497-5ee7-8b32-916b6f4940cf with identifier: 7001493auction111035
2026-03-29 22:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 65898418-e497-5ee7-8b32-916b6f4940cf with identifier: 7001493auction111035
2026-03-29 22:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 65898418-e497-5ee7-8b32-916b6f4940cf with identifier: 7001493auction111035 to the API
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001493>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '65898418-e497-5ee7-8b32-916b6f4940cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001493',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 64871,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz Sprinter - Pr2 514 CDI RWD EU6, 2018 - 2022 2.1 CDI',
'transmission': 'manual',
'trim': '-Benz - Pr2 514 CDI RWD EU6, 2018 - 2022 2.1 CDI',
'vin': None,
'year': 2020}
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001493auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:06 [ecarstrade.de] INFO: Saving data for 7001493auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616753.008702, 'last_price_update_time': 1774821726.904669}
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001493auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:06 [scrapy.extensions.logstats] INFO: Crawled 41 pages (at 37 pages/min), scraped 34 items (at 34 items/min)
2026-03-29 22:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 278MiB
2026-03-29 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001496> (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 22: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 22:02:07 [ecarstrade.de] INFO: Extracting details for car 7001496auction111035
2026-03-29 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84fa3803-78aa-5a7b-82b2-353a8e5cf453 with identifier: 7001496auction111035
2026-03-29 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84fa3803-78aa-5a7b-82b2-353a8e5cf453 with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84fa3803-78aa-5a7b-82b2-353a8e5cf453 with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 84fa3803-78aa-5a7b-82b2-353a8e5cf453, identifier: 7001496auction111035
2026-03-29 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 84fa3803-78aa-5a7b-82b2-353a8e5cf453 with identifier: 7001496auction111035
2026-03-29 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 84fa3803-78aa-5a7b-82b2-353a8e5cf453 with identifier: 7001496auction111035
2026-03-29 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 84fa3803-78aa-5a7b-82b2-353a8e5cf453 with identifier: 7001496auction111035 to the API
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001496>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '84fa3803-78aa-5a7b-82b2-353a8e5cf453',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001496',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 128467,
'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': 'Volkswagen Arteon Shooting Brake (3H9)(07.2020->) DE - Kb5 1.4 TSI '
'eHybrid EU6d, R-Line, (Facelift) 2020 - 2023',
'transmission': 'automatic',
'trim': 'Shooting Brake (3H9)(07.2020->) DE - Kb5 1.4 TSI eHybrid EU6d, '
'R-Line, (Facelift) 2020 - 2023',
'vin': None,
'year': 2022}
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Saving data for 7001496auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616751.701897, 'last_price_update_time': 1774821727.445577}
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001496auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:07 [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 22:02: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 22:02:07 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001518auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001518auction111035: 2
2026-03-29 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001497> (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 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001519auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001519auction111035: 2
2026-03-29 22:02: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 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001520auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001520auction111035: 2
2026-03-29 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001521auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001521auction111035: 2
2026-03-29 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001522auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001522auction111035: 2
2026-03-29 22:02:07 [ecarstrade.de] INFO: Extracting details for car 7001497auction111035
2026-03-29 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001498> (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 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001523auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001523auction111035: 2
2026-03-29 22:02: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 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d with identifier: 7001497auction111035
2026-03-29 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d, identifier: 7001497auction111035
2026-03-29 22:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001524auction111035
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [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 22:02:07 [ecarstrade.de] INFO: Scrape type for 7001524auction111035: 2
2026-03-29 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d with identifier: 7001497auction111035
2026-03-29 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d with identifier: 7001497auction111035
2026-03-29 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d with identifier: 7001497auction111035 to the API
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001497>
{'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': 'Hybrid (petrol / electric)',
'id': 'cbb2c8a3-4ffd-5306-85e3-7bd52d69bf7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001497',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 23639,
'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': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate '
'Dark Mild-Hybrid (EURO 6d), (Facelift)',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate Dark '
'Mild-Hybrid (EURO 6d), (Facelift)',
'vin': None,
'year': 2024}
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Saving data for 7001497auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616751.139414, 'last_price_update_time': 1774821728.225645}
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001497auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:08 [ecarstrade.de] INFO: Extracting details for car 7001498auction111035
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001525auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001525auction111035: 2
2026-03-29 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff140cd2-d7d3-5c88-8bf6-983e38631aab with identifier: 7001498auction111035
2026-03-29 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff140cd2-d7d3-5c88-8bf6-983e38631aab with scrape type 2
2026-03-29 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff140cd2-d7d3-5c88-8bf6-983e38631aab with scrape type 2
2026-03-29 22:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ff140cd2-d7d3-5c88-8bf6-983e38631aab, identifier: 7001498auction111035
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001526auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001526auction111035: 2
2026-03-29 22:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ff140cd2-d7d3-5c88-8bf6-983e38631aab with identifier: 7001498auction111035
2026-03-29 22:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ff140cd2-d7d3-5c88-8bf6-983e38631aab with identifier: 7001498auction111035
2026-03-29 22:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ff140cd2-d7d3-5c88-8bf6-983e38631aab with identifier: 7001498auction111035 to the API
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001498>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Petrol',
'id': 'ff140cd2-d7d3-5c88-8bf6-983e38631aab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001498',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 59777,
'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': 'Volvo XC40 (2017->) DE - SUV5 B4 2WD EU6d, R-Design (EURO 6d), 2020 '
'- 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, R-Design (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Saving data for 7001498auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616754.927264, 'last_price_update_time': 1774821728.709138}
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001498auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001527auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001527auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001528auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001528auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001529auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001529auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001531auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001531auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001532auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001532auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001533auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001533auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001534auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001534auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001535auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001535auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001537auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001537auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001538auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001538auction111035: 2
2026-03-29 22:02:08 [ecarstrade.de] INFO: Found listing with ID: 7001539auction111035
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [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 22:02:08 [ecarstrade.de] INFO: Scrape type for 7001539auction111035: 2
2026-03-29 22:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001499> (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 22:02:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:11 [ecarstrade.de] INFO: Extracting details for car 7001499auction111035
2026-03-29 22:02:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55003976-c3e8-53fd-8507-fd137bc6cc41 with identifier: 7001499auction111035
2026-03-29 22:02:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55003976-c3e8-53fd-8507-fd137bc6cc41 with scrape type 2
2026-03-29 22:02:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55003976-c3e8-53fd-8507-fd137bc6cc41 with scrape type 2
2026-03-29 22:02:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 55003976-c3e8-53fd-8507-fd137bc6cc41, identifier: 7001499auction111035
2026-03-29 22:02:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 55003976-c3e8-53fd-8507-fd137bc6cc41 with identifier: 7001499auction111035
2026-03-29 22:02:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 55003976-c3e8-53fd-8507-fd137bc6cc41 with identifier: 7001499auction111035
2026-03-29 22:02:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 55003976-c3e8-53fd-8507-fd137bc6cc41 with identifier: 7001499auction111035 to the API
2026-03-29 22:02:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:11 [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 22:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001499>
{'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': '55003976-c3e8-53fd-8507-fd137bc6cc41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001499',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 39104,
'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': 'Volkswagen T-Roc (A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, '
'Active OPF (EURO 6d), 2021 - 2022',
'transmission': 'manual',
'trim': '(A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Active OPF (EURO 6d), '
'2021 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:11 [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 22:02:11 [ecarstrade.de] INFO: Saving data for 7001499auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616754.316254, 'last_price_update_time': 1774821731.80974}
2026-03-29 22:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001499auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001500> (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 22:02: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 22:02:12 [ecarstrade.de] INFO: Extracting details for car 7001500auction111035
2026-03-29 22:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59ca6db3-72fc-5f5d-bd84-c370dae4877f with identifier: 7001500auction111035
2026-03-29 22:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59ca6db3-72fc-5f5d-bd84-c370dae4877f with scrape type 2
2026-03-29 22:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59ca6db3-72fc-5f5d-bd84-c370dae4877f with scrape type 2
2026-03-29 22:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 59ca6db3-72fc-5f5d-bd84-c370dae4877f, identifier: 7001500auction111035
2026-03-29 22:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 59ca6db3-72fc-5f5d-bd84-c370dae4877f with identifier: 7001500auction111035
2026-03-29 22:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 59ca6db3-72fc-5f5d-bd84-c370dae4877f with identifier: 7001500auction111035
2026-03-29 22:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 59ca6db3-72fc-5f5d-bd84-c370dae4877f with identifier: 7001500auction111035 to the API
2026-03-29 22:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:12 [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 22:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001500>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '59ca6db3-72fc-5f5d-bd84-c370dae4877f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001500',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 70956,
'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 Octavia Combi (NX5)(01.2020->) DE - Kb5 1.5 TSI ACT EU6d, '
'Style OPF (EURO 6d), 2020 - 2023',
'transmission': 'manual',
'trim': 'Combi (NX5)(01.2020->) DE - Kb5 1.5 TSI ACT EU6d, Style OPF (EURO '
'6d), 2020 - 2023',
'vin': None,
'year': 2022}
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001500auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:13 [ecarstrade.de] INFO: Saving data for 7001500auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616541.41922, 'last_price_update_time': 1774821733.067573}
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001500auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001501> (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 22:02: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 22:02:13 [ecarstrade.de] INFO: Extracting details for car 7001501auction111035
2026-03-29 22:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d81cc812-ca5e-50a0-ba57-30cb9a16fd80 with identifier: 7001501auction111035
2026-03-29 22:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d81cc812-ca5e-50a0-ba57-30cb9a16fd80 with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d81cc812-ca5e-50a0-ba57-30cb9a16fd80 with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d81cc812-ca5e-50a0-ba57-30cb9a16fd80, identifier: 7001501auction111035
2026-03-29 22:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d81cc812-ca5e-50a0-ba57-30cb9a16fd80 with identifier: 7001501auction111035
2026-03-29 22:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d81cc812-ca5e-50a0-ba57-30cb9a16fd80 with identifier: 7001501auction111035
2026-03-29 22:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d81cc812-ca5e-50a0-ba57-30cb9a16fd80 with identifier: 7001501auction111035 to the API
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001501>
{'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': 'Petrol',
'id': 'd81cc812-ca5e-50a0-ba57-30cb9a16fd80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001501',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 57170,
'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.5 TSI EU6d, Style OPF '
'(EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.5 TSI EU6d, Style OPF (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2022}
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001501auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:13 [ecarstrade.de] INFO: Saving data for 7001501auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616540.157414, 'last_price_update_time': 1774821733.637244}
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001501auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001502> (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 22:02: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 22:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001503> (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 22:02: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 22:02:13 [ecarstrade.de] INFO: Extracting details for car 7001502auction111035
2026-03-29 22:02:13 [ecarstrade.de] INFO: Extracting details for car 7001503auction111035
2026-03-29 22:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f567f798-9eb8-5c6f-ba15-20fd492effeb with identifier: 7001502auction111035
2026-03-29 22:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f567f798-9eb8-5c6f-ba15-20fd492effeb with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f567f798-9eb8-5c6f-ba15-20fd492effeb with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f567f798-9eb8-5c6f-ba15-20fd492effeb, identifier: 7001502auction111035
2026-03-29 22:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec with identifier: 7001503auction111035
2026-03-29 22:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec, identifier: 7001503auction111035
2026-03-29 22:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f567f798-9eb8-5c6f-ba15-20fd492effeb with identifier: 7001502auction111035
2026-03-29 22:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f567f798-9eb8-5c6f-ba15-20fd492effeb with identifier: 7001502auction111035
2026-03-29 22:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f567f798-9eb8-5c6f-ba15-20fd492effeb with identifier: 7001502auction111035 to the API
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001502>
{'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': 'Petrol',
'id': 'f567f798-9eb8-5c6f-ba15-20fd492effeb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001502',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 44024,
'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 T-Roc (A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport '
'OPF (EURO 6d), 2020 - 2022',
'transmission': 'automatic',
'trim': '(A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport OPF (EURO 6d), '
'2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001502auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:14 [ecarstrade.de] INFO: Saving data for 7001502auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616757.392077, 'last_price_update_time': 1774821734.29386}
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001502auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec with identifier: 7001503auction111035
2026-03-29 22:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec with identifier: 7001503auction111035
2026-03-29 22:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec with identifier: 7001503auction111035 to the API
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001503>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'c8d9d056-d4d3-56d8-bf4f-753cdde0e1ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001503',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 25818,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER '
'(Batt. 60 kWh) optimum ch.',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER (Batt. '
'60 kWh) optimum ch.',
'vin': None,
'year': 2022}
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001503auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:14 [ecarstrade.de] INFO: Saving data for 7001503auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616758.846703, 'last_price_update_time': 1774821734.642512}
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001503auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001505> (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 22: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 22:02:14 [ecarstrade.de] INFO: Extracting details for car 7001505auction111035
2026-03-29 22:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001504> (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 22: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 22:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16e4ec04-d150-5d4b-97ed-6dab42646d8e with identifier: 7001505auction111035
2026-03-29 22:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16e4ec04-d150-5d4b-97ed-6dab42646d8e with scrape type 2
2026-03-29 22:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16e4ec04-d150-5d4b-97ed-6dab42646d8e with scrape type 2
2026-03-29 22:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 16e4ec04-d150-5d4b-97ed-6dab42646d8e, identifier: 7001505auction111035
2026-03-29 22:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 16e4ec04-d150-5d4b-97ed-6dab42646d8e with identifier: 7001505auction111035
2026-03-29 22:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 16e4ec04-d150-5d4b-97ed-6dab42646d8e with identifier: 7001505auction111035
2026-03-29 22:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 16e4ec04-d150-5d4b-97ed-6dab42646d8e with identifier: 7001505auction111035 to the API
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001505>
{'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': '16e4ec04-d150-5d4b-97ed-6dab42646d8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001505',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Leon',
'odometer': 32163,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Seat Leon Sportstourer (KL8)(03.2020->) DE - Kb5 1.5 eTSI EU6d, FR '
'OPF (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': 'Sportstourer (KL8)(03.2020->) DE - Kb5 1.5 eTSI EU6d, FR OPF (EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2021}
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:15 [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 22:02:15 [ecarstrade.de] INFO: Saving data for 7001505auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616540.899097, 'last_price_update_time': 1774821735.359358}
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001505auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:15 [ecarstrade.de] INFO: Extracting details for car 7001504auction111035
2026-03-29 22:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22df23de-198a-5c57-95ba-507240de363d with identifier: 7001504auction111035
2026-03-29 22:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22df23de-198a-5c57-95ba-507240de363d with scrape type 2
2026-03-29 22:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22df23de-198a-5c57-95ba-507240de363d with scrape type 2
2026-03-29 22:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 22df23de-198a-5c57-95ba-507240de363d, identifier: 7001504auction111035
2026-03-29 22:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 22df23de-198a-5c57-95ba-507240de363d with identifier: 7001504auction111035
2026-03-29 22:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 22df23de-198a-5c57-95ba-507240de363d with identifier: 7001504auction111035
2026-03-29 22:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 22df23de-198a-5c57-95ba-507240de363d with identifier: 7001504auction111035 to the API
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001504>
{'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': 'Diesel',
'id': '22df23de-198a-5c57-95ba-507240de363d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001504',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 146330,
'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': 'Opel Corsa F (2019->) DE - LimS5 1.5 Diesel EU6d, Edition (EURO '
'6d), 2020 - 2023',
'transmission': 'manual',
'trim': 'F (2019->) DE - LimS5 1.5 Diesel EU6d, Edition (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2023}
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:15 [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 22:02:15 [ecarstrade.de] INFO: Saving data for 7001504auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616541.913496, 'last_price_update_time': 1774821735.788767}
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001504auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001506> (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 22:02: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 22:02:17 [ecarstrade.de] INFO: Extracting details for car 7001506auction111035
2026-03-29 22:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f15f03f-7fe9-5c4e-8924-254ea9712961 with identifier: 7001506auction111035
2026-03-29 22:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f15f03f-7fe9-5c4e-8924-254ea9712961 with scrape type 2
2026-03-29 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f15f03f-7fe9-5c4e-8924-254ea9712961 with scrape type 2
2026-03-29 22:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3f15f03f-7fe9-5c4e-8924-254ea9712961, identifier: 7001506auction111035
2026-03-29 22:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3f15f03f-7fe9-5c4e-8924-254ea9712961 with identifier: 7001506auction111035
2026-03-29 22:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3f15f03f-7fe9-5c4e-8924-254ea9712961 with identifier: 7001506auction111035
2026-03-29 22:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3f15f03f-7fe9-5c4e-8924-254ea9712961 with identifier: 7001506auction111035 to the API
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001506>
{'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': '3f15f03f-7fe9-5c4e-8924-254ea9712961',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001506',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 20460,
'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 Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER '
'(Batt. 60 kWh) optimum ch.',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER (Batt. '
'60 kWh) optimum ch.',
'vin': None,
'year': 2022}
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:17 [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 22:02:17 [ecarstrade.de] INFO: Saving data for 7001506auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616537.603213, 'last_price_update_time': 1774821737.78546}
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001506auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001517> (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 22:02:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:18 [ecarstrade.de] INFO: Extracting details for car 7001517auction111035
2026-03-29 22:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d with identifier: 7001517auction111035
2026-03-29 22:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d with scrape type 2
2026-03-29 22:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d with scrape type 2
2026-03-29 22:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d, identifier: 7001517auction111035
2026-03-29 22:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d with identifier: 7001517auction111035
2026-03-29 22:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d with identifier: 7001517auction111035
2026-03-29 22:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 147a4930-0c85-52c1-aa57-1ba8a4d7ec4d with identifier: 7001517auction111035 to the API
2026-03-29 22:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:18 [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 22:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001517>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '147a4930-0c85-52c1-aa57-1ba8a4d7ec4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001517',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 6000,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': None,
'seller_name': None,
'title': 'Renault Kangoo III Rapid (03.2021->) E-TECH, Start L1 (11 kW AC)',
'transmission': 'automatic',
'trim': 'III Rapid (03.2021->) E-TECH, Start L1 (11 kW AC)',
'vin': None,
'year': 2022}
2026-03-29 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:18 [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 22:02:18 [ecarstrade.de] INFO: Saving data for 7001517auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616663.829334, 'last_price_update_time': 1774821738.527382}
2026-03-29 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001517auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001514> (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 22:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:19 [ecarstrade.de] INFO: Extracting details for car 7001514auction111035
2026-03-29 22:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 670199b2-87fd-5e23-9e63-173ffa750688 with identifier: 7001514auction111035
2026-03-29 22:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 670199b2-87fd-5e23-9e63-173ffa750688 with scrape type 2
2026-03-29 22:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 670199b2-87fd-5e23-9e63-173ffa750688 with scrape type 2
2026-03-29 22:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 670199b2-87fd-5e23-9e63-173ffa750688, identifier: 7001514auction111035
2026-03-29 22:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 670199b2-87fd-5e23-9e63-173ffa750688 with identifier: 7001514auction111035
2026-03-29 22:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 670199b2-87fd-5e23-9e63-173ffa750688 with identifier: 7001514auction111035
2026-03-29 22:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 670199b2-87fd-5e23-9e63-173ffa750688 with identifier: 7001514auction111035 to the API
2026-03-29 22:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001514>
{'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': '670199b2-87fd-5e23-9e63-173ffa750688',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001514',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 27145,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Leon (KL1/KU1)(09.2020->) DE - LimS5 1.5 eTSI EU6d, OPF (EURO '
'6d), 2022 - 2024',
'transmission': 'automatic',
'trim': '(KL1/KU1)(09.2020->) DE - LimS5 1.5 eTSI EU6d, OPF (EURO 6d), 2022 - '
'2024',
'vin': None,
'year': 2024}
2026-03-29 22:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001514auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:20 [ecarstrade.de] INFO: Saving data for 7001514auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616661.878314, 'last_price_update_time': 1774821740.185145}
2026-03-29 22:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001514auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001513> (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 22: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 22:02:21 [ecarstrade.de] INFO: Extracting details for car 7001513auction111035
2026-03-29 22:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a with identifier: 7001513auction111035
2026-03-29 22:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a with scrape type 2
2026-03-29 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a with scrape type 2
2026-03-29 22:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a, identifier: 7001513auction111035
2026-03-29 22:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a with identifier: 7001513auction111035
2026-03-29 22:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a with identifier: 7001513auction111035
2026-03-29 22:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a with identifier: 7001513auction111035 to the API
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:21 [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 22:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001513>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'c17496ee-ae6f-58f9-88eb-cbc2c2e47d7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001513',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Astra',
'odometer': 59774,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Opel Astra L Lim. 5-trg. (2021->) DE - LimS5 1.2 Turbo EU6d, GS '
'Line (EURO 6d), 2021 - 2022',
'transmission': 'automatic',
'trim': 'L Lim. 5-trg. (2021->) DE - LimS5 1.2 Turbo EU6d, GS Line (EURO 6d), '
'2021 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:21 [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 22:02:21 [ecarstrade.de] INFO: Saving data for 7001513auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616588.6062, 'last_price_update_time': 1774821741.499463}
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001513auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001518> (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 22:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:21 [ecarstrade.de] INFO: Extracting details for car 7001518auction111035
2026-03-29 22:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 923a3ff0-4551-5d49-92fa-207d85f7890a with identifier: 7001518auction111035
2026-03-29 22:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 923a3ff0-4551-5d49-92fa-207d85f7890a with scrape type 2
2026-03-29 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 923a3ff0-4551-5d49-92fa-207d85f7890a with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 923a3ff0-4551-5d49-92fa-207d85f7890a, identifier: 7001518auction111035
2026-03-29 22:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 923a3ff0-4551-5d49-92fa-207d85f7890a with identifier: 7001518auction111035
2026-03-29 22:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 923a3ff0-4551-5d49-92fa-207d85f7890a with identifier: 7001518auction111035
2026-03-29 22:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 923a3ff0-4551-5d49-92fa-207d85f7890a with identifier: 7001518auction111035 to the API
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001518>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '923a3ff0-4551-5d49-92fa-207d85f7890a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001518',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Puma',
'odometer': 72753,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Ford Puma (2019->) DE - SUV5 1.0 EcoBoost Mild Hybrid EU6d-T, '
'Titanium X S/S (EURO 6d-TEMP), 2020 -',
'transmission': 'manual',
'trim': '(2019->) DE - SUV5 1.0 EcoBoost Mild Hybrid EU6d-T, Titanium X S/S '
'(EURO 6d-TEMP), 2020 -',
'vin': None,
'year': 2020}
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:22 [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 22:02:22 [ecarstrade.de] INFO: Saving data for 7001518auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616715.38942, 'last_price_update_time': 1774821742.330241}
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001518auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001512> (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 22:02: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 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001511> (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 22:02: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 22:02:22 [ecarstrade.de] INFO: Extracting details for car 7001512auction111035
2026-03-29 22:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e192f5-b3ef-514d-b064-ce0f60a01890 with identifier: 7001512auction111035
2026-03-29 22:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e192f5-b3ef-514d-b064-ce0f60a01890 with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17e192f5-b3ef-514d-b064-ce0f60a01890 with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 17e192f5-b3ef-514d-b064-ce0f60a01890, identifier: 7001512auction111035
2026-03-29 22:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 17e192f5-b3ef-514d-b064-ce0f60a01890 with identifier: 7001512auction111035
2026-03-29 22:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 17e192f5-b3ef-514d-b064-ce0f60a01890 with identifier: 7001512auction111035
2026-03-29 22:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 17e192f5-b3ef-514d-b064-ce0f60a01890 with identifier: 7001512auction111035 to the API
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001512>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '17e192f5-b3ef-514d-b064-ce0f60a01890',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001512',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 17878,
'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': 'Opel Mokka (2020->) DE - SUV5 1.2 Turbo EU6e, Elegance (EURO 6e), '
'2022 - 2024',
'transmission': 'automatic',
'trim': '(2020->) DE - SUV5 1.2 Turbo EU6e, Elegance (EURO 6e), 2022 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:22 [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 22:02:22 [ecarstrade.de] INFO: Saving data for 7001512auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616661.264974, 'last_price_update_time': 1774821742.872593}
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001512auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:22 [ecarstrade.de] INFO: Extracting details for car 7001511auction111035
2026-03-29 22:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c97f767-01e6-551e-ad76-0aec668e47d7 with identifier: 7001511auction111035
2026-03-29 22:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c97f767-01e6-551e-ad76-0aec668e47d7 with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c97f767-01e6-551e-ad76-0aec668e47d7 with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1c97f767-01e6-551e-ad76-0aec668e47d7, identifier: 7001511auction111035
2026-03-29 22:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1c97f767-01e6-551e-ad76-0aec668e47d7 with identifier: 7001511auction111035
2026-03-29 22:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1c97f767-01e6-551e-ad76-0aec668e47d7 with identifier: 7001511auction111035
2026-03-29 22:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1c97f767-01e6-551e-ad76-0aec668e47d7 with identifier: 7001511auction111035 to the API
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:23 [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 22:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001511>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '1c97f767-01e6-551e-ad76-0aec668e47d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001511',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': '320',
'odometer': 12866,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW 3 Touring (G21N)(07.2022->) DE - Kb5 320 i EU6e, M Sport (EURO '
'6e), (Facelift 2) 2024 - 2026',
'transmission': 'automatic',
'trim': '3 Touring (G21N)(07.2022->) DE - Kb5 i EU6e, M Sport (EURO 6e), '
'(Facelift 2) 2024 - 2026',
'vin': None,
'year': 2024}
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:23 [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 22:02:23 [ecarstrade.de] INFO: Saving data for 7001511auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616583.524421, 'last_price_update_time': 1774821743.333637}
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001511auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001522> (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 22:02: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 22:02:23 [ecarstrade.de] INFO: Extracting details for car 7001522auction111035
2026-03-29 22:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b19d6284-bca4-53e8-b039-b1fbe72ad9ed with identifier: 7001522auction111035
2026-03-29 22:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b19d6284-bca4-53e8-b039-b1fbe72ad9ed with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b19d6284-bca4-53e8-b039-b1fbe72ad9ed with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b19d6284-bca4-53e8-b039-b1fbe72ad9ed, identifier: 7001522auction111035
2026-03-29 22:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b19d6284-bca4-53e8-b039-b1fbe72ad9ed with identifier: 7001522auction111035
2026-03-29 22:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b19d6284-bca4-53e8-b039-b1fbe72ad9ed with identifier: 7001522auction111035
2026-03-29 22:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b19d6284-bca4-53e8-b039-b1fbe72ad9ed with identifier: 7001522auction111035 to the API
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001522>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'b19d6284-bca4-53e8-b039-b1fbe72ad9ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001522',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 62056,
'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': 'Skoda Karoq (NU)(2017->) DE - SUV5 1.5 TSI ACT EU6d, Sportline OPF '
'(EURO 6d), (Facelift) 2021 - 2024',
'transmission': 'automatic',
'trim': '(NU)(2017->) DE - SUV5 1.5 TSI ACT EU6d, Sportline OPF (EURO 6d), '
'(Facelift) 2021 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:24 [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 22:02:24 [ecarstrade.de] INFO: Saving data for 7001522auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616715.911735, 'last_price_update_time': 1774821744.190261}
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001522auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001539> (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 22:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:24 [ecarstrade.de] INFO: Extracting details for car 7001539auction111035
2026-03-29 22:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0043eba0-ed55-50da-9824-b39fc5eb1fd4 with identifier: 7001539auction111035
2026-03-29 22:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0043eba0-ed55-50da-9824-b39fc5eb1fd4 with scrape type 2
2026-03-29 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0043eba0-ed55-50da-9824-b39fc5eb1fd4 with scrape type 2
2026-03-29 22:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0043eba0-ed55-50da-9824-b39fc5eb1fd4, identifier: 7001539auction111035
2026-03-29 22:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0043eba0-ed55-50da-9824-b39fc5eb1fd4 with identifier: 7001539auction111035
2026-03-29 22:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0043eba0-ed55-50da-9824-b39fc5eb1fd4 with identifier: 7001539auction111035
2026-03-29 22:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0043eba0-ed55-50da-9824-b39fc5eb1fd4 with identifier: 7001539auction111035 to the API
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001539>
{'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': '0043eba0-ed55-50da-9824-b39fc5eb1fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001539',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 158892,
'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': 'Seat Tarraco (KN2)(10.2018->) DE - SUV5 2.0 TDI EU6d, FR (EURO 6d), '
'2020 - 2024',
'transmission': 'manual',
'trim': '(KN2)(10.2018->) DE - SUV5 2.0 TDI EU6d, FR (EURO 6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:25 [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 22:02:25 [ecarstrade.de] INFO: Saving data for 7001539auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616584.426179, 'last_price_update_time': 1774821745.027555}
2026-03-29 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001539auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001538> (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 22:02: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 22:02:26 [ecarstrade.de] INFO: Extracting details for car 7001538auction111035
2026-03-29 22:02:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5 with identifier: 7001538auction111035
2026-03-29 22:02:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5 with scrape type 2
2026-03-29 22:02:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5 with scrape type 2
2026-03-29 22:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5, identifier: 7001538auction111035
2026-03-29 22:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5 with identifier: 7001538auction111035
2026-03-29 22:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5 with identifier: 7001538auction111035
2026-03-29 22:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3b773b60-a6a1-59c5-a9d9-e2aec31f55b5 with identifier: 7001538auction111035 to the API
2026-03-29 22:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:26 [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 22:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001538>
{'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': '3b773b60-a6a1-59c5-a9d9-e2aec31f55b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001538',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 40342,
'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': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate '
'Dark Mild-Hybrid (EURO 6d), (Facelift)',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate Dark '
'Mild-Hybrid (EURO 6d), (Facelift)',
'vin': None,
'year': 2023}
2026-03-29 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:26 [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 22:02:26 [ecarstrade.de] INFO: Saving data for 7001538auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616581.893047, 'last_price_update_time': 1774821746.826224}
2026-03-29 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001538auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001537> (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 22:02: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 22:02:28 [ecarstrade.de] INFO: Extracting details for car 7001537auction111035
2026-03-29 22:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5677e312-b666-52aa-86ea-f1bed0720c18 with identifier: 7001537auction111035
2026-03-29 22:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5677e312-b666-52aa-86ea-f1bed0720c18 with scrape type 2
2026-03-29 22:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5677e312-b666-52aa-86ea-f1bed0720c18 with scrape type 2
2026-03-29 22:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5677e312-b666-52aa-86ea-f1bed0720c18, identifier: 7001537auction111035
2026-03-29 22:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5677e312-b666-52aa-86ea-f1bed0720c18 with identifier: 7001537auction111035
2026-03-29 22:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5677e312-b666-52aa-86ea-f1bed0720c18 with identifier: 7001537auction111035
2026-03-29 22:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5677e312-b666-52aa-86ea-f1bed0720c18 with identifier: 7001537auction111035 to the API
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:28 [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 22:02:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001537>
{'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': '5677e312-b666-52aa-86ea-f1bed0720c18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001537',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 39818,
'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 T-Roc (A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport '
'OPF (EURO 6d), 2020 - 2022',
'transmission': 'automatic',
'trim': '(A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport OPF (EURO 6d), '
'2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:28 [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 22:02:28 [ecarstrade.de] INFO: Saving data for 7001537auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616587.146049, 'last_price_update_time': 1774821748.560004}
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001537auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001535> (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 22:02: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 22:02:28 [ecarstrade.de] INFO: Extracting details for car 7001535auction111035
2026-03-29 22:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1e79ff-1965-5bd2-ace5-8816835a1425 with identifier: 7001535auction111035
2026-03-29 22:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1e79ff-1965-5bd2-ace5-8816835a1425 with scrape type 2
2026-03-29 22:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a1e79ff-1965-5bd2-ace5-8816835a1425 with scrape type 2
2026-03-29 22:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9a1e79ff-1965-5bd2-ace5-8816835a1425, identifier: 7001535auction111035
2026-03-29 22:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9a1e79ff-1965-5bd2-ace5-8816835a1425 with identifier: 7001535auction111035
2026-03-29 22:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9a1e79ff-1965-5bd2-ace5-8816835a1425 with identifier: 7001535auction111035
2026-03-29 22:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9a1e79ff-1965-5bd2-ace5-8816835a1425 with identifier: 7001535auction111035 to the API
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:28 [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 22:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001535>
{'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': '9a1e79ff-1965-5bd2-ace5-8816835a1425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001535',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 33049,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Enyaq (5AZ)(09.2020->) DE - SUV5 50, Studio, 2021 - 2022',
'transmission': 'automatic',
'trim': '(5AZ)(09.2020->) DE - SUV5 50, Studio, 2021 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:29 [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 22:02:29 [ecarstrade.de] INFO: Saving data for 7001535auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616711.246198, 'last_price_update_time': 1774821749.103222}
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001535auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001533> (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 22:02:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:29 [ecarstrade.de] INFO: Extracting details for car 7001533auction111035
2026-03-29 22:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26bd6e47-30e7-5b96-ae6b-ac853d75352a with identifier: 7001533auction111035
2026-03-29 22:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26bd6e47-30e7-5b96-ae6b-ac853d75352a with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26bd6e47-30e7-5b96-ae6b-ac853d75352a with scrape type 2
2026-03-29 22:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 26bd6e47-30e7-5b96-ae6b-ac853d75352a, identifier: 7001533auction111035
2026-03-29 22:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 26bd6e47-30e7-5b96-ae6b-ac853d75352a with identifier: 7001533auction111035
2026-03-29 22:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 26bd6e47-30e7-5b96-ae6b-ac853d75352a with identifier: 7001533auction111035
2026-03-29 22:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 26bd6e47-30e7-5b96-ae6b-ac853d75352a with identifier: 7001533auction111035 to the API
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:30 [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 22:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001533>
{'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': '26bd6e47-30e7-5b96-ae6b-ac853d75352a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001533',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 157228,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kodiaq (NS)(2016->) DE - SUV5 2.0 TDI EU6d, L&K (EURO 6d), '
'(Facelift) 2021 - 2023',
'transmission': 'automatic',
'trim': '(NS)(2016->) DE - SUV5 2.0 TDI EU6d, L&K (EURO 6d), (Facelift) 2021 '
'- 2023',
'vin': None,
'year': 2022}
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [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 22:02:30 [ecarstrade.de] INFO: Saving data for 7001533auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616632.378498, 'last_price_update_time': 1774821750.321757}
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001533auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001534> (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 22:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001532> (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 22:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:30 [ecarstrade.de] INFO: Extracting details for car 7001534auction111035
2026-03-29 22:02:30 [ecarstrade.de] INFO: Extracting details for car 7001532auction111035
2026-03-29 22:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 908dc8ec-e38d-550d-a1e6-a681056b2b17 with identifier: 7001534auction111035
2026-03-29 22:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908dc8ec-e38d-550d-a1e6-a681056b2b17 with scrape type 2
2026-03-29 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 908dc8ec-e38d-550d-a1e6-a681056b2b17 with scrape type 2
2026-03-29 22:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 908dc8ec-e38d-550d-a1e6-a681056b2b17, identifier: 7001534auction111035
2026-03-29 22:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8d5773d-5c3d-5833-aa9f-15d0c3606a6b with identifier: 7001532auction111035
2026-03-29 22:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8d5773d-5c3d-5833-aa9f-15d0c3606a6b with scrape type 2
2026-03-29 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8d5773d-5c3d-5833-aa9f-15d0c3606a6b with scrape type 2
2026-03-29 22:02:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a8d5773d-5c3d-5833-aa9f-15d0c3606a6b, identifier: 7001532auction111035
2026-03-29 22:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 908dc8ec-e38d-550d-a1e6-a681056b2b17 with identifier: 7001534auction111035
2026-03-29 22:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 908dc8ec-e38d-550d-a1e6-a681056b2b17 with identifier: 7001534auction111035
2026-03-29 22:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 908dc8ec-e38d-550d-a1e6-a681056b2b17 with identifier: 7001534auction111035 to the API
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:30 [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 22:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001534>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '908dc8ec-e38d-550d-a1e6-a681056b2b17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001534',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 24693,
'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': 'Mercedes-Benz A Limousine (BM 177)(08.2018->) DE - Lim4 AMG A 35 '
'EU6d, Lim. 4Matic+ (EURO 6d), (Facelift) 2022 - 2024',
'transmission': 'automatic',
'trim': '-Benz A Limousine (BM 177)(08.2018->) DE - Lim4 AMG A 35 EU6d, Lim. '
'4Matic+ (EURO 6d), (Facelift) 2022 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [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 22:02:30 [ecarstrade.de] INFO: Saving data for 7001534auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616706.11338, 'last_price_update_time': 1774821750.978827}
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001534auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a8d5773d-5c3d-5833-aa9f-15d0c3606a6b with identifier: 7001532auction111035
2026-03-29 22:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a8d5773d-5c3d-5833-aa9f-15d0c3606a6b with identifier: 7001532auction111035
2026-03-29 22:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a8d5773d-5c3d-5833-aa9f-15d0c3606a6b with identifier: 7001532auction111035 to the API
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:31 [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 22:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001532>
{'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': 'a8d5773d-5c3d-5833-aa9f-15d0c3606a6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001532',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 55561,
'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 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:31 [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 22:02:31 [ecarstrade.de] INFO: Saving data for 7001532auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616631.066335, 'last_price_update_time': 1774821751.620768}
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001532auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001531> (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 22:02: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 22:02:32 [ecarstrade.de] INFO: Extracting details for car 7001531auction111035
2026-03-29 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18391940-4d43-5027-b28e-626127b83467 with identifier: 7001531auction111035
2026-03-29 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18391940-4d43-5027-b28e-626127b83467 with scrape type 2
2026-03-29 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18391940-4d43-5027-b28e-626127b83467 with scrape type 2
2026-03-29 22:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 18391940-4d43-5027-b28e-626127b83467, identifier: 7001531auction111035
2026-03-29 22:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 18391940-4d43-5027-b28e-626127b83467 with identifier: 7001531auction111035
2026-03-29 22:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 18391940-4d43-5027-b28e-626127b83467 with identifier: 7001531auction111035
2026-03-29 22:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 18391940-4d43-5027-b28e-626127b83467 with identifier: 7001531auction111035 to the API
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:32 [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 22:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001531>
{'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': 'Hybrid (petrol / electric)',
'id': '18391940-4d43-5027-b28e-626127b83467',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001531',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 21809,
'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': 'Volvo XC60 (03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate '
'Dark Mild-Hybrid (EURO 6d), (Facelift)',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) AWD EU6d, Ultimate Dark '
'Mild-Hybrid (EURO 6d), (Facelift)',
'vin': None,
'year': 2024}
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:32 [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 22:02:32 [ecarstrade.de] INFO: Saving data for 7001531auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616636.500634, 'last_price_update_time': 1774821752.46134}
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001531auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001529> (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 22:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:32 [ecarstrade.de] INFO: Extracting details for car 7001529auction111035
2026-03-29 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ef185bd-e759-51a9-bef1-57ca85b8b6da with identifier: 7001529auction111035
2026-03-29 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ef185bd-e759-51a9-bef1-57ca85b8b6da with scrape type 2
2026-03-29 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ef185bd-e759-51a9-bef1-57ca85b8b6da with scrape type 2
2026-03-29 22:02:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1ef185bd-e759-51a9-bef1-57ca85b8b6da, identifier: 7001529auction111035
2026-03-29 22:02:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1ef185bd-e759-51a9-bef1-57ca85b8b6da with identifier: 7001529auction111035
2026-03-29 22:02:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1ef185bd-e759-51a9-bef1-57ca85b8b6da with identifier: 7001529auction111035
2026-03-29 22:02:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1ef185bd-e759-51a9-bef1-57ca85b8b6da with identifier: 7001529auction111035 to the API
2026-03-29 22:02:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001529>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '1ef185bd-e759-51a9-bef1-57ca85b8b6da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001529',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 56674,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-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 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:33 [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 22:02:33 [ecarstrade.de] INFO: Saving data for 7001529auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616635.166668, 'last_price_update_time': 1774821753.355009}
2026-03-29 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001529auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001528> (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 22:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:34 [ecarstrade.de] INFO: Extracting details for car 7001528auction111035
2026-03-29 22:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59d63363-3ab8-5874-aa53-7904aa49bb29 with identifier: 7001528auction111035
2026-03-29 22:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59d63363-3ab8-5874-aa53-7904aa49bb29 with scrape type 2
2026-03-29 22:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59d63363-3ab8-5874-aa53-7904aa49bb29 with scrape type 2
2026-03-29 22:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 59d63363-3ab8-5874-aa53-7904aa49bb29, identifier: 7001528auction111035
2026-03-29 22:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 59d63363-3ab8-5874-aa53-7904aa49bb29 with identifier: 7001528auction111035
2026-03-29 22:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 59d63363-3ab8-5874-aa53-7904aa49bb29 with identifier: 7001528auction111035
2026-03-29 22:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 59d63363-3ab8-5874-aa53-7904aa49bb29 with identifier: 7001528auction111035 to the API
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001528>
{'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': 'Petrol',
'id': '59d63363-3ab8-5874-aa53-7904aa49bb29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001528',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 21000,
'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 T-Roc (A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport '
'OPF (EURO 6d), 2020 - 2022',
'transmission': 'automatic',
'trim': '(A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport OPF (EURO 6d), '
'2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001528auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:35 [ecarstrade.de] INFO: Saving data for 7001528auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616634.503795, 'last_price_update_time': 1774821755.277269}
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001528auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001527> (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 22: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 22:02:35 [ecarstrade.de] INFO: Extracting details for car 7001527auction111035
2026-03-29 22:02:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d241be5b-6f89-5fc8-abbd-322153df6681 with identifier: 7001527auction111035
2026-03-29 22:02:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d241be5b-6f89-5fc8-abbd-322153df6681 with scrape type 2
2026-03-29 22:02:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d241be5b-6f89-5fc8-abbd-322153df6681 with scrape type 2
2026-03-29 22:02:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d241be5b-6f89-5fc8-abbd-322153df6681, identifier: 7001527auction111035
2026-03-29 22:02:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d241be5b-6f89-5fc8-abbd-322153df6681 with identifier: 7001527auction111035
2026-03-29 22:02:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d241be5b-6f89-5fc8-abbd-322153df6681 with identifier: 7001527auction111035
2026-03-29 22:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d241be5b-6f89-5fc8-abbd-322153df6681 with identifier: 7001527auction111035 to the API
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001527>
{'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': 'd241be5b-6f89-5fc8-abbd-322153df6681',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001527',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 37342,
'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': 'Volvo XC40 (2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), '
'2020 - 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22: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%277001527auction111035%27 HTTP/1.1" 200 None
2026-03-29 22:02:35 [ecarstrade.de] INFO: Saving data for 7001527auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616633.806543, 'last_price_update_time': 1774821755.801548}
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001527auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001526> (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 22:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:37 [ecarstrade.de] INFO: Extracting details for car 7001526auction111035
2026-03-29 22:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d79e0c78-f8be-58e3-a929-df985fd4ac3c with identifier: 7001526auction111035
2026-03-29 22:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d79e0c78-f8be-58e3-a929-df985fd4ac3c with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d79e0c78-f8be-58e3-a929-df985fd4ac3c with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d79e0c78-f8be-58e3-a929-df985fd4ac3c, identifier: 7001526auction111035
2026-03-29 22:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d79e0c78-f8be-58e3-a929-df985fd4ac3c with identifier: 7001526auction111035
2026-03-29 22:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d79e0c78-f8be-58e3-a929-df985fd4ac3c with identifier: 7001526auction111035
2026-03-29 22:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d79e0c78-f8be-58e3-a929-df985fd4ac3c with identifier: 7001526auction111035 to the API
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:37 [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 22:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001526>
{'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': 'd79e0c78-f8be-58e3-a929-df985fd4ac3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001526',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 73827,
'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, Inscription '
'Mild-Hybrid (EURO 6d), (Facelift) 20',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B5 (Benzin) 2WD EU6d, Inscription Mild-Hybrid '
'(EURO 6d), (Facelift) 20',
'vin': None,
'year': 2022}
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [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 22:02:37 [ecarstrade.de] INFO: Saving data for 7001526auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616633.123267, 'last_price_update_time': 1774821757.667749}
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001526auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001524> (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 22:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:37 [ecarstrade.de] INFO: Extracting details for car 7001524auction111035
2026-03-29 22:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1a44ade-c0bc-53f1-8689-9461b302a32b with identifier: 7001524auction111035
2026-03-29 22:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1a44ade-c0bc-53f1-8689-9461b302a32b with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1a44ade-c0bc-53f1-8689-9461b302a32b with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b1a44ade-c0bc-53f1-8689-9461b302a32b, identifier: 7001524auction111035
2026-03-29 22:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b1a44ade-c0bc-53f1-8689-9461b302a32b with identifier: 7001524auction111035
2026-03-29 22:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b1a44ade-c0bc-53f1-8689-9461b302a32b with identifier: 7001524auction111035
2026-03-29 22:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b1a44ade-c0bc-53f1-8689-9461b302a32b with identifier: 7001524auction111035 to the API
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:38 [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 22:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001524>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'b1a44ade-c0bc-53f1-8689-9461b302a32b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001524',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 54349,
'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 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:38 [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 22:02:38 [ecarstrade.de] INFO: Saving data for 7001524auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616630.171088, 'last_price_update_time': 1774821758.222537}
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001524auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001523> (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 22:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001525> (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 22:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:38 [ecarstrade.de] INFO: Extracting details for car 7001523auction111035
2026-03-29 22:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c32627a3-e5ea-52ab-93e7-14d2ab8b427f with identifier: 7001523auction111035
2026-03-29 22:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c32627a3-e5ea-52ab-93e7-14d2ab8b427f with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c32627a3-e5ea-52ab-93e7-14d2ab8b427f with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c32627a3-e5ea-52ab-93e7-14d2ab8b427f, identifier: 7001523auction111035
2026-03-29 22:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c32627a3-e5ea-52ab-93e7-14d2ab8b427f with identifier: 7001523auction111035
2026-03-29 22:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c32627a3-e5ea-52ab-93e7-14d2ab8b427f with identifier: 7001523auction111035
2026-03-29 22:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c32627a3-e5ea-52ab-93e7-14d2ab8b427f with identifier: 7001523auction111035 to the API
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:38 [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 22:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001523>
{'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': 'c32627a3-e5ea-52ab-93e7-14d2ab8b427f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001523',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Leon',
'odometer': 120858,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Seat Leon (KL1)(03.2020->) DE - LimS5 2.0 TDI EU6d, FR (EURO 6d) - '
'unrep. Turboladerschaden',
'transmission': 'automatic',
'trim': '(KL1)(03.2020->) DE - LimS5 2.0 TDI EU6d, FR (EURO 6d) - unrep. '
'Turboladerschaden',
'vin': None,
'year': 2022}
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:38 [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 22:02:38 [ecarstrade.de] INFO: Saving data for 7001523auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616629.469506, 'last_price_update_time': 1774821758.768067}
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001523auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:38 [ecarstrade.de] INFO: Extracting details for car 7001525auction111035
2026-03-29 22:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63c8fb9b-2227-58cf-aaa0-ae5e25c20665 with identifier: 7001525auction111035
2026-03-29 22:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63c8fb9b-2227-58cf-aaa0-ae5e25c20665 with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63c8fb9b-2227-58cf-aaa0-ae5e25c20665 with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 63c8fb9b-2227-58cf-aaa0-ae5e25c20665, identifier: 7001525auction111035
2026-03-29 22:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 63c8fb9b-2227-58cf-aaa0-ae5e25c20665 with identifier: 7001525auction111035
2026-03-29 22:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 63c8fb9b-2227-58cf-aaa0-ae5e25c20665 with identifier: 7001525auction111035
2026-03-29 22:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 63c8fb9b-2227-58cf-aaa0-ae5e25c20665 with identifier: 7001525auction111035 to the API
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:39 [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 22:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001525>
{'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': '63c8fb9b-2227-58cf-aaa0-ae5e25c20665',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001525',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 76664,
'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 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:39 [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 22:02:39 [ecarstrade.de] INFO: Saving data for 7001525auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616631.706026, 'last_price_update_time': 1774821759.190312}
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001525auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001521> (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 22:02: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 22:02:39 [ecarstrade.de] INFO: Extracting details for car 7001521auction111035
2026-03-29 22:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cfa6dfb-1545-540c-8869-38e2d10f8769 with identifier: 7001521auction111035
2026-03-29 22:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfa6dfb-1545-540c-8869-38e2d10f8769 with scrape type 2
2026-03-29 22:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cfa6dfb-1545-540c-8869-38e2d10f8769 with scrape type 2
2026-03-29 22:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9cfa6dfb-1545-540c-8869-38e2d10f8769, identifier: 7001521auction111035
2026-03-29 22:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9cfa6dfb-1545-540c-8869-38e2d10f8769 with identifier: 7001521auction111035
2026-03-29 22:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9cfa6dfb-1545-540c-8869-38e2d10f8769 with identifier: 7001521auction111035
2026-03-29 22:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9cfa6dfb-1545-540c-8869-38e2d10f8769 with identifier: 7001521auction111035 to the API
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:39 [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 22:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001521>
{'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': 'Petrol',
'id': '9cfa6dfb-1545-540c-8869-38e2d10f8769',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001521',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 50454,
'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 Karoq (NU)(2017->) DE - SUV5 1.5 TSI ACT EU6d, Clever OPF '
'(EURO 6d), 2020 - 2021',
'transmission': 'automatic',
'trim': '(NU)(2017->) DE - SUV5 1.5 TSI ACT EU6d, Clever OPF (EURO 6d), 2020 '
'- 2021',
'vin': None,
'year': 2022}
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:39 [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 22:02:39 [ecarstrade.de] INFO: Saving data for 7001521auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616725.325141, 'last_price_update_time': 1774821759.736855}
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001521auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001516> (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 22:02:40 [ecarstrade.de] INFO: Extracting details for car 7001516auction111035
2026-03-29 22:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78bb5cf1-cd59-5bb1-9355-f2bf070a9593 with identifier: 7001516auction111035
2026-03-29 22:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78bb5cf1-cd59-5bb1-9355-f2bf070a9593 with scrape type 2
2026-03-29 22:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78bb5cf1-cd59-5bb1-9355-f2bf070a9593 with scrape type 2
2026-03-29 22:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 78bb5cf1-cd59-5bb1-9355-f2bf070a9593, identifier: 7001516auction111035
2026-03-29 22:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 78bb5cf1-cd59-5bb1-9355-f2bf070a9593 with identifier: 7001516auction111035
2026-03-29 22:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 78bb5cf1-cd59-5bb1-9355-f2bf070a9593 with identifier: 7001516auction111035
2026-03-29 22:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 78bb5cf1-cd59-5bb1-9355-f2bf070a9593 with identifier: 7001516auction111035 to the API
2026-03-29 22:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001516>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '78bb5cf1-cd59-5bb1-9355-f2bf070a9593',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001516',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 61878,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kamiq (NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d-T, Tour OPF '
'(EURO 6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d-T, Tour OPF (EURO 6d), 2021 '
'- 2023',
'vin': None,
'year': 2022}
2026-03-29 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:40 [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 22:02:40 [ecarstrade.de] INFO: Saving data for 7001516auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616663.430093, 'last_price_update_time': 1774821760.964933}
2026-03-29 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001516auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001520> (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 22:02:41 [ecarstrade.de] INFO: Extracting details for car 7001520auction111035
2026-03-29 22:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d50b49fa-f3aa-5c46-a6bd-3c082585ef51 with identifier: 7001520auction111035
2026-03-29 22:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d50b49fa-f3aa-5c46-a6bd-3c082585ef51 with scrape type 2
2026-03-29 22:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d50b49fa-f3aa-5c46-a6bd-3c082585ef51 with scrape type 2
2026-03-29 22:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d50b49fa-f3aa-5c46-a6bd-3c082585ef51, identifier: 7001520auction111035
2026-03-29 22:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d50b49fa-f3aa-5c46-a6bd-3c082585ef51 with identifier: 7001520auction111035
2026-03-29 22:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d50b49fa-f3aa-5c46-a6bd-3c082585ef51 with identifier: 7001520auction111035
2026-03-29 22:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d50b49fa-f3aa-5c46-a6bd-3c082585ef51 with identifier: 7001520auction111035 to the API
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001520>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Diesel',
'id': 'd50b49fa-f3aa-5c46-a6bd-3c082585ef51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001520',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': '320',
'odometer': 107910,
'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': 'BMW 3 Touring (G21N)(07.2022->) DE - Kb5 320 d Mild-Hybrid EU6d, '
'xDrive M Sport (EURO 6d), (Facelift) 2022 - 202',
'transmission': 'automatic',
'trim': '3 Touring (G21N)(07.2022->) DE - Kb5 d Mild-Hybrid EU6d, xDrive M '
'Sport (EURO 6d), (Facelift) 2022 - 202',
'vin': None,
'year': 2023}
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:42 [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 22:02:42 [ecarstrade.de] INFO: Saving data for 7001520auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616539.643076, 'last_price_update_time': 1774821762.309415}
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001520auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001519> (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 22:02:42 [ecarstrade.de] INFO: Extracting details for car 7001519auction111035
2026-03-29 22:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02dc5da2-5379-55d3-b930-29597b1d39ab with identifier: 7001519auction111035
2026-03-29 22:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02dc5da2-5379-55d3-b930-29597b1d39ab with scrape type 2
2026-03-29 22:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02dc5da2-5379-55d3-b930-29597b1d39ab with scrape type 2
2026-03-29 22:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 02dc5da2-5379-55d3-b930-29597b1d39ab, identifier: 7001519auction111035
2026-03-29 22:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 02dc5da2-5379-55d3-b930-29597b1d39ab with identifier: 7001519auction111035
2026-03-29 22:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 02dc5da2-5379-55d3-b930-29597b1d39ab with identifier: 7001519auction111035
2026-03-29 22:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 02dc5da2-5379-55d3-b930-29597b1d39ab with identifier: 7001519auction111035 to the API
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001519>
{'auction_title': '',
'c_o_2_emission_value': 1,
'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': '02dc5da2-5379-55d3-b930-29597b1d39ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001519',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 17224,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen T-Cross (C11)(12.2018->2023) DE - SUV5 1.0 TSI EU6d, '
'Style OPF (EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(C11)(12.2018->2023) DE - SUV5 1.0 TSI EU6d, Style OPF (EURO 6d), '
'2020 - 2023',
'vin': None,
'year': 2021}
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:42 [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 22:02:42 [ecarstrade.de] INFO: Saving data for 7001519auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616733.845526, 'last_price_update_time': 1774821762.854304}
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001519auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001540auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001540auction111035: 2
2026-03-29 22:02: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 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001542auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001542auction111035: 2
2026-03-29 22:02: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 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001543auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001543auction111035: 2
2026-03-29 22:02: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 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001544auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001544auction111035: 2
2026-03-29 22:02: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 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001545auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001545auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001546auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001546auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001547auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001547auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001548auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001548auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001549auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001549auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001550auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001550auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001551auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001551auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001552auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001552auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001553auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001553auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001555auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001555auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001556auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001556auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001557auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001557auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001558auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001558auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001561auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001561auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001562auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001562auction111035: 2
2026-03-29 22:02:43 [ecarstrade.de] INFO: Found listing with ID: 7001565auction111035
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [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 22:02:43 [ecarstrade.de] INFO: Scrape type for 7001565auction111035: 2
2026-03-29 22:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001509> (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 22:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:44 [ecarstrade.de] INFO: Extracting details for car 7001509auction111035
2026-03-29 22:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 583faba8-bed7-5708-b70f-5bd92ee53953 with identifier: 7001509auction111035
2026-03-29 22:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 583faba8-bed7-5708-b70f-5bd92ee53953 with scrape type 2
2026-03-29 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 583faba8-bed7-5708-b70f-5bd92ee53953 with scrape type 2
2026-03-29 22:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 583faba8-bed7-5708-b70f-5bd92ee53953, identifier: 7001509auction111035
2026-03-29 22:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 583faba8-bed7-5708-b70f-5bd92ee53953 with identifier: 7001509auction111035
2026-03-29 22:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 583faba8-bed7-5708-b70f-5bd92ee53953 with identifier: 7001509auction111035
2026-03-29 22:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 583faba8-bed7-5708-b70f-5bd92ee53953 with identifier: 7001509auction111035 to the API
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001509>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '583faba8-bed7-5708-b70f-5bd92ee53953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001509',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 39107,
'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.5 TSI EU6d, Style OPF '
'(EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.5 TSI EU6d, Style OPF (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2022}
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:45 [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 22:02:45 [ecarstrade.de] INFO: Saving data for 7001509auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616662.794662, 'last_price_update_time': 1774821765.270887}
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001509auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001508> (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 22:02:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:45 [ecarstrade.de] INFO: Extracting details for car 7001508auction111035
2026-03-29 22:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abe2b60a-42f8-56a1-a09d-0a04506af2c2 with identifier: 7001508auction111035
2026-03-29 22:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abe2b60a-42f8-56a1-a09d-0a04506af2c2 with scrape type 2
2026-03-29 22:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abe2b60a-42f8-56a1-a09d-0a04506af2c2 with scrape type 2
2026-03-29 22:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: abe2b60a-42f8-56a1-a09d-0a04506af2c2, identifier: 7001508auction111035
2026-03-29 22:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: abe2b60a-42f8-56a1-a09d-0a04506af2c2 with identifier: 7001508auction111035
2026-03-29 22:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: abe2b60a-42f8-56a1-a09d-0a04506af2c2 with identifier: 7001508auction111035
2026-03-29 22:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: abe2b60a-42f8-56a1-a09d-0a04506af2c2 with identifier: 7001508auction111035 to the API
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001508>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'abe2b60a-42f8-56a1-a09d-0a04506af2c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001508',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 36862,
'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': '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 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:46 [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 22:02:46 [ecarstrade.de] INFO: Saving data for 7001508auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616539.145201, 'last_price_update_time': 1774821766.057047}
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001508auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001507> (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 22:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:46 [ecarstrade.de] INFO: Extracting details for car 7001507auction111035
2026-03-29 22:02:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a69f5934-388e-5ca4-981d-4574a5ffbee7 with identifier: 7001507auction111035
2026-03-29 22:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a69f5934-388e-5ca4-981d-4574a5ffbee7 with scrape type 2
2026-03-29 22:02:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a69f5934-388e-5ca4-981d-4574a5ffbee7 with scrape type 2
2026-03-29 22:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a69f5934-388e-5ca4-981d-4574a5ffbee7, identifier: 7001507auction111035
2026-03-29 22:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a69f5934-388e-5ca4-981d-4574a5ffbee7 with identifier: 7001507auction111035
2026-03-29 22:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a69f5934-388e-5ca4-981d-4574a5ffbee7 with identifier: 7001507auction111035
2026-03-29 22:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a69f5934-388e-5ca4-981d-4574a5ffbee7 with identifier: 7001507auction111035 to the API
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001507>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'a69f5934-388e-5ca4-981d-4574a5ffbee7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001507',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 140633,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz Vito Kasten (447)(07.2014->) DE - Ka4 114 CDI/BlueTEC '
'EU6, RWD lang (EURO 6), 2016 - 2020',
'transmission': 'manual',
'trim': '-Benz Kasten (447)(07.2014->) DE - Ka4 114 CDI/BlueTEC EU6, RWD '
'lang (EURO 6), 2016 - 2020',
'vin': None,
'year': 2020}
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:47 [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 22:02:47 [ecarstrade.de] INFO: Saving data for 7001507auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616659.842764, 'last_price_update_time': 1774821767.397433}
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001507auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:49 [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 22:02: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 22:02:49 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001566auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001566auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001567auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001567auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001568auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001568auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001569auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001569auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001571auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001571auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001572auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001572auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001573auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001573auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001574auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001574auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001575auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001575auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001577auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001577auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001578auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001578auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001579auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001579auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001580auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001580auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001581auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001581auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001583auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001583auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001584auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001584auction111035: 2
2026-03-29 22:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001542> (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 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001586auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001586auction111035: 2
2026-03-29 22:02: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 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001590auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001590auction111035: 2
2026-03-29 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001597auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001597auction111035: 2
2026-03-29 22:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001540> (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 22:02:49 [ecarstrade.de] INFO: Found listing with ID: 7001600auction111035
2026-03-29 22:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:49 [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 22:02:49 [ecarstrade.de] INFO: Scrape type for 7001600auction111035: 2
2026-03-29 22:02: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 22:02:49 [ecarstrade.de] INFO: Extracting details for car 7001542auction111035
2026-03-29 22:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4394364b-ebf7-54b5-9737-d6e461bfdb23 with identifier: 7001542auction111035
2026-03-29 22:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4394364b-ebf7-54b5-9737-d6e461bfdb23 with scrape type 2
2026-03-29 22:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4394364b-ebf7-54b5-9737-d6e461bfdb23 with scrape type 2
2026-03-29 22:02:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4394364b-ebf7-54b5-9737-d6e461bfdb23, identifier: 7001542auction111035
2026-03-29 22:02:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4394364b-ebf7-54b5-9737-d6e461bfdb23 with identifier: 7001542auction111035
2026-03-29 22:02:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4394364b-ebf7-54b5-9737-d6e461bfdb23 with identifier: 7001542auction111035
2026-03-29 22:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4394364b-ebf7-54b5-9737-d6e461bfdb23 with identifier: 7001542auction111035 to the API
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001542>
{'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': '4394364b-ebf7-54b5-9737-d6e461bfdb23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001542',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 47671,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Enyaq (5AZ)(09.2020->) DE - SUV5 60, 60 Loft, 2020 - 2024',
'transmission': 'automatic',
'trim': '(5AZ)(09.2020->) DE - SUV5 60, 60 Loft, 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:50 [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 22:02:50 [ecarstrade.de] INFO: Saving data for 7001542auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616587.994884, 'last_price_update_time': 1774821770.193178}
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001542auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:50 [ecarstrade.de] INFO: Extracting details for car 7001540auction111035
2026-03-29 22:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3b7f81c-f6da-5c67-b46e-a2856fe208ff with identifier: 7001540auction111035
2026-03-29 22:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3b7f81c-f6da-5c67-b46e-a2856fe208ff with scrape type 2
2026-03-29 22:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3b7f81c-f6da-5c67-b46e-a2856fe208ff with scrape type 2
2026-03-29 22:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d3b7f81c-f6da-5c67-b46e-a2856fe208ff, identifier: 7001540auction111035
2026-03-29 22:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d3b7f81c-f6da-5c67-b46e-a2856fe208ff with identifier: 7001540auction111035
2026-03-29 22:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d3b7f81c-f6da-5c67-b46e-a2856fe208ff with identifier: 7001540auction111035
2026-03-29 22:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d3b7f81c-f6da-5c67-b46e-a2856fe208ff with identifier: 7001540auction111035 to the API
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001540>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'd3b7f81c-f6da-5c67-b46e-a2856fe208ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001540',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 31429,
'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': 'Skoda Karoq (NU)(2017->) DE - SUV5 1.0 TSI EU6d, Ambition OPF (EURO '
'6d), 2020 - 2021',
'transmission': 'manual',
'trim': '(NU)(2017->) DE - SUV5 1.0 TSI EU6d, Ambition OPF (EURO 6d), 2020 - '
'2021',
'vin': None,
'year': 2022}
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:50 [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 22:02:50 [ecarstrade.de] INFO: Saving data for 7001540auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616635.751748, 'last_price_update_time': 1774821770.730922}
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001540auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001543> (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 22:02: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 22:02:51 [ecarstrade.de] INFO: Extracting details for car 7001543auction111035
2026-03-29 22:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4478122-e935-5470-9607-680f9ccd6b69 with identifier: 7001543auction111035
2026-03-29 22:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4478122-e935-5470-9607-680f9ccd6b69 with scrape type 2
2026-03-29 22:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4478122-e935-5470-9607-680f9ccd6b69 with scrape type 2
2026-03-29 22:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f4478122-e935-5470-9607-680f9ccd6b69, identifier: 7001543auction111035
2026-03-29 22:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f4478122-e935-5470-9607-680f9ccd6b69 with identifier: 7001543auction111035
2026-03-29 22:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f4478122-e935-5470-9607-680f9ccd6b69 with identifier: 7001543auction111035
2026-03-29 22:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f4478122-e935-5470-9607-680f9ccd6b69 with identifier: 7001543auction111035 to the API
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001543>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'f4478122-e935-5470-9607-680f9ccd6b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001543',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 39741,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Kia Sportage (QL)(2016->) DE - SUV5 2.0 CRDi Mild Hybrid EU6d-T, GT '
'Line 4WD (EURO 6d-TEMP), (Facelift) 20',
'transmission': 'automatic',
'trim': '(QL)(2016->) DE - SUV5 2.0 CRDi Mild Hybrid EU6d-T, GT Line 4WD '
'(EURO 6d-TEMP), (Facelift) 20',
'vin': None,
'year': 2021}
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:51 [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 22:02:51 [ecarstrade.de] INFO: Saving data for 7001543auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616582.68117, 'last_price_update_time': 1774821771.444208}
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001543auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001544> (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 22:02: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 22:02:51 [ecarstrade.de] INFO: Extracting details for car 7001544auction111035
2026-03-29 22:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a with identifier: 7001544auction111035
2026-03-29 22:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a with scrape type 2
2026-03-29 22:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a with scrape type 2
2026-03-29 22:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a, identifier: 7001544auction111035
2026-03-29 22:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a with identifier: 7001544auction111035
2026-03-29 22:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a with identifier: 7001544auction111035
2026-03-29 22:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a with identifier: 7001544auction111035 to the API
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001544>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '9fd4bd5b-c0df-5c08-9ffb-4772572f1c6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001544',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 22248,
'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': 'Hyundai Tucson (NX)(12.2020->) DE - SUV5 1.6 T-GDI Mild-Hybrid '
'EU6e, Prime Mild-Hybrid 4WD (EURO 6e)(OPF), (Fac',
'transmission': 'automatic',
'trim': '(NX)(12.2020->) DE - SUV5 1.6 T-GDI Mild-Hybrid EU6e, Prime '
'Mild-Hybrid 4WD (EURO 6e)(OPF), (Fac',
'vin': None,
'year': 2025}
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:52 [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 22:02:52 [ecarstrade.de] INFO: Saving data for 7001544auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616756.609652, 'last_price_update_time': 1774821772.108099}
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001544auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001545> (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 22:02:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:52 [ecarstrade.de] INFO: Extracting details for car 7001545auction111035
2026-03-29 22:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e52b0a29-edfa-59d8-8042-7bdb0ce6785f with identifier: 7001545auction111035
2026-03-29 22:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e52b0a29-edfa-59d8-8042-7bdb0ce6785f with scrape type 2
2026-03-29 22:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e52b0a29-edfa-59d8-8042-7bdb0ce6785f with scrape type 2
2026-03-29 22:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e52b0a29-edfa-59d8-8042-7bdb0ce6785f, identifier: 7001545auction111035
2026-03-29 22:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e52b0a29-edfa-59d8-8042-7bdb0ce6785f with identifier: 7001545auction111035
2026-03-29 22:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e52b0a29-edfa-59d8-8042-7bdb0ce6785f with identifier: 7001545auction111035
2026-03-29 22:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e52b0a29-edfa-59d8-8042-7bdb0ce6785f with identifier: 7001545auction111035 to the API
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001545>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'e52b0a29-edfa-59d8-8042-7bdb0ce6785f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001545',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 100891,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz Vito Tourer (447)(07.2014->) DE - Kb4 119 CDI EU6d, '
'Pro 4x4 extralang (EURO 6d), (Facelift) 2021 - 2024',
'transmission': 'automatic',
'trim': '-Benz Tourer (447)(07.2014->) DE - Kb4 119 CDI EU6d, Pro 4x4 '
'extralang (EURO 6d), (Facelift) 2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:52 [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 22:02:52 [ecarstrade.de] INFO: Saving data for 7001545auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616760.31675, 'last_price_update_time': 1774821772.657639}
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001545auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001546> (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 22:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:53 [ecarstrade.de] INFO: Extracting details for car 7001546auction111035
2026-03-29 22:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bb21245-2477-52fa-870b-e89babd48121 with identifier: 7001546auction111035
2026-03-29 22:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bb21245-2477-52fa-870b-e89babd48121 with scrape type 2
2026-03-29 22:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bb21245-2477-52fa-870b-e89babd48121 with scrape type 2
2026-03-29 22:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2bb21245-2477-52fa-870b-e89babd48121, identifier: 7001546auction111035
2026-03-29 22:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2bb21245-2477-52fa-870b-e89babd48121 with identifier: 7001546auction111035
2026-03-29 22:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2bb21245-2477-52fa-870b-e89babd48121 with identifier: 7001546auction111035
2026-03-29 22:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2bb21245-2477-52fa-870b-e89babd48121 with identifier: 7001546auction111035 to the API
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001546>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2bb21245-2477-52fa-870b-e89babd48121',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001546',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 22724,
'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 (KL1/KU1)(09.2020->) DE - LimS5 1.4 e-HYBRID EU6d, VZ '
'OPF (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': '(KL1/KU1)(09.2020->) DE - LimS5 1.4 e-HYBRID EU6d, VZ OPF (EURO 6d), '
'2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:53 [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 22:02:53 [ecarstrade.de] INFO: Saving data for 7001546auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616729.877602, 'last_price_update_time': 1774821773.981044}
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001546auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001547> (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 22:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:55 [ecarstrade.de] INFO: Extracting details for car 7001547auction111035
2026-03-29 22:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23eb262d-a7c0-5452-bb99-7aacd74f9b54 with identifier: 7001547auction111035
2026-03-29 22:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23eb262d-a7c0-5452-bb99-7aacd74f9b54 with scrape type 2
2026-03-29 22:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23eb262d-a7c0-5452-bb99-7aacd74f9b54 with scrape type 2
2026-03-29 22:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 23eb262d-a7c0-5452-bb99-7aacd74f9b54, identifier: 7001547auction111035
2026-03-29 22:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 23eb262d-a7c0-5452-bb99-7aacd74f9b54 with identifier: 7001547auction111035
2026-03-29 22:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 23eb262d-a7c0-5452-bb99-7aacd74f9b54 with identifier: 7001547auction111035
2026-03-29 22:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 23eb262d-a7c0-5452-bb99-7aacd74f9b54 with identifier: 7001547auction111035 to the API
2026-03-29 22:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001547>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '23eb262d-a7c0-5452-bb99-7aacd74f9b54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001547',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 45759,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Opel Crossland (X)(2017->) DE - SUV5 1.2 Turbo EU6d, Elegance (EURO '
'6d), (Facelift) 2020 - 2022',
'transmission': 'manual',
'trim': 'Crossland (X)(2017->) DE - SUV5 1.2 Turbo EU6d, Elegance (EURO 6d), '
'(Facelift) 2020 - 2022',
'vin': None,
'year': 2021}
2026-03-29 22:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:56 [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 22:02:56 [ecarstrade.de] INFO: Saving data for 7001547auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616726.922148, 'last_price_update_time': 1774821776.278681}
2026-03-29 22:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001547auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001549> (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 22:02:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:56 [ecarstrade.de] INFO: Extracting details for car 7001549auction111035
2026-03-29 22:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c2e986-c5b2-5055-bac0-95556fa4fa01 with identifier: 7001549auction111035
2026-03-29 22:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c2e986-c5b2-5055-bac0-95556fa4fa01 with scrape type 2
2026-03-29 22:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72c2e986-c5b2-5055-bac0-95556fa4fa01 with scrape type 2
2026-03-29 22:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 72c2e986-c5b2-5055-bac0-95556fa4fa01, identifier: 7001549auction111035
2026-03-29 22:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 72c2e986-c5b2-5055-bac0-95556fa4fa01 with identifier: 7001549auction111035
2026-03-29 22:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 72c2e986-c5b2-5055-bac0-95556fa4fa01 with identifier: 7001549auction111035
2026-03-29 22:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 72c2e986-c5b2-5055-bac0-95556fa4fa01 with identifier: 7001549auction111035 to the API
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001549>
{'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': '72c2e986-c5b2-5055-bac0-95556fa4fa01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001549',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 22177,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'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 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:57 [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 22:02:57 [ecarstrade.de] INFO: Saving data for 7001549auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616726.414501, 'last_price_update_time': 1774821777.328268}
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001549auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001548> (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 22:02:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:57 [ecarstrade.de] INFO: Extracting details for car 7001548auction111035
2026-03-29 22:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c27de54d-2112-571b-a498-8cbd2aca8fed with identifier: 7001548auction111035
2026-03-29 22:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c27de54d-2112-571b-a498-8cbd2aca8fed with scrape type 2
2026-03-29 22:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c27de54d-2112-571b-a498-8cbd2aca8fed with scrape type 2
2026-03-29 22:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c27de54d-2112-571b-a498-8cbd2aca8fed, identifier: 7001548auction111035
2026-03-29 22:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c27de54d-2112-571b-a498-8cbd2aca8fed with identifier: 7001548auction111035
2026-03-29 22:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c27de54d-2112-571b-a498-8cbd2aca8fed with identifier: 7001548auction111035
2026-03-29 22:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c27de54d-2112-571b-a498-8cbd2aca8fed with identifier: 7001548auction111035 to the API
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001548>
{'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': 'c27de54d-2112-571b-a498-8cbd2aca8fed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001548',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Puma',
'odometer': 35425,
'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 Puma (2019->) DE - SUV5 1.0 EcoBoost Mild Hybrid EU6d, ST-Line '
'X S/S (EURO 6d), 2020 - 2024',
'transmission': 'manual',
'trim': '(2019->) DE - SUV5 1.0 EcoBoost Mild Hybrid EU6d, ST-Line X S/S '
'(EURO 6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:58 [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 22:02:58 [ecarstrade.de] INFO: Saving data for 7001548auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616729.161711, 'last_price_update_time': 1774821778.76965}
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001548auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001550> (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 22:02: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 22:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001551> (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 22:02: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 22:02:58 [ecarstrade.de] INFO: Extracting details for car 7001550auction111035
2026-03-29 22:02:58 [ecarstrade.de] INFO: Extracting details for car 7001551auction111035
2026-03-29 22:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 798dff3c-eb8f-59f0-9853-fa605986aa30 with identifier: 7001550auction111035
2026-03-29 22:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 798dff3c-eb8f-59f0-9853-fa605986aa30 with scrape type 2
2026-03-29 22:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 798dff3c-eb8f-59f0-9853-fa605986aa30 with scrape type 2
2026-03-29 22:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 798dff3c-eb8f-59f0-9853-fa605986aa30, identifier: 7001550auction111035
2026-03-29 22:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4894f5c-b0af-55d1-9d30-e71dbe849ca3 with identifier: 7001551auction111035
2026-03-29 22:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4894f5c-b0af-55d1-9d30-e71dbe849ca3 with scrape type 2
2026-03-29 22:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4894f5c-b0af-55d1-9d30-e71dbe849ca3 with scrape type 2
2026-03-29 22:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a4894f5c-b0af-55d1-9d30-e71dbe849ca3, identifier: 7001551auction111035
2026-03-29 22:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 798dff3c-eb8f-59f0-9853-fa605986aa30 with identifier: 7001550auction111035
2026-03-29 22:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 798dff3c-eb8f-59f0-9853-fa605986aa30 with identifier: 7001550auction111035
2026-03-29 22:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 798dff3c-eb8f-59f0-9853-fa605986aa30 with identifier: 7001550auction111035 to the API
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001550>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '798dff3c-eb8f-59f0-9853-fa605986aa30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001550',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 22915,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Nissan Qashqai (J12)(03.2021->) DE - SUV5 1.3 DIG-T MHEV EU6d, '
'Tekna (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': '(J12)(03.2021->) DE - SUV5 1.3 DIG-T MHEV EU6d, Tekna (EURO 6d), '
'2021 - 2024',
'vin': None,
'year': 2024}
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:59 [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 22:02:59 [ecarstrade.de] INFO: Saving data for 7001550auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616730.558395, 'last_price_update_time': 1774821779.461761}
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001550auction111035') HTTP/1.1" 204 0
2026-03-29 22:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a4894f5c-b0af-55d1-9d30-e71dbe849ca3 with identifier: 7001551auction111035
2026-03-29 22:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a4894f5c-b0af-55d1-9d30-e71dbe849ca3 with identifier: 7001551auction111035
2026-03-29 22:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a4894f5c-b0af-55d1-9d30-e71dbe849ca3 with identifier: 7001551auction111035 to the API
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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 22:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001551>
{'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': 'a4894f5c-b0af-55d1-9d30-e71dbe849ca3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001551',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Arona',
'odometer': 37189,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Seat Arona (KJ7)(2017->) DE - SUV5 1.0 TSI EU6d, FR OPF (EURO 6d), '
'2020 - 2021',
'transmission': 'automatic',
'trim': '(KJ7)(2017->) DE - SUV5 1.0 TSI EU6d, FR OPF (EURO 6d), 2020 - 2021',
'vin': None,
'year': 2021}
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:59 [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 22:02:59 [ecarstrade.de] INFO: Saving data for 7001551auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616728.158825, 'last_price_update_time': 1774821779.758991}
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001551auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001562> (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 22:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:00 [ecarstrade.de] INFO: Extracting details for car 7001562auction111035
2026-03-29 22:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e with identifier: 7001562auction111035
2026-03-29 22:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e with scrape type 2
2026-03-29 22:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e with scrape type 2
2026-03-29 22:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e, identifier: 7001562auction111035
2026-03-29 22:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e with identifier: 7001562auction111035
2026-03-29 22:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e with identifier: 7001562auction111035
2026-03-29 22:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e with identifier: 7001562auction111035 to the API
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001562>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '3e2bf7a1-6a9f-57e6-a409-8a3c4caa6f9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001562',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Citroen',
'model': 'C4',
'odometer': 13830,
'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': 'Citroën C4 Lim. (09.2020->) DE - LimS5 1.2 Mild-Hybrid 136 EU6e, '
'Max (EURO 6e), 2024 - 2024',
'transmission': 'automatic',
'trim': 'Citroën Lim. (09.2020->) DE - LimS5 1.2 Mild-Hybrid 136 EU6e, Max '
'(EURO 6e), 2024 - 2024',
'vin': None,
'year': 2025}
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:00 [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 22:03:00 [ecarstrade.de] INFO: Saving data for 7001562auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616711.788114, 'last_price_update_time': 1774821780.62027}
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001562auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001561> (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 22:03:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:02 [ecarstrade.de] INFO: Extracting details for car 7001561auction111035
2026-03-29 22:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aceca320-ea30-5006-aea1-70f20611084b with identifier: 7001561auction111035
2026-03-29 22:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aceca320-ea30-5006-aea1-70f20611084b with scrape type 2
2026-03-29 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aceca320-ea30-5006-aea1-70f20611084b with scrape type 2
2026-03-29 22:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: aceca320-ea30-5006-aea1-70f20611084b, identifier: 7001561auction111035
2026-03-29 22:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: aceca320-ea30-5006-aea1-70f20611084b with identifier: 7001561auction111035
2026-03-29 22:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: aceca320-ea30-5006-aea1-70f20611084b with identifier: 7001561auction111035
2026-03-29 22:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: aceca320-ea30-5006-aea1-70f20611084b with identifier: 7001561auction111035 to the API
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001561>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'aceca320-ea30-5006-aea1-70f20611084b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001561',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'CLS 220',
'odometer': 107384,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz CLS (BM 257)(04.2018->) DE - Lim4 CLS 220 d EU6d, d '
'AMG Line (EURO 6d), (Facelift) 2021 - 2023',
'transmission': 'automatic',
'trim': '-Benz CLS (BM 257)(04.2018->) DE - Lim4 d EU6d, d AMG Line (EURO '
'6d), (Facelift) 2021 - 2023',
'vin': None,
'year': 2023}
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:02 [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 22:03:02 [ecarstrade.de] INFO: Saving data for 7001561auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616715.009645, 'last_price_update_time': 1774821782.932678}
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001561auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001558> (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 22:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:03 [ecarstrade.de] INFO: Extracting details for car 7001558auction111035
2026-03-29 22:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 598f4a34-8a58-5ffb-a292-6924861c3770 with identifier: 7001558auction111035
2026-03-29 22:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 598f4a34-8a58-5ffb-a292-6924861c3770 with scrape type 2
2026-03-29 22:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 598f4a34-8a58-5ffb-a292-6924861c3770 with scrape type 2
2026-03-29 22:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 598f4a34-8a58-5ffb-a292-6924861c3770, identifier: 7001558auction111035
2026-03-29 22:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 598f4a34-8a58-5ffb-a292-6924861c3770 with identifier: 7001558auction111035
2026-03-29 22:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 598f4a34-8a58-5ffb-a292-6924861c3770 with identifier: 7001558auction111035
2026-03-29 22:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 598f4a34-8a58-5ffb-a292-6924861c3770 with identifier: 7001558auction111035 to the API
2026-03-29 22:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:03 [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 22:03:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001558>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '598f4a34-8a58-5ffb-a292-6924861c3770',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001558',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 30863,
'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 22:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:04 [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 22:03:04 [ecarstrade.de] INFO: Saving data for 7001558auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616705.22359, 'last_price_update_time': 1774821784.072514}
2026-03-29 22:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001558auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001584> (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 22:03: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 22:03:05 [ecarstrade.de] INFO: Extracting details for car 7001584auction111035
2026-03-29 22:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 388dc238-59ad-5459-b961-6de21b125e89 with identifier: 7001584auction111035
2026-03-29 22:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 388dc238-59ad-5459-b961-6de21b125e89 with scrape type 2
2026-03-29 22:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 388dc238-59ad-5459-b961-6de21b125e89 with scrape type 2
2026-03-29 22:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 388dc238-59ad-5459-b961-6de21b125e89, identifier: 7001584auction111035
2026-03-29 22:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 388dc238-59ad-5459-b961-6de21b125e89 with identifier: 7001584auction111035
2026-03-29 22:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 388dc238-59ad-5459-b961-6de21b125e89 with identifier: 7001584auction111035
2026-03-29 22:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 388dc238-59ad-5459-b961-6de21b125e89 with identifier: 7001584auction111035 to the API
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001584>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '388dc238-59ad-5459-b961-6de21b125e89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001584',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 120583,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz C T-Modell (BM 205)(09.2014->) DE - Kb5 C 220 d EU6d, '
'T Avantgarde 4Matic (EURO 6d), (Facelift) 2019 - 2021',
'transmission': 'automatic',
'trim': '-Benz C T-Modell (BM 205)(09.2014->) DE - Kb5 d EU6d, T Avantgarde '
'4Matic (EURO 6d), (Facelift) 2019 - 2021',
'vin': None,
'year': 2020}
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:05 [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 22:03:05 [ecarstrade.de] INFO: Saving data for 7001584auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616772.652658, 'last_price_update_time': 1774821785.791284}
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001584auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001597> (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 22:03: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 22:03:05 [ecarstrade.de] INFO: Extracting details for car 7001597auction111035
2026-03-29 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c with identifier: 7001597auction111035
2026-03-29 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c, identifier: 7001597auction111035
2026-03-29 22:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c with identifier: 7001597auction111035
2026-03-29 22:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c with identifier: 7001597auction111035
2026-03-29 22:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c with identifier: 7001597auction111035 to the API
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001597>
{'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': '8b3c6f11-8ee7-58c7-bd57-340e2cb9fe2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001597',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 32172,
'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': 'Skoda Fabia (PJ3)(06.2021->) DE - LimS5 1.0 TSI EU6d, Style OPF '
'(EURO 6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '(PJ3)(06.2021->) DE - LimS5 1.0 TSI EU6d, Style OPF (EURO 6d), 2021 '
'- 2023',
'vin': None,
'year': 2023}
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:06 [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 22:03:06 [ecarstrade.de] INFO: Saving data for 7001597auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616771.409606, 'last_price_update_time': 1774821786.43558}
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001597auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001600> (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 22:03: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 22:03:06 [scrapy.extensions.logstats] INFO: Crawled 101 pages (at 60 pages/min), scraped 90 items (at 56 items/min)
2026-03-29 22:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 278MiB
2026-03-29 22:03:06 [ecarstrade.de] INFO: Extracting details for car 7001600auction111035
2026-03-29 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3ef478-96f4-507e-bbef-fe59d116050e with identifier: 7001600auction111035
2026-03-29 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3ef478-96f4-507e-bbef-fe59d116050e with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de3ef478-96f4-507e-bbef-fe59d116050e with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: de3ef478-96f4-507e-bbef-fe59d116050e, identifier: 7001600auction111035
2026-03-29 22:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: de3ef478-96f4-507e-bbef-fe59d116050e with identifier: 7001600auction111035
2026-03-29 22:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: de3ef478-96f4-507e-bbef-fe59d116050e with identifier: 7001600auction111035
2026-03-29 22:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: de3ef478-96f4-507e-bbef-fe59d116050e with identifier: 7001600auction111035 to the API
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001600>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'de3ef478-96f4-507e-bbef-fe59d116050e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001600',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 30637,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-12-14',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER '
'(Batt. 60 kWh) optimum ch.',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER (Batt. '
'60 kWh) optimum ch.',
'vin': None,
'year': 2002}
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:06 [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 22:03:06 [ecarstrade.de] INFO: Saving data for 7001600auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616773.973078, 'last_price_update_time': 1774821786.947502}
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001600auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001590> (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 22:03: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 22:03:07 [ecarstrade.de] INFO: Extracting details for car 7001590auction111035
2026-03-29 22:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29feb2c5-2530-57f0-96a4-86e46e28fb91 with identifier: 7001590auction111035
2026-03-29 22:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29feb2c5-2530-57f0-96a4-86e46e28fb91 with scrape type 2
2026-03-29 22:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29feb2c5-2530-57f0-96a4-86e46e28fb91 with scrape type 2
2026-03-29 22:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 29feb2c5-2530-57f0-96a4-86e46e28fb91, identifier: 7001590auction111035
2026-03-29 22:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 29feb2c5-2530-57f0-96a4-86e46e28fb91 with identifier: 7001590auction111035
2026-03-29 22:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 29feb2c5-2530-57f0-96a4-86e46e28fb91 with identifier: 7001590auction111035
2026-03-29 22:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 29feb2c5-2530-57f0-96a4-86e46e28fb91 with identifier: 7001590auction111035 to the API
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001590>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '29feb2c5-2530-57f0-96a4-86e46e28fb91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001590',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 20894,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz C Limousine (BM 206)(03.2021->) DE - Lim4 C 300 d '
'EU6e, AMG Line 4Matic (EURO 6e), 2024 - 2026',
'transmission': 'automatic',
'trim': '-Benz C Limousine (BM 206)(03.2021->) DE - Lim4 d EU6e, AMG Line '
'4Matic (EURO 6e), 2024 - 2026',
'vin': None,
'year': 2024}
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:07 [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 22:03:07 [ecarstrade.de] INFO: Saving data for 7001590auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616773.340424, 'last_price_update_time': 1774821787.677411}
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001590auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001586> (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 22:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:08 [ecarstrade.de] INFO: Extracting details for car 7001586auction111035
2026-03-29 22:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb83269f-f442-5b4c-83d6-83f85a77d35d with identifier: 7001586auction111035
2026-03-29 22:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb83269f-f442-5b4c-83d6-83f85a77d35d with scrape type 2
2026-03-29 22:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb83269f-f442-5b4c-83d6-83f85a77d35d with scrape type 2
2026-03-29 22:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fb83269f-f442-5b4c-83d6-83f85a77d35d, identifier: 7001586auction111035
2026-03-29 22:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fb83269f-f442-5b4c-83d6-83f85a77d35d with identifier: 7001586auction111035
2026-03-29 22:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fb83269f-f442-5b4c-83d6-83f85a77d35d with identifier: 7001586auction111035
2026-03-29 22:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fb83269f-f442-5b4c-83d6-83f85a77d35d with identifier: 7001586auction111035 to the API
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001586>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'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': 'fb83269f-f442-5b4c-83d6-83f85a77d35d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001586',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 161286,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz C T-Modell (BM 206)(03.2021->) DE - Kb5 C 300 e EU6d, '
'T Avantgarde (EURO 6d)(ab 04/23), 2023 - 2024',
'transmission': 'automatic',
'trim': '-Benz C T-Modell (BM 206)(03.2021->) DE - Kb5 e EU6d, T Avantgarde '
'(EURO 6d)(ab 04/23), 2023 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:09 [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 22:03:09 [ecarstrade.de] INFO: Saving data for 7001586auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616801.140455, 'last_price_update_time': 1774821789.321952}
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001586auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001583> (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 22:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:10 [ecarstrade.de] INFO: Extracting details for car 7001583auction111035
2026-03-29 22:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06127249-9999-5438-95e7-86b0c339908d with identifier: 7001583auction111035
2026-03-29 22:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06127249-9999-5438-95e7-86b0c339908d with scrape type 2
2026-03-29 22:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06127249-9999-5438-95e7-86b0c339908d with scrape type 2
2026-03-29 22:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 06127249-9999-5438-95e7-86b0c339908d, identifier: 7001583auction111035
2026-03-29 22:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 06127249-9999-5438-95e7-86b0c339908d with identifier: 7001583auction111035
2026-03-29 22:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 06127249-9999-5438-95e7-86b0c339908d with identifier: 7001583auction111035
2026-03-29 22:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 06127249-9999-5438-95e7-86b0c339908d with identifier: 7001583auction111035 to the API
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001583>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '06127249-9999-5438-95e7-86b0c339908d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001583',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Focus',
'odometer': 60060,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Ford Focus Turnier (CGE)(2018->) DE - Kb5 1.0 EcoBoost EU6d, '
'ST-Line Start/Stopp (EURO 6d), 2020 - 2022',
'transmission': 'manual',
'trim': 'Turnier (CGE)(2018->) DE - Kb5 1.0 EcoBoost EU6d, ST-Line '
'Start/Stopp (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2021}
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:10 [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 22:03:10 [ecarstrade.de] INFO: Saving data for 7001583auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616775.784227, 'last_price_update_time': 1774821790.711737}
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001583auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001581> (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 22:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:12 [ecarstrade.de] INFO: Extracting details for car 7001581auction111035
2026-03-29 22:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51238c43-25fa-5f25-908d-c0631258e774 with identifier: 7001581auction111035
2026-03-29 22:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51238c43-25fa-5f25-908d-c0631258e774 with scrape type 2
2026-03-29 22:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51238c43-25fa-5f25-908d-c0631258e774 with scrape type 2
2026-03-29 22:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 51238c43-25fa-5f25-908d-c0631258e774, identifier: 7001581auction111035
2026-03-29 22:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 51238c43-25fa-5f25-908d-c0631258e774 with identifier: 7001581auction111035
2026-03-29 22:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 51238c43-25fa-5f25-908d-c0631258e774 with identifier: 7001581auction111035
2026-03-29 22:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 51238c43-25fa-5f25-908d-c0631258e774 with identifier: 7001581auction111035 to the API
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:12 [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 22:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001581>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '51238c43-25fa-5f25-908d-c0631258e774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001581',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 44226,
'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': 'Opel Corsa F (2019->) DE - LimS5 1.2 Turbo EU6d, Edition (EURO 6d), '
'2019 - 2023',
'transmission': 'manual',
'trim': 'F (2019->) DE - LimS5 1.2 Turbo EU6d, Edition (EURO 6d), 2019 - 2023',
'vin': None,
'year': 2022}
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:12 [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 22:03:12 [ecarstrade.de] INFO: Saving data for 7001581auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616776.937909, 'last_price_update_time': 1774821792.382697}
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001581auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001580> (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 22:03: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 22:03:12 [ecarstrade.de] INFO: Extracting details for car 7001580auction111035
2026-03-29 22:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6 with identifier: 7001580auction111035
2026-03-29 22:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6 with scrape type 2
2026-03-29 22:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6 with scrape type 2
2026-03-29 22:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6, identifier: 7001580auction111035
2026-03-29 22:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6 with identifier: 7001580auction111035
2026-03-29 22:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6 with identifier: 7001580auction111035
2026-03-29 22:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2dd0d3d4-b11d-5854-aa85-0d612c73b0e6 with identifier: 7001580auction111035 to the API
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:12 [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 22:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001580>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '2dd0d3d4-b11d-5854-aa85-0d612c73b0e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001580',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 24320,
'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 B6 (Benzin) AWD EU6d-T, R-Design '
'(EURO 6d-TEMP), 2019 - 2020',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 B6 (Benzin) AWD EU6d-T, R-Design (EURO '
'6d-TEMP), 2019 - 2020',
'vin': None,
'year': 2022}
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:13 [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 22:03:13 [ecarstrade.de] INFO: Saving data for 7001580auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616844.133581, 'last_price_update_time': 1774821793.045284}
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001580auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001579> (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 22:03: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 22:03:13 [ecarstrade.de] INFO: Extracting details for car 7001579auction111035
2026-03-29 22:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d87130ae-8111-552a-bc29-886963bcec28 with identifier: 7001579auction111035
2026-03-29 22:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d87130ae-8111-552a-bc29-886963bcec28 with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d87130ae-8111-552a-bc29-886963bcec28 with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d87130ae-8111-552a-bc29-886963bcec28, identifier: 7001579auction111035
2026-03-29 22:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d87130ae-8111-552a-bc29-886963bcec28 with identifier: 7001579auction111035
2026-03-29 22:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d87130ae-8111-552a-bc29-886963bcec28 with identifier: 7001579auction111035
2026-03-29 22:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d87130ae-8111-552a-bc29-886963bcec28 with identifier: 7001579auction111035 to the API
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001579>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'd87130ae-8111-552a-bc29-886963bcec28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001579',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 27541,
'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': 'Skoda Karoq (NU)(2017->) DE - SUV5 1.5 TSI ACT EU6d, Sportline OPF '
'(EURO 6d), (Facelift) 2021 - 2024',
'transmission': 'automatic',
'trim': '(NU)(2017->) DE - SUV5 1.5 TSI ACT EU6d, Sportline OPF (EURO 6d), '
'(Facelift) 2021 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:13 [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 22:03:13 [ecarstrade.de] INFO: Saving data for 7001579auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616841.700084, 'last_price_update_time': 1774821793.794916}
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001579auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001578> (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 22:03: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 22:03:13 [ecarstrade.de] INFO: Extracting details for car 7001578auction111035
2026-03-29 22:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9b749b3-e357-5013-a21f-c478667d18e1 with identifier: 7001578auction111035
2026-03-29 22:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9b749b3-e357-5013-a21f-c478667d18e1 with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9b749b3-e357-5013-a21f-c478667d18e1 with scrape type 2
2026-03-29 22:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f9b749b3-e357-5013-a21f-c478667d18e1, identifier: 7001578auction111035
2026-03-29 22:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f9b749b3-e357-5013-a21f-c478667d18e1 with identifier: 7001578auction111035
2026-03-29 22:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f9b749b3-e357-5013-a21f-c478667d18e1 with identifier: 7001578auction111035
2026-03-29 22:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f9b749b3-e357-5013-a21f-c478667d18e1 with identifier: 7001578auction111035 to the API
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001578>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f9b749b3-e357-5013-a21f-c478667d18e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001578',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': 'X5',
'odometer': 109594,
'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 xDrive45e EU6d, M Sport (EURO '
'6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(G05)(08.2018->) DE - SUV5 xDrive45e EU6d, M Sport (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2023}
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03: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 22:03:14 [ecarstrade.de] INFO: Saving data for 7001578auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616776.321771, 'last_price_update_time': 1774821794.341831}
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001578auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001510> (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 22:03: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 22:03:15 [ecarstrade.de] INFO: Extracting details for car 7001510auction111035
2026-03-29 22:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f94fc8be-c26a-5607-84da-8df9daade24d with identifier: 7001510auction111035
2026-03-29 22:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f94fc8be-c26a-5607-84da-8df9daade24d with scrape type 2
2026-03-29 22:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f94fc8be-c26a-5607-84da-8df9daade24d with scrape type 2
2026-03-29 22:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f94fc8be-c26a-5607-84da-8df9daade24d, identifier: 7001510auction111035
2026-03-29 22:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f94fc8be-c26a-5607-84da-8df9daade24d with identifier: 7001510auction111035
2026-03-29 22:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f94fc8be-c26a-5607-84da-8df9daade24d with identifier: 7001510auction111035
2026-03-29 22:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f94fc8be-c26a-5607-84da-8df9daade24d with identifier: 7001510auction111035 to the API
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001510>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Hybrid (petrol / electric)',
'id': 'f94fc8be-c26a-5607-84da-8df9daade24d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001510',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 134283,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Volvo XC90 (09.2014->) DE - SUV5 T8 Twin Engine AWD PHEV EU6d, Core '
'Plug-In Hybrid (E6d), (Facelift) 20',
'transmission': 'automatic',
'trim': '(09.2014->) DE - SUV5 T8 Twin Engine AWD PHEV EU6d, Core Plug-In '
'Hybrid (E6d), (Facelift) 20',
'vin': None,
'year': 2023}
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:15 [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 22:03:15 [ecarstrade.de] INFO: Saving data for 7001510auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616660.634853, 'last_price_update_time': 1774821795.423559}
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001510auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001577> (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 22:03: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 22:03:15 [ecarstrade.de] INFO: Extracting details for car 7001577auction111035
2026-03-29 22:03:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26a88d1a-afa1-5668-8264-60e61e89d817 with identifier: 7001577auction111035
2026-03-29 22:03:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26a88d1a-afa1-5668-8264-60e61e89d817 with scrape type 2
2026-03-29 22:03:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26a88d1a-afa1-5668-8264-60e61e89d817 with scrape type 2
2026-03-29 22:03:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 26a88d1a-afa1-5668-8264-60e61e89d817, identifier: 7001577auction111035
2026-03-29 22:03:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 26a88d1a-afa1-5668-8264-60e61e89d817 with identifier: 7001577auction111035
2026-03-29 22:03:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 26a88d1a-afa1-5668-8264-60e61e89d817 with identifier: 7001577auction111035
2026-03-29 22:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 26a88d1a-afa1-5668-8264-60e61e89d817 with identifier: 7001577auction111035 to the API
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001577>
{'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': '26a88d1a-afa1-5668-8264-60e61e89d817',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001577',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 19644,
'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 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:16 [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 22:03:16 [ecarstrade.de] INFO: Saving data for 7001577auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616843.750825, 'last_price_update_time': 1774821796.062802}
2026-03-29 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001577auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001575> (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 22:03: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 22:03:17 [ecarstrade.de] INFO: Extracting details for car 7001575auction111035
2026-03-29 22:03:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c81c0ba8-ccc5-57e8-b5cd-84041047535c with identifier: 7001575auction111035
2026-03-29 22:03:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c81c0ba8-ccc5-57e8-b5cd-84041047535c with scrape type 2
2026-03-29 22:03:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c81c0ba8-ccc5-57e8-b5cd-84041047535c with scrape type 2
2026-03-29 22:03:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c81c0ba8-ccc5-57e8-b5cd-84041047535c, identifier: 7001575auction111035
2026-03-29 22:03:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c81c0ba8-ccc5-57e8-b5cd-84041047535c with identifier: 7001575auction111035
2026-03-29 22:03:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c81c0ba8-ccc5-57e8-b5cd-84041047535c with identifier: 7001575auction111035
2026-03-29 22:03:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c81c0ba8-ccc5-57e8-b5cd-84041047535c with identifier: 7001575auction111035 to the API
2026-03-29 22:03:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001575>
{'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': 'Diesel',
'id': 'c81c0ba8-ccc5-57e8-b5cd-84041047535c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001575',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 144833,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Passat Variant (CB5)(03.2019->2024) DE - Kb5 2.0 TDI '
'BMT/Start-Stopp EU6d, (EURO 6d), (Facelift) 2020 - 2024',
'transmission': 'automatic',
'trim': '(CB5)(03.2019->2024) DE - Kb5 2.0 TDI BMT/Start-Stopp EU6d, (EURO '
'6d), (Facelift) 2020 - 2024',
'vin': None,
'year': 2021}
2026-03-29 22:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:17 [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 22:03:17 [ecarstrade.de] INFO: Saving data for 7001575auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616814.338866, 'last_price_update_time': 1774821797.452432}
2026-03-29 22:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001575auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001573> (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 22:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:19 [ecarstrade.de] INFO: Extracting details for car 7001573auction111035
2026-03-29 22:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d382730-574b-5c87-b74c-3a8be9976255 with identifier: 7001573auction111035
2026-03-29 22:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d382730-574b-5c87-b74c-3a8be9976255 with scrape type 2
2026-03-29 22:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d382730-574b-5c87-b74c-3a8be9976255 with scrape type 2
2026-03-29 22:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4d382730-574b-5c87-b74c-3a8be9976255, identifier: 7001573auction111035
2026-03-29 22:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4d382730-574b-5c87-b74c-3a8be9976255 with identifier: 7001573auction111035
2026-03-29 22:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4d382730-574b-5c87-b74c-3a8be9976255 with identifier: 7001573auction111035
2026-03-29 22:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4d382730-574b-5c87-b74c-3a8be9976255 with identifier: 7001573auction111035 to the API
2026-03-29 22:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:19 [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 22:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001573>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '4d382730-574b-5c87-b74c-3a8be9976255',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001573',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 42304,
'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': 'Cupra Formentor (KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 '
'Drive, 2020 - 2024',
'transmission': 'automatic',
'trim': '(KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 Drive, 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:19 [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 22:03:19 [ecarstrade.de] INFO: Saving data for 7001573auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616815.144373, 'last_price_update_time': 1774821799.59556}
2026-03-29 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001573auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001574> (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 22:03:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:19 [ecarstrade.de] INFO: Extracting details for car 7001574auction111035
2026-03-29 22:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a95e0ba-f84f-5558-bff0-f83f7278cb69 with identifier: 7001574auction111035
2026-03-29 22:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a95e0ba-f84f-5558-bff0-f83f7278cb69 with scrape type 2
2026-03-29 22:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a95e0ba-f84f-5558-bff0-f83f7278cb69 with scrape type 2
2026-03-29 22:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1a95e0ba-f84f-5558-bff0-f83f7278cb69, identifier: 7001574auction111035
2026-03-29 22:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1a95e0ba-f84f-5558-bff0-f83f7278cb69 with identifier: 7001574auction111035
2026-03-29 22:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1a95e0ba-f84f-5558-bff0-f83f7278cb69 with identifier: 7001574auction111035
2026-03-29 22:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1a95e0ba-f84f-5558-bff0-f83f7278cb69 with identifier: 7001574auction111035 to the API
2026-03-29 22:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001574>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '1a95e0ba-f84f-5558-bff0-f83f7278cb69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001574',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 137945,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz Sprinter III Kasten RWD/AWD (907)(02.2018->) DE - '
'HKa4 314 CDI RWD EU6, 2018 - 2022',
'transmission': 'manual',
'trim': '-Benz III Kasten RWD/AWD (907)(02.2018->) DE - HKa4 314 CDI RWD '
'EU6, 2018 - 2022',
'vin': None,
'year': 2020}
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:20 [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 22:03:20 [ecarstrade.de] INFO: Saving data for 7001574auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616840.993871, 'last_price_update_time': 1774821800.130876}
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001574auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001572> (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 22:03: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 22:03:20 [ecarstrade.de] INFO: Extracting details for car 7001572auction111035
2026-03-29 22:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7652b2a-a190-57e9-bbf7-36dfc577aacd with identifier: 7001572auction111035
2026-03-29 22:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7652b2a-a190-57e9-bbf7-36dfc577aacd with scrape type 2
2026-03-29 22:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7652b2a-a190-57e9-bbf7-36dfc577aacd with scrape type 2
2026-03-29 22:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e7652b2a-a190-57e9-bbf7-36dfc577aacd, identifier: 7001572auction111035
2026-03-29 22:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e7652b2a-a190-57e9-bbf7-36dfc577aacd with identifier: 7001572auction111035
2026-03-29 22:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e7652b2a-a190-57e9-bbf7-36dfc577aacd with identifier: 7001572auction111035
2026-03-29 22:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e7652b2a-a190-57e9-bbf7-36dfc577aacd with identifier: 7001572auction111035 to the API
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001572>
{'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': 'e7652b2a-a190-57e9-bbf7-36dfc577aacd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001572',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 23427,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-12',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER '
'(Batt. 60 kWh) optimum ch.',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER (Batt. '
'60 kWh) optimum ch.',
'vin': None,
'year': 2022}
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:20 [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 22:03:20 [ecarstrade.de] INFO: Saving data for 7001572auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616840.412447, 'last_price_update_time': 1774821800.630769}
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001572auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001568> (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 22:03: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 22:03:22 [ecarstrade.de] INFO: Extracting details for car 7001568auction111035
2026-03-29 22:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ee9f5a-81b7-5149-944a-605624228bc4 with identifier: 7001568auction111035
2026-03-29 22:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ee9f5a-81b7-5149-944a-605624228bc4 with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ee9f5a-81b7-5149-944a-605624228bc4 with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 46ee9f5a-81b7-5149-944a-605624228bc4, identifier: 7001568auction111035
2026-03-29 22:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 46ee9f5a-81b7-5149-944a-605624228bc4 with identifier: 7001568auction111035
2026-03-29 22:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 46ee9f5a-81b7-5149-944a-605624228bc4 with identifier: 7001568auction111035
2026-03-29 22:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 46ee9f5a-81b7-5149-944a-605624228bc4 with identifier: 7001568auction111035 to the API
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001568>
{'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': '46ee9f5a-81b7-5149-944a-605624228bc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001568',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 20655,
'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 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:22 [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 22:03:22 [ecarstrade.de] INFO: Saving data for 7001568auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616716.551691, 'last_price_update_time': 1774821802.670589}
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001568auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001569> (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 22:03: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 22:03:22 [ecarstrade.de] INFO: Extracting details for car 7001569auction111035
2026-03-29 22:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff3c26af-3db1-58a2-9a9a-2e423f276791 with identifier: 7001569auction111035
2026-03-29 22:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff3c26af-3db1-58a2-9a9a-2e423f276791 with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff3c26af-3db1-58a2-9a9a-2e423f276791 with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ff3c26af-3db1-58a2-9a9a-2e423f276791, identifier: 7001569auction111035
2026-03-29 22:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ff3c26af-3db1-58a2-9a9a-2e423f276791 with identifier: 7001569auction111035
2026-03-29 22:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ff3c26af-3db1-58a2-9a9a-2e423f276791 with identifier: 7001569auction111035
2026-03-29 22:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ff3c26af-3db1-58a2-9a9a-2e423f276791 with identifier: 7001569auction111035 to the API
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:23 [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 22:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001569>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'ff3c26af-3db1-58a2-9a9a-2e423f276791',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001569',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 21464,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Opel Combo Life E (2018->) DE - Van5 1.5 D EU6d-T, Edition (EURO '
'6d-TEMP), 2018 - 2020',
'transmission': 'manual',
'trim': 'E (2018->) DE - Van5 1.5 D EU6d-T, Edition (EURO 6d-TEMP), 2018 - '
'2020',
'vin': None,
'year': 2021}
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:23 [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 22:03:23 [ecarstrade.de] INFO: Saving data for 7001569auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616803.079132, 'last_price_update_time': 1774821803.229137}
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001569auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001571> (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 22:03: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 22:03:23 [ecarstrade.de] INFO: Extracting details for car 7001571auction111035
2026-03-29 22:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65a59696-519f-5e0b-ae55-7dffcd0dcdd1 with identifier: 7001571auction111035
2026-03-29 22:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65a59696-519f-5e0b-ae55-7dffcd0dcdd1 with scrape type 2
2026-03-29 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65a59696-519f-5e0b-ae55-7dffcd0dcdd1 with scrape type 2
2026-03-29 22:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 65a59696-519f-5e0b-ae55-7dffcd0dcdd1, identifier: 7001571auction111035
2026-03-29 22:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 65a59696-519f-5e0b-ae55-7dffcd0dcdd1 with identifier: 7001571auction111035
2026-03-29 22:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 65a59696-519f-5e0b-ae55-7dffcd0dcdd1 with identifier: 7001571auction111035
2026-03-29 22:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 65a59696-519f-5e0b-ae55-7dffcd0dcdd1 with identifier: 7001571auction111035 to the API
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:23 [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 22:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001571>
{'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': '65a59696-519f-5e0b-ae55-7dffcd0dcdd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001571',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 73187,
'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 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:23 [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 22:03:23 [ecarstrade.de] INFO: Saving data for 7001571auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616838.788159, 'last_price_update_time': 1774821803.735146}
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001571auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001567> (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 22:03: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 22:03:23 [ecarstrade.de] INFO: Extracting details for car 7001567auction111035
2026-03-29 22:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaaba3b5-d879-51eb-bfe9-c5b17ff94897 with identifier: 7001567auction111035
2026-03-29 22:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaaba3b5-d879-51eb-bfe9-c5b17ff94897 with scrape type 2
2026-03-29 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaaba3b5-d879-51eb-bfe9-c5b17ff94897 with scrape type 2
2026-03-29 22:03:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: aaaba3b5-d879-51eb-bfe9-c5b17ff94897, identifier: 7001567auction111035
2026-03-29 22:03:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: aaaba3b5-d879-51eb-bfe9-c5b17ff94897 with identifier: 7001567auction111035
2026-03-29 22:03:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: aaaba3b5-d879-51eb-bfe9-c5b17ff94897 with identifier: 7001567auction111035
2026-03-29 22:03:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: aaaba3b5-d879-51eb-bfe9-c5b17ff94897 with identifier: 7001567auction111035 to the API
2026-03-29 22:03:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001567>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'aaaba3b5-d879-51eb-bfe9-c5b17ff94897',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001567',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': 'X3',
'odometer': 120660,
'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 X3 (G01)(12.2017->) DE - SUV5 xDrive 30d Mild-Hybrid EU6d, '
'xDrive M Sport (EURO 6d), (Facelift) 2021',
'transmission': 'automatic',
'trim': '(G01)(12.2017->) DE - SUV5 xDrive 30d Mild-Hybrid EU6d, xDrive M '
'Sport (EURO 6d), (Facelift) 2021',
'vin': None,
'year': 2023}
2026-03-29 22:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:24 [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 22:03:24 [ecarstrade.de] INFO: Saving data for 7001567auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616713.67833, 'last_price_update_time': 1774821804.332895}
2026-03-29 22:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001567auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001612auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001612auction111035: 2
2026-03-29 22:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001566> (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 22:03: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 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001617auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001617auction111035: 2
2026-03-29 22:03: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 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001623auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001623auction111035: 2
2026-03-29 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001629auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001629auction111035: 2
2026-03-29 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001653auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001653auction111035: 2
2026-03-29 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001659auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001659auction111035: 2
2026-03-29 22:03:26 [ecarstrade.de] INFO: Extracting details for car 7001566auction111035
2026-03-29 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001664auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001664auction111035: 2
2026-03-29 22:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 320323eb-2002-50c3-a1d8-e2533a9c7777 with identifier: 7001566auction111035
2026-03-29 22:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 320323eb-2002-50c3-a1d8-e2533a9c7777 with scrape type 2
2026-03-29 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 320323eb-2002-50c3-a1d8-e2533a9c7777 with scrape type 2
2026-03-29 22:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 320323eb-2002-50c3-a1d8-e2533a9c7777, identifier: 7001566auction111035
2026-03-29 22:03:26 [ecarstrade.de] INFO: Found listing with ID: 7001670auction111035
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [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 22:03:26 [ecarstrade.de] INFO: Scrape type for 7001670auction111035: 2
2026-03-29 22:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 320323eb-2002-50c3-a1d8-e2533a9c7777 with identifier: 7001566auction111035
2026-03-29 22:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 320323eb-2002-50c3-a1d8-e2533a9c7777 with identifier: 7001566auction111035
2026-03-29 22:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 320323eb-2002-50c3-a1d8-e2533a9c7777 with identifier: 7001566auction111035 to the API
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:26 [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 22:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001566>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '320323eb-2002-50c3-a1d8-e2533a9c7777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001566',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 19222,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Fabia (PJ3)(06.2021->) DE - LimS5 1.0 TSI EU6d, Tour OPF '
'(EURO 6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '(PJ3)(06.2021->) DE - LimS5 1.0 TSI EU6d, Tour OPF (EURO 6d), 2021 - '
'2023',
'vin': None,
'year': 2024}
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Saving data for 7001566auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616708.168182, 'last_price_update_time': 1774821807.052735}
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001566auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001676auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001676auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001681auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001681auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001689auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001689auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001696auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001696auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001705auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001705auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001713auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001713auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001726auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001726auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001746auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001746auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001749auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001749auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001758auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001758auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001759auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001759auction111035: 2
2026-03-29 22:03:27 [ecarstrade.de] INFO: Found listing with ID: 7001760auction111035
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Scrape type for 7001760auction111035: 2
2026-03-29 22:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001557> (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 22:03: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 22:03:27 [ecarstrade.de] INFO: Extracting details for car 7001557auction111035
2026-03-29 22:03:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f32df1d-4fae-5f54-8aca-48655a82993f with identifier: 7001557auction111035
2026-03-29 22:03:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f32df1d-4fae-5f54-8aca-48655a82993f with scrape type 2
2026-03-29 22:03:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f32df1d-4fae-5f54-8aca-48655a82993f with scrape type 2
2026-03-29 22:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0f32df1d-4fae-5f54-8aca-48655a82993f, identifier: 7001557auction111035
2026-03-29 22:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0f32df1d-4fae-5f54-8aca-48655a82993f with identifier: 7001557auction111035
2026-03-29 22:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0f32df1d-4fae-5f54-8aca-48655a82993f with identifier: 7001557auction111035
2026-03-29 22:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0f32df1d-4fae-5f54-8aca-48655a82993f with identifier: 7001557auction111035 to the API
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001557>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0f32df1d-4fae-5f54-8aca-48655a82993f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001557',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 33816,
'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 Kuga (2020->) DE - SUV5 2.5 Duratec Plug-in-Hybrid PHEV EU6d, '
'ST-Line X (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': '(2020->) DE - SUV5 2.5 Duratec Plug-in-Hybrid PHEV EU6d, ST-Line X '
'(EURO 6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [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 22:03:27 [ecarstrade.de] INFO: Saving data for 7001557auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616712.632221, 'last_price_update_time': 1774821807.838539}
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001557auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001556> (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 22:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:29 [ecarstrade.de] INFO: Extracting details for car 7001556auction111035
2026-03-29 22:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df2bf570-b8f8-5365-bd7f-8d04ecf608e6 with identifier: 7001556auction111035
2026-03-29 22:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df2bf570-b8f8-5365-bd7f-8d04ecf608e6 with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df2bf570-b8f8-5365-bd7f-8d04ecf608e6 with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: df2bf570-b8f8-5365-bd7f-8d04ecf608e6, identifier: 7001556auction111035
2026-03-29 22:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: df2bf570-b8f8-5365-bd7f-8d04ecf608e6 with identifier: 7001556auction111035
2026-03-29 22:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: df2bf570-b8f8-5365-bd7f-8d04ecf608e6 with identifier: 7001556auction111035
2026-03-29 22:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: df2bf570-b8f8-5365-bd7f-8d04ecf608e6 with identifier: 7001556auction111035 to the API
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:29 [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 22:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001556>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'df2bf570-b8f8-5365-bd7f-8d04ecf608e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001556',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 17432,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Seat Ibiza (KJ1)(2017->) DE - LimS5 1.0 TSI EU6d, FR OPF (EURO 6d), '
'(Facelift) 2021 - 2024',
'transmission': 'automatic',
'trim': '(KJ1)(2017->) DE - LimS5 1.0 TSI EU6d, FR OPF (EURO 6d), (Facelift) '
'2021 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:29 [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 22:03:29 [ecarstrade.de] INFO: Saving data for 7001556auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616707.182865, 'last_price_update_time': 1774821809.817931}
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001556auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001553> (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 22:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:29 [ecarstrade.de] INFO: Extracting details for car 7001553auction111035
2026-03-29 22:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25ecb919-c0d9-55da-917e-ab75a001060e with identifier: 7001553auction111035
2026-03-29 22:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25ecb919-c0d9-55da-917e-ab75a001060e with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25ecb919-c0d9-55da-917e-ab75a001060e with scrape type 2
2026-03-29 22:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 25ecb919-c0d9-55da-917e-ab75a001060e, identifier: 7001553auction111035
2026-03-29 22:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 25ecb919-c0d9-55da-917e-ab75a001060e with identifier: 7001553auction111035
2026-03-29 22:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 25ecb919-c0d9-55da-917e-ab75a001060e with identifier: 7001553auction111035
2026-03-29 22:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 25ecb919-c0d9-55da-917e-ab75a001060e with identifier: 7001553auction111035 to the API
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:30 [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 22:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001553>
{'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': '25ecb919-c0d9-55da-917e-ab75a001060e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001553',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 28489,
'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 (11 kW AC)',
'transmission': 'automatic',
'trim': 'III Rapid (03.2021->) E-TECH, Start L1 (11 kW AC)',
'vin': None,
'year': 2022}
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [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 22:03:30 [ecarstrade.de] INFO: Saving data for 7001553auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616709.715343, 'last_price_update_time': 1774821810.345061}
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001553auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001555> (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 22:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:30 [ecarstrade.de] INFO: Extracting details for car 7001555auction111035
2026-03-29 22:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95858538-0e65-55a5-bd6e-249aa220de73 with identifier: 7001555auction111035
2026-03-29 22:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95858538-0e65-55a5-bd6e-249aa220de73 with scrape type 2
2026-03-29 22:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95858538-0e65-55a5-bd6e-249aa220de73 with scrape type 2
2026-03-29 22:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 95858538-0e65-55a5-bd6e-249aa220de73, identifier: 7001555auction111035
2026-03-29 22:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 95858538-0e65-55a5-bd6e-249aa220de73 with identifier: 7001555auction111035
2026-03-29 22:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 95858538-0e65-55a5-bd6e-249aa220de73 with identifier: 7001555auction111035
2026-03-29 22:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 95858538-0e65-55a5-bd6e-249aa220de73 with identifier: 7001555auction111035 to the API
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:30 [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 22:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001555>
{'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': 'Diesel',
'id': '95858538-0e65-55a5-bd6e-249aa220de73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001555',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 198439,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Seat Tarraco (KN2)(10.2018->) DE - SUV5 2.0 TDI EU6d, Style (EURO '
'6d), 2020 - 2024',
'transmission': 'automatic',
'trim': '(KN2)(10.2018->) DE - SUV5 2.0 TDI EU6d, Style (EURO 6d), 2020 - '
'2024',
'vin': None,
'year': 2021}
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [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 22:03:30 [ecarstrade.de] INFO: Saving data for 7001555auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616730.963577, 'last_price_update_time': 1774821810.879335}
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001555auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001552> (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 22:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:31 [ecarstrade.de] INFO: Extracting details for car 7001552auction111035
2026-03-29 22:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4da8503-3a42-5a50-ab3c-28acb3c6a870 with identifier: 7001552auction111035
2026-03-29 22:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4da8503-3a42-5a50-ab3c-28acb3c6a870 with scrape type 2
2026-03-29 22:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4da8503-3a42-5a50-ab3c-28acb3c6a870 with scrape type 2
2026-03-29 22:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d4da8503-3a42-5a50-ab3c-28acb3c6a870, identifier: 7001552auction111035
2026-03-29 22:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d4da8503-3a42-5a50-ab3c-28acb3c6a870 with identifier: 7001552auction111035
2026-03-29 22:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d4da8503-3a42-5a50-ab3c-28acb3c6a870 with identifier: 7001552auction111035
2026-03-29 22:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d4da8503-3a42-5a50-ab3c-28acb3c6a870 with identifier: 7001552auction111035 to the API
2026-03-29 22:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:31 [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 22:03:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001552>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'd4da8503-3a42-5a50-ab3c-28acb3c6a870',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001552',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Austral',
'odometer': 8525,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-19',
'seats_number': None,
'seller_name': None,
'title': 'Renault Austral (07.2022->) 1.3 TCe 160 Mild-Hybrid EU6d, Techno '
'(Euro 6d)',
'transmission': 'automatic',
'trim': '(07.2022->) 1.3 TCe 160 Mild-Hybrid EU6d, Techno (Euro 6d)',
'vin': None,
'year': 2023}
2026-03-29 22:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:31 [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 22:03:31 [ecarstrade.de] INFO: Saving data for 7001552auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616714.230155, 'last_price_update_time': 1774821811.709515}
2026-03-29 22:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001552auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001612> (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 22:03: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 22:03:33 [ecarstrade.de] INFO: Extracting details for car 7001612auction111035
2026-03-29 22:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61b35ef2-07e8-52d3-9a62-aecd9bcecde3 with identifier: 7001612auction111035
2026-03-29 22:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61b35ef2-07e8-52d3-9a62-aecd9bcecde3 with scrape type 2
2026-03-29 22:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61b35ef2-07e8-52d3-9a62-aecd9bcecde3 with scrape type 2
2026-03-29 22:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 61b35ef2-07e8-52d3-9a62-aecd9bcecde3, identifier: 7001612auction111035
2026-03-29 22:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 61b35ef2-07e8-52d3-9a62-aecd9bcecde3 with identifier: 7001612auction111035
2026-03-29 22:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 61b35ef2-07e8-52d3-9a62-aecd9bcecde3 with identifier: 7001612auction111035
2026-03-29 22:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 61b35ef2-07e8-52d3-9a62-aecd9bcecde3 with identifier: 7001612auction111035 to the API
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001612>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '61b35ef2-07e8-52d3-9a62-aecd9bcecde3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001612',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 41377,
'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 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Saving data for 7001612auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616771.976543, 'last_price_update_time': 1774821813.72021}
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001612auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:33 [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 22:03: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 22:03:33 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001761auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Scrape type for 7001761auction111035: 2
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001763auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Scrape type for 7001763auction111035: 2
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001764auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Scrape type for 7001764auction111035: 2
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001766auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Scrape type for 7001766auction111035: 2
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001768auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Scrape type for 7001768auction111035: 2
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001769auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [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 22:03:33 [ecarstrade.de] INFO: Scrape type for 7001769auction111035: 2
2026-03-29 22:03:33 [ecarstrade.de] INFO: Found listing with ID: 7001771auction111035
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001771auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001772auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001772auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001774auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001774auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001775auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001775auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001776auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001776auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001778auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001778auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001779auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001779auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001782auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001782auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001783auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001783auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001784auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001784auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001786auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001786auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001787auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001787auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001788auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001788auction111035: 2
2026-03-29 22:03:34 [ecarstrade.de] INFO: Found listing with ID: 7001789auction111035
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Scrape type for 7001789auction111035: 2
2026-03-29 22:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001617> (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 22:03:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:34 [ecarstrade.de] INFO: Extracting details for car 7001617auction111035
2026-03-29 22:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97efb339-d1e4-55d7-afc1-4203d0d85318 with identifier: 7001617auction111035
2026-03-29 22:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97efb339-d1e4-55d7-afc1-4203d0d85318 with scrape type 2
2026-03-29 22:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97efb339-d1e4-55d7-afc1-4203d0d85318 with scrape type 2
2026-03-29 22:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 97efb339-d1e4-55d7-afc1-4203d0d85318, identifier: 7001617auction111035
2026-03-29 22:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 97efb339-d1e4-55d7-afc1-4203d0d85318 with identifier: 7001617auction111035
2026-03-29 22:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 97efb339-d1e4-55d7-afc1-4203d0d85318 with identifier: 7001617auction111035
2026-03-29 22:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 97efb339-d1e4-55d7-afc1-4203d0d85318 with identifier: 7001617auction111035 to the API
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001617>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '97efb339-d1e4-55d7-afc1-4203d0d85318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001617',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 71516,
'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 Octavia Combi (NX5)(01.2020->) DE - Kb5 2.0 TDI DPF EU6d, '
'Style (EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': 'Combi (NX5)(01.2020->) DE - Kb5 2.0 TDI DPF EU6d, Style (EURO 6d), '
'2020 - 2023',
'vin': None,
'year': 2023}
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [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 22:03:34 [ecarstrade.de] INFO: Saving data for 7001617auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616770.759366, 'last_price_update_time': 1774821814.929646}
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001617auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001623> (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 22:03: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 22:03:36 [ecarstrade.de] INFO: Extracting details for car 7001623auction111035
2026-03-29 22:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 736c23a3-f1b0-54aa-bbf0-40237efa3f0c with identifier: 7001623auction111035
2026-03-29 22:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 736c23a3-f1b0-54aa-bbf0-40237efa3f0c with scrape type 2
2026-03-29 22:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 736c23a3-f1b0-54aa-bbf0-40237efa3f0c with scrape type 2
2026-03-29 22:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 736c23a3-f1b0-54aa-bbf0-40237efa3f0c, identifier: 7001623auction111035
2026-03-29 22:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 736c23a3-f1b0-54aa-bbf0-40237efa3f0c with identifier: 7001623auction111035
2026-03-29 22:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 736c23a3-f1b0-54aa-bbf0-40237efa3f0c with identifier: 7001623auction111035
2026-03-29 22:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 736c23a3-f1b0-54aa-bbf0-40237efa3f0c with identifier: 7001623auction111035 to the API
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001623>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'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': '736c23a3-f1b0-54aa-bbf0-40237efa3f0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001623',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 122121,
'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': 'Volvo XC60 (03.2017->) DE - SUV5 T8 Twin Engine AWD PHEV EU6d, R '
'Design Plug-In (E6d), 2020 - 2021',
'transmission': 'automatic',
'trim': '(03.2017->) DE - SUV5 T8 Twin Engine AWD PHEV EU6d, R Design Plug-In '
'(E6d), 2020 - 2021',
'vin': None,
'year': 2021}
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:36 [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 22:03:36 [ecarstrade.de] INFO: Saving data for 7001623auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616774.655141, 'last_price_update_time': 1774821816.537396}
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001623auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001629> (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 22:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001653> (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 22:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:37 [ecarstrade.de] INFO: Extracting details for car 7001629auction111035
2026-03-29 22:03:37 [ecarstrade.de] INFO: Extracting details for car 7001653auction111035
2026-03-29 22:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac39e959-f941-5357-9413-2e154f3ae2f8 with identifier: 7001629auction111035
2026-03-29 22:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac39e959-f941-5357-9413-2e154f3ae2f8 with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac39e959-f941-5357-9413-2e154f3ae2f8 with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ac39e959-f941-5357-9413-2e154f3ae2f8, identifier: 7001629auction111035
2026-03-29 22:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1da3755-7d69-537c-83b7-d8e0a4029d4f with identifier: 7001653auction111035
2026-03-29 22:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1da3755-7d69-537c-83b7-d8e0a4029d4f with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1da3755-7d69-537c-83b7-d8e0a4029d4f with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d1da3755-7d69-537c-83b7-d8e0a4029d4f, identifier: 7001653auction111035
2026-03-29 22:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ac39e959-f941-5357-9413-2e154f3ae2f8 with identifier: 7001629auction111035
2026-03-29 22:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ac39e959-f941-5357-9413-2e154f3ae2f8 with identifier: 7001629auction111035
2026-03-29 22:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ac39e959-f941-5357-9413-2e154f3ae2f8 with identifier: 7001629auction111035 to the API
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:37 [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 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001629>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'ac39e959-f941-5357-9413-2e154f3ae2f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001629',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 50258,
'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 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [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 22:03:37 [ecarstrade.de] INFO: Saving data for 7001629auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616848.911248, 'last_price_update_time': 1774821817.593581}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001629auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d1da3755-7d69-537c-83b7-d8e0a4029d4f with identifier: 7001653auction111035
2026-03-29 22:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d1da3755-7d69-537c-83b7-d8e0a4029d4f with identifier: 7001653auction111035
2026-03-29 22:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d1da3755-7d69-537c-83b7-d8e0a4029d4f with identifier: 7001653auction111035 to the API
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:37 [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 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001653>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'd1da3755-7d69-537c-83b7-d8e0a4029d4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001653',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 22108,
'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': 'Seat Ateca (KHP)(08.2020->) DE - SUV5 1.0 TSI EU6d, Style OPF (EURO '
'6d), (Facelift) 2020 - 2024',
'transmission': 'manual',
'trim': '(KHP)(08.2020->) DE - SUV5 1.0 TSI EU6d, Style OPF (EURO 6d), '
'(Facelift) 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [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 22:03:37 [ecarstrade.de] INFO: Saving data for 7001653auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616849.703129, 'last_price_update_time': 1774821817.90462}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001653auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001565> (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 22:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:38 [ecarstrade.de] INFO: Extracting details for car 7001565auction111035
2026-03-29 22:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3f7a762-0c8c-5f15-bb89-bc6345a50e8b with identifier: 7001565auction111035
2026-03-29 22:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3f7a762-0c8c-5f15-bb89-bc6345a50e8b with scrape type 2
2026-03-29 22:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3f7a762-0c8c-5f15-bb89-bc6345a50e8b with scrape type 2
2026-03-29 22:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a3f7a762-0c8c-5f15-bb89-bc6345a50e8b, identifier: 7001565auction111035
2026-03-29 22:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a3f7a762-0c8c-5f15-bb89-bc6345a50e8b with identifier: 7001565auction111035
2026-03-29 22:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a3f7a762-0c8c-5f15-bb89-bc6345a50e8b with identifier: 7001565auction111035
2026-03-29 22:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a3f7a762-0c8c-5f15-bb89-bc6345a50e8b with identifier: 7001565auction111035 to the API
2026-03-29 22:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:38 [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 22:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001565>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'a3f7a762-0c8c-5f15-bb89-bc6345a50e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001565',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 17227,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-15',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 220HP, Techno '
'(Batt. 60 kWh) optimum charge',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 220HP, Techno (Batt. 60 kWh) '
'optimum charge',
'vin': None,
'year': 2023}
2026-03-29 22:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:38 [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 22:03:38 [ecarstrade.de] INFO: Saving data for 7001565auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616713.037563, 'last_price_update_time': 1774821818.459659}
2026-03-29 22:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001565auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001664> (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 22:03: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 22:03:39 [ecarstrade.de] INFO: Extracting details for car 7001664auction111035
2026-03-29 22:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e with identifier: 7001664auction111035
2026-03-29 22:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e with scrape type 2
2026-03-29 22:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e with scrape type 2
2026-03-29 22:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e, identifier: 7001664auction111035
2026-03-29 22:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e with identifier: 7001664auction111035
2026-03-29 22:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e with identifier: 7001664auction111035
2026-03-29 22:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e with identifier: 7001664auction111035 to the API
2026-03-29 22:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:39 [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 22:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001664>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'f8fbbc9d-9e28-57ce-b0ec-2b64508dce1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001664',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Born',
'odometer': 48259,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Born (K11)(09.2021->) DE - LimS5, 150 (58 kWh), 2021 - 2024',
'transmission': 'automatic',
'trim': '(K11)(09.2021->) DE - LimS5, 150 (58 kWh), 2021 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:40 [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 22:03:40 [ecarstrade.de] INFO: Saving data for 7001664auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616842.292244, 'last_price_update_time': 1774821820.112642}
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001664auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001670> (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 22:03: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 22:03:40 [ecarstrade.de] INFO: Extracting details for car 7001670auction111035
2026-03-29 22:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92ed81b1-726d-5f9b-82b2-19898e6c3ed6 with identifier: 7001670auction111035
2026-03-29 22:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92ed81b1-726d-5f9b-82b2-19898e6c3ed6 with scrape type 2
2026-03-29 22:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92ed81b1-726d-5f9b-82b2-19898e6c3ed6 with scrape type 2
2026-03-29 22:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 92ed81b1-726d-5f9b-82b2-19898e6c3ed6, identifier: 7001670auction111035
2026-03-29 22:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 92ed81b1-726d-5f9b-82b2-19898e6c3ed6 with identifier: 7001670auction111035
2026-03-29 22:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 92ed81b1-726d-5f9b-82b2-19898e6c3ed6 with identifier: 7001670auction111035
2026-03-29 22:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 92ed81b1-726d-5f9b-82b2-19898e6c3ed6 with identifier: 7001670auction111035 to the API
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001670>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '92ed81b1-726d-5f9b-82b2-19898e6c3ed6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001670',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 14533,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Kia Sportage (NQ5)(2021->) DE - SUV5 1.6 T-GDI Mild-Hybrid EU6d, '
'Vision (EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': '(NQ5)(2021->) DE - SUV5 1.6 T-GDI Mild-Hybrid EU6d, Vision (EURO '
'6d), 2021 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:40 [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 22:03:40 [ecarstrade.de] INFO: Saving data for 7001670auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616832.411207, 'last_price_update_time': 1774821820.625842}
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001670auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001676> (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 22:03: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 22:03:41 [ecarstrade.de] INFO: Extracting details for car 7001676auction111035
2026-03-29 22:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbda5046-4af7-53dc-8dcb-d8631d338baf with identifier: 7001676auction111035
2026-03-29 22:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbda5046-4af7-53dc-8dcb-d8631d338baf with scrape type 2
2026-03-29 22:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbda5046-4af7-53dc-8dcb-d8631d338baf with scrape type 2
2026-03-29 22:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bbda5046-4af7-53dc-8dcb-d8631d338baf, identifier: 7001676auction111035
2026-03-29 22:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bbda5046-4af7-53dc-8dcb-d8631d338baf with identifier: 7001676auction111035
2026-03-29 22:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bbda5046-4af7-53dc-8dcb-d8631d338baf with identifier: 7001676auction111035
2026-03-29 22:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bbda5046-4af7-53dc-8dcb-d8631d338baf with identifier: 7001676auction111035 to the API
2026-03-29 22:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001676>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'bbda5046-4af7-53dc-8dcb-d8631d338baf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001676',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 38623,
'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': 'Cupra Formentor (KM7)(08.2020->) DE - SUV5 1.5 TSI EU6d, 2020 - '
'2024',
'transmission': 'automatic',
'trim': '(KM7)(08.2020->) DE - SUV5 1.5 TSI EU6d, 2020 - 2024',
'vin': None,
'year': 2024}
2026-03-29 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:41 [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 22:03:41 [ecarstrade.de] INFO: Saving data for 7001676auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616843.066098, 'last_price_update_time': 1774821821.40154}
2026-03-29 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001676auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001759> (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 22:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001760> (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 22:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:44 [ecarstrade.de] INFO: Extracting details for car 7001759auction111035
2026-03-29 22:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 261db02e-9a95-58fb-8317-f97a013f4bd1 with identifier: 7001759auction111035
2026-03-29 22:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 261db02e-9a95-58fb-8317-f97a013f4bd1 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 261db02e-9a95-58fb-8317-f97a013f4bd1 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 261db02e-9a95-58fb-8317-f97a013f4bd1, identifier: 7001759auction111035
2026-03-29 22:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 261db02e-9a95-58fb-8317-f97a013f4bd1 with identifier: 7001759auction111035
2026-03-29 22:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 261db02e-9a95-58fb-8317-f97a013f4bd1 with identifier: 7001759auction111035
2026-03-29 22:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 261db02e-9a95-58fb-8317-f97a013f4bd1 with identifier: 7001759auction111035 to the API
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001759>
{'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': 'Petrol',
'id': '261db02e-9a95-58fb-8317-f97a013f4bd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001759',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 65785,
'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 Tiguan (AX1)(07.2020->2024) DE - SUV5 2.0 TSI '
'BMT/Start-Stopp EU6d, R-Line 4Motion OPF (EURO 6d), (Facelift)',
'transmission': 'automatic',
'trim': '(AX1)(07.2020->2024) DE - SUV5 2.0 TSI BMT/Start-Stopp EU6d, R-Line '
'4Motion OPF (EURO 6d), (Facelift)',
'vin': None,
'year': 2023}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [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 22:03:44 [ecarstrade.de] INFO: Saving data for 7001759auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616815.581724, 'last_price_update_time': 1774821824.53747}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001759auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:44 [ecarstrade.de] INFO: Extracting details for car 7001760auction111035
2026-03-29 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001758> (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 22:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1185241f-ad92-563a-b5e4-3a4df4294823 with identifier: 7001760auction111035
2026-03-29 22:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1185241f-ad92-563a-b5e4-3a4df4294823 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1185241f-ad92-563a-b5e4-3a4df4294823 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1185241f-ad92-563a-b5e4-3a4df4294823, identifier: 7001760auction111035
2026-03-29 22:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1185241f-ad92-563a-b5e4-3a4df4294823 with identifier: 7001760auction111035
2026-03-29 22:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1185241f-ad92-563a-b5e4-3a4df4294823 with identifier: 7001760auction111035
2026-03-29 22:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1185241f-ad92-563a-b5e4-3a4df4294823 with identifier: 7001760auction111035 to the API
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001760>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '1185241f-ad92-563a-b5e4-3a4df4294823',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001760',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Transit',
'odometer': 50637,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit/Tourneo Custom Kombi (TTF)(2012->) DE - Bs4 2.0 TDCi '
'EU6d, 320 L1 Titanium (EURO 6d), (Facelift) 2020 - 2023',
'transmission': 'manual',
'trim': '/Tourneo Custom Kombi (TTF)(2012->) DE - Bs4 2.0 TDCi EU6d, 320 L1 '
'Titanium (EURO 6d), (Facelift) 2020 - 2023',
'vin': None,
'year': 2021}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [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 22:03:44 [ecarstrade.de] INFO: Saving data for 7001760auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616816.173018, 'last_price_update_time': 1774821824.953197}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001760auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:44 [ecarstrade.de] INFO: Extracting details for car 7001758auction111035
2026-03-29 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001749> (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 22:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b24f21a2-1398-51ec-a355-c1f931c9dfb2 with identifier: 7001758auction111035
2026-03-29 22:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b24f21a2-1398-51ec-a355-c1f931c9dfb2 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b24f21a2-1398-51ec-a355-c1f931c9dfb2 with scrape type 2
2026-03-29 22:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b24f21a2-1398-51ec-a355-c1f931c9dfb2, identifier: 7001758auction111035
2026-03-29 22:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b24f21a2-1398-51ec-a355-c1f931c9dfb2 with identifier: 7001758auction111035
2026-03-29 22:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b24f21a2-1398-51ec-a355-c1f931c9dfb2 with identifier: 7001758auction111035
2026-03-29 22:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b24f21a2-1398-51ec-a355-c1f931c9dfb2 with identifier: 7001758auction111035 to the API
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001758>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'b24f21a2-1398-51ec-a355-c1f931c9dfb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001758',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 19374,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2002-12-13',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER '
'(Batt. 60 kWh) optimum ch.',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) EV60 130HP, Evolution ER (Batt. '
'60 kWh) optimum ch.',
'vin': None,
'year': 2002}
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:45 [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 22:03:45 [ecarstrade.de] INFO: Saving data for 7001758auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616840.021922, 'last_price_update_time': 1774821825.38151}
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001758auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:45 [ecarstrade.de] INFO: Extracting details for car 7001749auction111035
2026-03-29 22:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2171fa47-0ca5-50b8-a85b-9638b553a4f2 with identifier: 7001749auction111035
2026-03-29 22:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2171fa47-0ca5-50b8-a85b-9638b553a4f2 with scrape type 2
2026-03-29 22:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2171fa47-0ca5-50b8-a85b-9638b553a4f2 with scrape type 2
2026-03-29 22:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2171fa47-0ca5-50b8-a85b-9638b553a4f2, identifier: 7001749auction111035
2026-03-29 22:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2171fa47-0ca5-50b8-a85b-9638b553a4f2 with identifier: 7001749auction111035
2026-03-29 22:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2171fa47-0ca5-50b8-a85b-9638b553a4f2 with identifier: 7001749auction111035
2026-03-29 22:03:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2171fa47-0ca5-50b8-a85b-9638b553a4f2 with identifier: 7001749auction111035 to the API
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001749>
{'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': '2171fa47-0ca5-50b8-a85b-9638b553a4f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001749',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Leon',
'odometer': 51376,
'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': 'Seat Leon Sportstourer (KL8)(03.2020->) DE - Kb5 1.5 eTSI EU6d, FR '
'OPF (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': 'Sportstourer (KL8)(03.2020->) DE - Kb5 1.5 eTSI EU6d, FR OPF (EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:45 [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 22:03:45 [ecarstrade.de] INFO: Saving data for 7001749auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616839.374502, 'last_price_update_time': 1774821825.787002}
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001749auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001746> (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 22:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:46 [ecarstrade.de] INFO: Extracting details for car 7001746auction111035
2026-03-29 22:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3e62c71-7efe-5f9d-94ba-0186feabbc60 with identifier: 7001746auction111035
2026-03-29 22:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3e62c71-7efe-5f9d-94ba-0186feabbc60 with scrape type 2
2026-03-29 22:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3e62c71-7efe-5f9d-94ba-0186feabbc60 with scrape type 2
2026-03-29 22:03:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c3e62c71-7efe-5f9d-94ba-0186feabbc60, identifier: 7001746auction111035
2026-03-29 22:03:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c3e62c71-7efe-5f9d-94ba-0186feabbc60 with identifier: 7001746auction111035
2026-03-29 22:03:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c3e62c71-7efe-5f9d-94ba-0186feabbc60 with identifier: 7001746auction111035
2026-03-29 22:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c3e62c71-7efe-5f9d-94ba-0186feabbc60 with identifier: 7001746auction111035 to the API
2026-03-29 22:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:46 [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 22:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001746>
{'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': 'c3e62c71-7efe-5f9d-94ba-0186feabbc60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001746',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 14680,
'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 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:47 [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 22:03:47 [ecarstrade.de] INFO: Saving data for 7001746auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616836.74707, 'last_price_update_time': 1774821827.044418}
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001746auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001726> (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 22:03: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 22:03:47 [ecarstrade.de] INFO: Extracting details for car 7001726auction111035
2026-03-29 22:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 939925e2-df18-5991-9147-83ae3819bad9 with identifier: 7001726auction111035
2026-03-29 22:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 939925e2-df18-5991-9147-83ae3819bad9 with scrape type 2
2026-03-29 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 939925e2-df18-5991-9147-83ae3819bad9 with scrape type 2
2026-03-29 22:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 939925e2-df18-5991-9147-83ae3819bad9, identifier: 7001726auction111035
2026-03-29 22:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 939925e2-df18-5991-9147-83ae3819bad9 with identifier: 7001726auction111035
2026-03-29 22:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 939925e2-df18-5991-9147-83ae3819bad9 with identifier: 7001726auction111035
2026-03-29 22:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 939925e2-df18-5991-9147-83ae3819bad9 with identifier: 7001726auction111035 to the API
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001726>
{'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': '939925e2-df18-5991-9147-83ae3819bad9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001726',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 46552,
'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 Formentor (KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 '
'Drive, 2020 - 2024',
'transmission': 'automatic',
'trim': '(KM7)(08.2020->) DE - SUV5 2.0 TSI EU6d, VZ 4 Drive, 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:47 [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 22:03:47 [ecarstrade.de] INFO: Saving data for 7001726auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616838.260011, 'last_price_update_time': 1774821827.591593}
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001726auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001713> (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 22:03: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 22:03:47 [ecarstrade.de] INFO: Extracting details for car 7001713auction111035
2026-03-29 22:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ab66300-3237-53a3-a0be-a099c21985f6 with identifier: 7001713auction111035
2026-03-29 22:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ab66300-3237-53a3-a0be-a099c21985f6 with scrape type 2
2026-03-29 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ab66300-3237-53a3-a0be-a099c21985f6 with scrape type 2
2026-03-29 22:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3ab66300-3237-53a3-a0be-a099c21985f6, identifier: 7001713auction111035
2026-03-29 22:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3ab66300-3237-53a3-a0be-a099c21985f6 with identifier: 7001713auction111035
2026-03-29 22:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3ab66300-3237-53a3-a0be-a099c21985f6 with identifier: 7001713auction111035
2026-03-29 22:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3ab66300-3237-53a3-a0be-a099c21985f6 with identifier: 7001713auction111035 to the API
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001713>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '3ab66300-3237-53a3-a0be-a099c21985f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001713',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 49862,
'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 Turbo EU6d, Edition (EURO 6d), '
'2019 - 2023',
'transmission': 'manual',
'trim': 'F (2019->) DE - LimS5 1.2 Turbo EU6d, Edition (EURO 6d), 2019 - 2023',
'vin': None,
'year': 2021}
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:48 [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 22:03:48 [ecarstrade.de] INFO: Saving data for 7001713auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616835.487409, 'last_price_update_time': 1774821828.172271}
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001713auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001659> (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 22:03: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 22:03:49 [ecarstrade.de] INFO: Extracting details for car 7001659auction111035
2026-03-29 22:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: decaddd3-dd0c-5831-8418-258069fa82a6 with identifier: 7001659auction111035
2026-03-29 22:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item decaddd3-dd0c-5831-8418-258069fa82a6 with scrape type 2
2026-03-29 22:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item decaddd3-dd0c-5831-8418-258069fa82a6 with scrape type 2
2026-03-29 22:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: decaddd3-dd0c-5831-8418-258069fa82a6, identifier: 7001659auction111035
2026-03-29 22:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: decaddd3-dd0c-5831-8418-258069fa82a6 with identifier: 7001659auction111035
2026-03-29 22:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: decaddd3-dd0c-5831-8418-258069fa82a6 with identifier: 7001659auction111035
2026-03-29 22:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: decaddd3-dd0c-5831-8418-258069fa82a6 with identifier: 7001659auction111035 to the API
2026-03-29 22:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:49 [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 22:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001659>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'decaddd3-dd0c-5831-8418-258069fa82a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001659',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Iveco',
'model': 'Other',
'odometer': 113686,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Iveco Daily Fahrgestell (2019->) DE - Pr2 70 C 18 EU6d, H, 2019 - '
'2022',
'transmission': 'manual',
'trim': 'Daily Fahrgestell (2019->) DE - Pr2 70 C 18 EU6d, H, 2019 - 2022',
'vin': None,
'year': 2021}
2026-03-29 22:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:49 [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 22:03:49 [ecarstrade.de] INFO: Saving data for 7001659auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616837.754338, 'last_price_update_time': 1774821829.483101}
2026-03-29 22:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001659auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001788> (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 22:03: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 22:03:51 [ecarstrade.de] INFO: Extracting details for car 7001788auction111035
2026-03-29 22:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb6b6a57-ebea-5db2-842d-c908b1e6dc4f with identifier: 7001788auction111035
2026-03-29 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb6b6a57-ebea-5db2-842d-c908b1e6dc4f with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb6b6a57-ebea-5db2-842d-c908b1e6dc4f with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fb6b6a57-ebea-5db2-842d-c908b1e6dc4f, identifier: 7001788auction111035
2026-03-29 22:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fb6b6a57-ebea-5db2-842d-c908b1e6dc4f with identifier: 7001788auction111035
2026-03-29 22:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fb6b6a57-ebea-5db2-842d-c908b1e6dc4f with identifier: 7001788auction111035
2026-03-29 22:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fb6b6a57-ebea-5db2-842d-c908b1e6dc4f with identifier: 7001788auction111035 to the API
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001788>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'fb6b6a57-ebea-5db2-842d-c908b1e6dc4f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001788',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 27634,
'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': 'Skoda Kamiq (NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d-T, Tour OPF '
'(EURO 6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.0 TSI EU6d-T, Tour OPF (EURO 6d), 2021 '
'- 2023',
'vin': None,
'year': 2023}
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:51 [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 22:03:51 [ecarstrade.de] INFO: Saving data for 7001788auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616924.013083, 'last_price_update_time': 1774821831.52885}
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001788auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001787> (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 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001786> (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 22:03: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 22:03: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 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001789> (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 22:03: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 22:03:51 [ecarstrade.de] INFO: Extracting details for car 7001787auction111035
2026-03-29 22:03:51 [ecarstrade.de] INFO: Extracting details for car 7001786auction111035
2026-03-29 22:03:51 [ecarstrade.de] INFO: Extracting details for car 7001789auction111035
2026-03-29 22:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01de7f3c-5e9f-5953-9d88-5fd7dfce0914 with identifier: 7001787auction111035
2026-03-29 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01de7f3c-5e9f-5953-9d88-5fd7dfce0914 with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01de7f3c-5e9f-5953-9d88-5fd7dfce0914 with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 01de7f3c-5e9f-5953-9d88-5fd7dfce0914, identifier: 7001787auction111035
2026-03-29 22:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a776a23b-d7e7-5ddd-a819-092677ddcf5e with identifier: 7001786auction111035
2026-03-29 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a776a23b-d7e7-5ddd-a819-092677ddcf5e with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a776a23b-d7e7-5ddd-a819-092677ddcf5e with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a776a23b-d7e7-5ddd-a819-092677ddcf5e, identifier: 7001786auction111035
2026-03-29 22:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8 with identifier: 7001789auction111035
2026-03-29 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8 with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8 with scrape type 2
2026-03-29 22:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8, identifier: 7001789auction111035
2026-03-29 22:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 01de7f3c-5e9f-5953-9d88-5fd7dfce0914 with identifier: 7001787auction111035
2026-03-29 22:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 01de7f3c-5e9f-5953-9d88-5fd7dfce0914 with identifier: 7001787auction111035
2026-03-29 22:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 01de7f3c-5e9f-5953-9d88-5fd7dfce0914 with identifier: 7001787auction111035 to the API
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001787>
{'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': '01de7f3c-5e9f-5953-9d88-5fd7dfce0914',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001787',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 18485,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Nissan Leaf (ZE1)(10.2017->) DE - LimS5 40 kWh, N-Connecta, 2018 - '
'2023',
'transmission': 'automatic',
'trim': '(ZE1)(10.2017->) DE - LimS5 40 kWh, N-Connecta, 2018 - 2023',
'vin': None,
'year': 2021}
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [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 22:03:52 [ecarstrade.de] INFO: Saving data for 7001787auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616979.424497, 'last_price_update_time': 1774821832.328582}
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001787auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a776a23b-d7e7-5ddd-a819-092677ddcf5e with identifier: 7001786auction111035
2026-03-29 22:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a776a23b-d7e7-5ddd-a819-092677ddcf5e with identifier: 7001786auction111035
2026-03-29 22:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a776a23b-d7e7-5ddd-a819-092677ddcf5e with identifier: 7001786auction111035 to the API
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001786>
{'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': 'a776a23b-d7e7-5ddd-a819-092677ddcf5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001786',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Puma',
'odometer': 50023,
'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': '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 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [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 22:03:52 [ecarstrade.de] INFO: Saving data for 7001786auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616900.798125, 'last_price_update_time': 1774821832.618542}
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001786auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8 with identifier: 7001789auction111035
2026-03-29 22:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8 with identifier: 7001789auction111035
2026-03-29 22:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8 with identifier: 7001789auction111035 to the API
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001789>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'a139c78d-e6de-5e2a-9ffc-e0c3a6b058b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001789',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'CLA 200',
'odometer': 119206,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz CLA Shooting Brake (BM 118)(06.2019->) DE - Kb5 CLA '
'200 d EU6d, SB Progressive (EURO 6d), 2019 - 2023',
'transmission': 'automatic',
'trim': '-Benz CLA Shooting Brake (BM 118)(06.2019->) DE - Kb5 d EU6d, SB '
'Progressive (EURO 6d), 2019 - 2023',
'vin': None,
'year': 2021}
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [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 22:03:52 [ecarstrade.de] INFO: Saving data for 7001789auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616922.048002, 'last_price_update_time': 1774821832.916182}
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001789auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001784> (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 22:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:53 [ecarstrade.de] INFO: Extracting details for car 7001784auction111035
2026-03-29 22:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5548f08b-07d4-59e5-9b39-e620d5e6e015 with identifier: 7001784auction111035
2026-03-29 22:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5548f08b-07d4-59e5-9b39-e620d5e6e015 with scrape type 2
2026-03-29 22:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5548f08b-07d4-59e5-9b39-e620d5e6e015 with scrape type 2
2026-03-29 22:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5548f08b-07d4-59e5-9b39-e620d5e6e015, identifier: 7001784auction111035
2026-03-29 22:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5548f08b-07d4-59e5-9b39-e620d5e6e015 with identifier: 7001784auction111035
2026-03-29 22:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5548f08b-07d4-59e5-9b39-e620d5e6e015 with identifier: 7001784auction111035
2026-03-29 22:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5548f08b-07d4-59e5-9b39-e620d5e6e015 with identifier: 7001784auction111035 to the API
2026-03-29 22:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001784>
{'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': '5548f08b-07d4-59e5-9b39-e620d5e6e015',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001784',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 29457,
'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': 'Volvo XC40 (2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), '
'2020 - 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:53 [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 22:03:53 [ecarstrade.de] INFO: Saving data for 7001784auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616898.724455, 'last_price_update_time': 1774821833.554929}
2026-03-29 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001784auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001783> (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 22:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:54 [ecarstrade.de] INFO: Extracting details for car 7001783auction111035
2026-03-29 22:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 653438e8-65a2-548a-9c41-9890cdaa5d3a with identifier: 7001783auction111035
2026-03-29 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 653438e8-65a2-548a-9c41-9890cdaa5d3a with scrape type 2
2026-03-29 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 653438e8-65a2-548a-9c41-9890cdaa5d3a with scrape type 2
2026-03-29 22:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 653438e8-65a2-548a-9c41-9890cdaa5d3a, identifier: 7001783auction111035
2026-03-29 22:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 653438e8-65a2-548a-9c41-9890cdaa5d3a with identifier: 7001783auction111035
2026-03-29 22:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 653438e8-65a2-548a-9c41-9890cdaa5d3a with identifier: 7001783auction111035
2026-03-29 22:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 653438e8-65a2-548a-9c41-9890cdaa5d3a with identifier: 7001783auction111035 to the API
2026-03-29 22:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001783>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '653438e8-65a2-548a-9c41-9890cdaa5d3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001783',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 52661,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz Citan Kasten (BM 415)(09.2012->) DE - Ka4 109 CDI '
'EU6d-T, Lang (A2)(EURO 6d-TEMP), 2019 - 2021',
'transmission': 'manual',
'trim': '-Benz Kasten (BM 415)(09.2012->) DE - Ka4 109 CDI EU6d-T, Lang '
'(A2)(EURO 6d-TEMP), 2019 - 2021',
'vin': None,
'year': 2021}
2026-03-29 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:54 [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 22:03:54 [ecarstrade.de] INFO: Saving data for 7001783auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616977.170738, 'last_price_update_time': 1774821834.468785}
2026-03-29 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001783auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001782> (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 22:03:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:54 [ecarstrade.de] INFO: Extracting details for car 7001782auction111035
2026-03-29 22:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb8d2637-4c86-52e0-96c7-acd2958998dd with identifier: 7001782auction111035
2026-03-29 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb8d2637-4c86-52e0-96c7-acd2958998dd with scrape type 2
2026-03-29 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb8d2637-4c86-52e0-96c7-acd2958998dd with scrape type 2
2026-03-29 22:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fb8d2637-4c86-52e0-96c7-acd2958998dd, identifier: 7001782auction111035
2026-03-29 22:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fb8d2637-4c86-52e0-96c7-acd2958998dd with identifier: 7001782auction111035
2026-03-29 22:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fb8d2637-4c86-52e0-96c7-acd2958998dd with identifier: 7001782auction111035
2026-03-29 22:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fb8d2637-4c86-52e0-96c7-acd2958998dd with identifier: 7001782auction111035 to the API
2026-03-29 22:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03:55 [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 22:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001782>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'fb8d2637-4c86-52e0-96c7-acd2958998dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001782',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 85222,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz GLE (BM 167)(10.2018->) DE - SUV5 GLE 350 de EU6d, '
'AMG Line 4Matic (EURO 6d), 2019 - 2023',
'transmission': 'automatic',
'trim': '-Benz GLE (BM 167)(10.2018->) DE - SUV5 de EU6d, AMG Line 4Matic '
'(EURO 6d), 2019 - 2023',
'vin': None,
'year': 2022}
2026-03-29 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:55 [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 22:03:55 [ecarstrade.de] INFO: Saving data for 7001782auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617001.392851, 'last_price_update_time': 1774821835.237453}
2026-03-29 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001782auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001779> (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 22:03:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:56 [ecarstrade.de] INFO: Extracting details for car 7001779auction111035
2026-03-29 22:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7630053-a1b8-5b4e-b181-18d4524fe9a3 with identifier: 7001779auction111035
2026-03-29 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7630053-a1b8-5b4e-b181-18d4524fe9a3 with scrape type 2
2026-03-29 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7630053-a1b8-5b4e-b181-18d4524fe9a3 with scrape type 2
2026-03-29 22:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e7630053-a1b8-5b4e-b181-18d4524fe9a3, identifier: 7001779auction111035
2026-03-29 22:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e7630053-a1b8-5b4e-b181-18d4524fe9a3 with identifier: 7001779auction111035
2026-03-29 22:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e7630053-a1b8-5b4e-b181-18d4524fe9a3 with identifier: 7001779auction111035
2026-03-29 22:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e7630053-a1b8-5b4e-b181-18d4524fe9a3 with identifier: 7001779auction111035 to the API
2026-03-29 22:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001779>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'e7630053-a1b8-5b4e-b181-18d4524fe9a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001779',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 47233,
'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 XC40 (2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), '
'2020 - 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 2WD EU6d, Inscription (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:56 [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 22:03:56 [ecarstrade.de] INFO: Saving data for 7001779auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616895.062655, 'last_price_update_time': 1774821836.443094}
2026-03-29 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001779auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001775> (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 22:03: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 22:03:59 [ecarstrade.de] INFO: Extracting details for car 7001775auction111035
2026-03-29 22:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdd3dd49-2d83-5ff4-8e8c-5c60f4235595 with identifier: 7001775auction111035
2026-03-29 22:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdd3dd49-2d83-5ff4-8e8c-5c60f4235595 with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdd3dd49-2d83-5ff4-8e8c-5c60f4235595 with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cdd3dd49-2d83-5ff4-8e8c-5c60f4235595, identifier: 7001775auction111035
2026-03-29 22:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cdd3dd49-2d83-5ff4-8e8c-5c60f4235595 with identifier: 7001775auction111035
2026-03-29 22:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cdd3dd49-2d83-5ff4-8e8c-5c60f4235595 with identifier: 7001775auction111035
2026-03-29 22:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cdd3dd49-2d83-5ff4-8e8c-5c60f4235595 with identifier: 7001775auction111035 to the API
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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 22:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001775>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': 'cdd3dd49-2d83-5ff4-8e8c-5c60f4235595',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001775',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 50831,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': None,
'seller_name': None,
'title': 'Tesla Model 3 - Lim4, 60 kWh RWD, 2021 - 2023 60 kWh',
'transmission': 'automatic',
'trim': '- Lim4, 60 kWh RWD, 2021 - 2023 60 kWh',
'vin': None,
'year': 2022}
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [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 22:03:59 [ecarstrade.de] INFO: Saving data for 7001775auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616976.594983, 'last_price_update_time': 1774821839.419326}
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001775auction111035') HTTP/1.1" 204 0
2026-03-29 22:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001776> (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 22:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001774> (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 22:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001778> (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 22:03: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 22:03: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 22:03: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 22:03:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001772> (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 22:03: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 22:03:59 [ecarstrade.de] INFO: Extracting details for car 7001776auction111035
2026-03-29 22:03:59 [ecarstrade.de] INFO: Extracting details for car 7001774auction111035
2026-03-29 22:03:59 [ecarstrade.de] INFO: Extracting details for car 7001778auction111035
2026-03-29 22:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca6831aa-dfdf-5571-bf68-32fd29b13570 with identifier: 7001776auction111035
2026-03-29 22:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca6831aa-dfdf-5571-bf68-32fd29b13570 with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca6831aa-dfdf-5571-bf68-32fd29b13570 with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ca6831aa-dfdf-5571-bf68-32fd29b13570, identifier: 7001776auction111035
2026-03-29 22:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8e98439-d777-5919-bebd-6048bb83ab3b with identifier: 7001774auction111035
2026-03-29 22:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8e98439-d777-5919-bebd-6048bb83ab3b with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8e98439-d777-5919-bebd-6048bb83ab3b with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f8e98439-d777-5919-bebd-6048bb83ab3b, identifier: 7001774auction111035
2026-03-29 22:03:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7aef01e8-a158-5c7f-af47-5cef29c40410 with identifier: 7001778auction111035
2026-03-29 22:03:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7aef01e8-a158-5c7f-af47-5cef29c40410 with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7aef01e8-a158-5c7f-af47-5cef29c40410 with scrape type 2
2026-03-29 22:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7aef01e8-a158-5c7f-af47-5cef29c40410, identifier: 7001778auction111035
2026-03-29 22:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ca6831aa-dfdf-5571-bf68-32fd29b13570 with identifier: 7001776auction111035
2026-03-29 22:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ca6831aa-dfdf-5571-bf68-32fd29b13570 with identifier: 7001776auction111035
2026-03-29 22:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ca6831aa-dfdf-5571-bf68-32fd29b13570 with identifier: 7001776auction111035 to the API
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001776>
{'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': 'ca6831aa-dfdf-5571-bf68-32fd29b13570',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001776',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 22159,
'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 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [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 22:04:00 [ecarstrade.de] INFO: Saving data for 7001776auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616895.747195, 'last_price_update_time': 1774821840.252403}
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001776auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f8e98439-d777-5919-bebd-6048bb83ab3b with identifier: 7001774auction111035
2026-03-29 22:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f8e98439-d777-5919-bebd-6048bb83ab3b with identifier: 7001774auction111035
2026-03-29 22:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f8e98439-d777-5919-bebd-6048bb83ab3b with identifier: 7001774auction111035 to the API
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001774>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'f8e98439-d777-5919-bebd-6048bb83ab3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001774',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 37489,
'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': 'Renault Arkana (2021->) DE - SUV5 1.3 TCe 140 EU6d, Intens (EURO '
'6d), 2021 - 2022',
'transmission': 'automatic',
'trim': '(2021->) DE - SUV5 1.3 TCe 140 EU6d, Intens (EURO 6d), 2021 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [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 22:04:00 [ecarstrade.de] INFO: Saving data for 7001774auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616897.311049, 'last_price_update_time': 1774821840.555255}
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001774auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7aef01e8-a158-5c7f-af47-5cef29c40410 with identifier: 7001778auction111035
2026-03-29 22:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7aef01e8-a158-5c7f-af47-5cef29c40410 with identifier: 7001778auction111035
2026-03-29 22:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7aef01e8-a158-5c7f-af47-5cef29c40410 with identifier: 7001778auction111035 to the API
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001778>
{'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': '7aef01e8-a158-5c7f-af47-5cef29c40410',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001778',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Leon',
'odometer': 40225,
'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 (KL1/KU1)(09.2020->) DE - LimS5 2.0 TSI EU6d, VZ OPF '
'(EURO 6d), 2021 - 2024',
'transmission': 'automatic',
'trim': '(KL1/KU1)(09.2020->) DE - LimS5 2.0 TSI EU6d, VZ OPF (EURO 6d), 2021 '
'- 2024',
'vin': None,
'year': 2022}
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [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 22:04:00 [ecarstrade.de] INFO: Saving data for 7001778auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616925.672332, 'last_price_update_time': 1774821840.869148}
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001778auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:00 [ecarstrade.de] INFO: Extracting details for car 7001772auction111035
2026-03-29 22:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b0edef5-d867-522e-b847-dfa8c98e6fa0 with identifier: 7001772auction111035
2026-03-29 22:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b0edef5-d867-522e-b847-dfa8c98e6fa0 with scrape type 2
2026-03-29 22:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b0edef5-d867-522e-b847-dfa8c98e6fa0 with scrape type 2
2026-03-29 22:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6b0edef5-d867-522e-b847-dfa8c98e6fa0, identifier: 7001772auction111035
2026-03-29 22:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6b0edef5-d867-522e-b847-dfa8c98e6fa0 with identifier: 7001772auction111035
2026-03-29 22:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6b0edef5-d867-522e-b847-dfa8c98e6fa0 with identifier: 7001772auction111035
2026-03-29 22:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6b0edef5-d867-522e-b847-dfa8c98e6fa0 with identifier: 7001772auction111035 to the API
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001772>
{'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': 'Petrol',
'id': '6b0edef5-d867-522e-b847-dfa8c98e6fa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001772',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 42376,
'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.5 TSI EU6d, Style OPF '
'(EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': '(NW4)(07.2019->) DE - SUV5 1.5 TSI EU6d, Style OPF (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2022}
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:01 [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 22:04:01 [ecarstrade.de] INFO: Saving data for 7001772auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617002.184631, 'last_price_update_time': 1774821841.328869}
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001772auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001771> (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 22:04:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:01 [ecarstrade.de] INFO: Extracting details for car 7001771auction111035
2026-03-29 22:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1 with identifier: 7001771auction111035
2026-03-29 22:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1 with scrape type 2
2026-03-29 22:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1 with scrape type 2
2026-03-29 22:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1, identifier: 7001771auction111035
2026-03-29 22:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1 with identifier: 7001771auction111035
2026-03-29 22:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1 with identifier: 7001771auction111035
2026-03-29 22:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1 with identifier: 7001771auction111035 to the API
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001771>
{'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': '4c65cf78-0414-56bb-9f1b-d75fbf6ce4c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001771',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Audi',
'model': 'A6 Allroad',
'odometer': 84097,
'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': 'Audi A6 Allroad quattro (4AH)(06.2019->) DE - Kb5 45 3.0 TDI EU6d, '
'(EURO 6d), 2020 - 2023',
'transmission': 'automatic',
'trim': 'quattro (4AH)(06.2019->) DE - Kb5 45 3.0 TDI EU6d, (EURO 6d), 2020 - '
'2023',
'vin': None,
'year': 2023}
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:01 [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 22:04:01 [ecarstrade.de] INFO: Saving data for 7001771auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616899.088919, 'last_price_update_time': 1774821841.944821}
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001771auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001769> (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 22:04:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:02 [ecarstrade.de] INFO: Extracting details for car 7001769auction111035
2026-03-29 22:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c069b8-764f-5ad4-8aee-db5d53842f2b with identifier: 7001769auction111035
2026-03-29 22:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c069b8-764f-5ad4-8aee-db5d53842f2b with scrape type 2
2026-03-29 22:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87c069b8-764f-5ad4-8aee-db5d53842f2b with scrape type 2
2026-03-29 22:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 87c069b8-764f-5ad4-8aee-db5d53842f2b, identifier: 7001769auction111035
2026-03-29 22:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 87c069b8-764f-5ad4-8aee-db5d53842f2b with identifier: 7001769auction111035
2026-03-29 22:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 87c069b8-764f-5ad4-8aee-db5d53842f2b with identifier: 7001769auction111035
2026-03-29 22:04:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 87c069b8-764f-5ad4-8aee-db5d53842f2b with identifier: 7001769auction111035 to the API
2026-03-29 22:04:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001769>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '87c069b8-764f-5ad4-8aee-db5d53842f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001769',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Maserati',
'model': 'Levante',
'odometer': 51318,
'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': 'Maserati Levante (M161)(04.2016->), 3.0 V6, Modena, 2022 - 2023',
'transmission': 'automatic',
'trim': '(M161)(04.2016->), 3.0 V6, Modena, 2022 - 2023',
'vin': None,
'year': 2023}
2026-03-29 22:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:02 [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 22:04:02 [ecarstrade.de] INFO: Saving data for 7001769auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616999.355461, 'last_price_update_time': 1774821842.702307}
2026-03-29 22:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001769auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001768> (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 22:04:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:02 [ecarstrade.de] INFO: Extracting details for car 7001768auction111035
2026-03-29 22:04:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c42b9e27-b237-531c-8757-d648698c7f0a with identifier: 7001768auction111035
2026-03-29 22:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c42b9e27-b237-531c-8757-d648698c7f0a with scrape type 2
2026-03-29 22:04:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c42b9e27-b237-531c-8757-d648698c7f0a with scrape type 2
2026-03-29 22:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c42b9e27-b237-531c-8757-d648698c7f0a, identifier: 7001768auction111035
2026-03-29 22:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c42b9e27-b237-531c-8757-d648698c7f0a with identifier: 7001768auction111035
2026-03-29 22:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c42b9e27-b237-531c-8757-d648698c7f0a with identifier: 7001768auction111035
2026-03-29 22:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c42b9e27-b237-531c-8757-d648698c7f0a with identifier: 7001768auction111035 to the API
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:03 [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 22:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001768>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'c42b9e27-b237-531c-8757-d648698c7f0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001768',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 39783,
'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': 'Ford Ranger (TKE)(2011->) DE - PickupDK4 2.0 TDCi Panther EU6d-T, '
'Wildtrack 4x4 Doppelkabine (EURO 6d-TEMP',
'transmission': 'automatic',
'trim': '(TKE)(2011->) DE - PickupDK4 2.0 TDCi Panther EU6d-T, Wildtrack 4x4 '
'Doppelkabine (EURO 6d-TEMP',
'vin': None,
'year': 2022}
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:03 [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 22:04:03 [ecarstrade.de] INFO: Saving data for 7001768auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616923.25444, 'last_price_update_time': 1774821843.229335}
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001768auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001766> (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 22:04: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 22:04:05 [ecarstrade.de] INFO: Extracting details for car 7001766auction111035
2026-03-29 22:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1458f4a-5c63-5686-ad56-eba3c7e3164e with identifier: 7001766auction111035
2026-03-29 22:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1458f4a-5c63-5686-ad56-eba3c7e3164e with scrape type 2
2026-03-29 22:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1458f4a-5c63-5686-ad56-eba3c7e3164e with scrape type 2
2026-03-29 22:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d1458f4a-5c63-5686-ad56-eba3c7e3164e, identifier: 7001766auction111035
2026-03-29 22:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d1458f4a-5c63-5686-ad56-eba3c7e3164e with identifier: 7001766auction111035
2026-03-29 22:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d1458f4a-5c63-5686-ad56-eba3c7e3164e with identifier: 7001766auction111035
2026-03-29 22:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d1458f4a-5c63-5686-ad56-eba3c7e3164e with identifier: 7001766auction111035 to the API
2026-03-29 22:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001766>
{'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': 'd1458f4a-5c63-5686-ad56-eba3c7e3164e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001766',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mazda',
'model': 'MX-30',
'odometer': 39826,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Mazda MX-30 (DR)(05.2020->) DE - SUV5 e-SKYACTIV, 2020 - 2022',
'transmission': 'automatic',
'trim': '(DR)(05.2020->) DE - SUV5 e-SKYACTIV, 2020 - 2022',
'vin': None,
'year': 2021}
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [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 22:04:06 [ecarstrade.de] INFO: Saving data for 7001766auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616900.420801, 'last_price_update_time': 1774821846.116688}
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001766auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001764> (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 22:04:06 [scrapy.extensions.logstats] INFO: Crawled 161 pages (at 60 pages/min), scraped 148 items (at 58 items/min)
2026-03-29 22:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 278MiB
2026-03-29 22:04:06 [ecarstrade.de] INFO: Extracting details for car 7001764auction111035
2026-03-29 22:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b014401a-c7aa-5758-90b0-8b1898ad525f with identifier: 7001764auction111035
2026-03-29 22:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b014401a-c7aa-5758-90b0-8b1898ad525f with scrape type 2
2026-03-29 22:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b014401a-c7aa-5758-90b0-8b1898ad525f with scrape type 2
2026-03-29 22:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b014401a-c7aa-5758-90b0-8b1898ad525f, identifier: 7001764auction111035
2026-03-29 22:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b014401a-c7aa-5758-90b0-8b1898ad525f with identifier: 7001764auction111035
2026-03-29 22:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b014401a-c7aa-5758-90b0-8b1898ad525f with identifier: 7001764auction111035
2026-03-29 22:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b014401a-c7aa-5758-90b0-8b1898ad525f with identifier: 7001764auction111035 to the API
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001764>
{'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': 'b014401a-c7aa-5758-90b0-8b1898ad525f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001764',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 28383,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'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 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [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 22:04:06 [ecarstrade.de] INFO: Saving data for 7001764auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616812.582148, 'last_price_update_time': 1774821846.979297}
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001764auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001761> (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 22:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001763> (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 22:04:07 [ecarstrade.de] INFO: Extracting details for car 7001761auction111035
2026-03-29 22:04:07 [ecarstrade.de] INFO: Extracting details for car 7001763auction111035
2026-03-29 22:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 553c9ef8-fd6c-52d9-b870-b3fe8081d699 with identifier: 7001761auction111035
2026-03-29 22:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 553c9ef8-fd6c-52d9-b870-b3fe8081d699 with scrape type 2
2026-03-29 22:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 553c9ef8-fd6c-52d9-b870-b3fe8081d699 with scrape type 2
2026-03-29 22:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 553c9ef8-fd6c-52d9-b870-b3fe8081d699, identifier: 7001761auction111035
2026-03-29 22:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 553c9ef8-fd6c-52d9-b870-b3fe8081d699 with identifier: 7001761auction111035
2026-03-29 22:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 553c9ef8-fd6c-52d9-b870-b3fe8081d699 with identifier: 7001761auction111035
2026-03-29 22:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 553c9ef8-fd6c-52d9-b870-b3fe8081d699 with identifier: 7001761auction111035 to the API
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001761>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '553c9ef8-fd6c-52d9-b870-b3fe8081d699',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001761',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 28665,
'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': 'Opel Mokka (2020->) DE - SUV5 1.2 Turbo EU6e, Elegance (EURO 6e), '
'2022 - 2024',
'transmission': 'automatic',
'trim': '(2020->) DE - SUV5 1.2 Turbo EU6e, Elegance (EURO 6e), 2022 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:07 [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 22:04:07 [ecarstrade.de] INFO: Saving data for 7001761auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616816.850209, 'last_price_update_time': 1774821847.593865}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001761auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:07 [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 22:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a3b73b2-1a0a-5061-9518-df59a54b5aa9 with identifier: 7001763auction111035
2026-03-29 22:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a3b73b2-1a0a-5061-9518-df59a54b5aa9 with scrape type 2
2026-03-29 22:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a3b73b2-1a0a-5061-9518-df59a54b5aa9 with scrape type 2
2026-03-29 22:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8a3b73b2-1a0a-5061-9518-df59a54b5aa9, identifier: 7001763auction111035
2026-03-29 22:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8a3b73b2-1a0a-5061-9518-df59a54b5aa9 with identifier: 7001763auction111035
2026-03-29 22:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8a3b73b2-1a0a-5061-9518-df59a54b5aa9 with identifier: 7001763auction111035
2026-03-29 22:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8a3b73b2-1a0a-5061-9518-df59a54b5aa9 with identifier: 7001763auction111035 to the API
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001763>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '8a3b73b2-1a0a-5061-9518-df59a54b5aa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001763',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 31316,
'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 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:07 [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 22:04:07 [ecarstrade.de] INFO: Saving data for 7001763auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616813.678128, 'last_price_update_time': 1774821847.990228}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001763auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001792auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001792auction111035: 2
2026-03-29 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001794auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001794auction111035: 2
2026-03-29 22:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001705> (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 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001795auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001795auction111035: 2
2026-03-29 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001796auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001796auction111035: 2
2026-03-29 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001798auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001798auction111035: 2
2026-03-29 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001799auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001799auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001800auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001800auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001801auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001801auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Extracting details for car 7001705auction111035
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001803auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001803auction111035: 2
2026-03-29 22:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c392644e-f1a0-5fad-ad16-f67a31f6cddd with identifier: 7001705auction111035
2026-03-29 22:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c392644e-f1a0-5fad-ad16-f67a31f6cddd with scrape type 2
2026-03-29 22:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c392644e-f1a0-5fad-ad16-f67a31f6cddd with scrape type 2
2026-03-29 22:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c392644e-f1a0-5fad-ad16-f67a31f6cddd, identifier: 7001705auction111035
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001804auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001804auction111035: 2
2026-03-29 22:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c392644e-f1a0-5fad-ad16-f67a31f6cddd with identifier: 7001705auction111035
2026-03-29 22:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c392644e-f1a0-5fad-ad16-f67a31f6cddd with identifier: 7001705auction111035
2026-03-29 22:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c392644e-f1a0-5fad-ad16-f67a31f6cddd with identifier: 7001705auction111035 to the API
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001705>
{'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': 'c392644e-f1a0-5fad-ad16-f67a31f6cddd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001705',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 52313,
'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': 'Volvo XC40 (2017->) DE - SUV5 B4 AWD EU6d, Ultimate Dark (EURO 6d), '
'(Facelift) 2022 - 2022',
'transmission': 'automatic',
'trim': '(2017->) DE - SUV5 B4 AWD EU6d, Ultimate Dark (EURO 6d), (Facelift) '
'2022 - 2022',
'vin': None,
'year': 2023}
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Saving data for 7001705auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616836.056169, 'last_price_update_time': 1774821848.670191}
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001705auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001805auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001805auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001806auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001806auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001811auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001811auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001812auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001812auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001814auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001814auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001815auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001815auction111035: 2
2026-03-29 22:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001696> (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 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001816auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001816auction111035: 2
2026-03-29 22:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001817auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001817auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001818auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001818auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Found listing with ID: 7001821auction111035
2026-03-29 22:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:08 [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 22:04:08 [ecarstrade.de] INFO: Scrape type for 7001821auction111035: 2
2026-03-29 22:04:08 [ecarstrade.de] INFO: Extracting details for car 7001696auction111035
2026-03-29 22:04:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f68e0a16-7d59-50ab-839c-69b0a43b17e1 with identifier: 7001696auction111035
2026-03-29 22:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f68e0a16-7d59-50ab-839c-69b0a43b17e1 with scrape type 2
2026-03-29 22:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f68e0a16-7d59-50ab-839c-69b0a43b17e1 with scrape type 2
2026-03-29 22:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f68e0a16-7d59-50ab-839c-69b0a43b17e1, identifier: 7001696auction111035
2026-03-29 22:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f68e0a16-7d59-50ab-839c-69b0a43b17e1 with identifier: 7001696auction111035
2026-03-29 22:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f68e0a16-7d59-50ab-839c-69b0a43b17e1 with identifier: 7001696auction111035
2026-03-29 22:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f68e0a16-7d59-50ab-839c-69b0a43b17e1 with identifier: 7001696auction111035 to the API
2026-03-29 22:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001696>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'f68e0a16-7d59-50ab-839c-69b0a43b17e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001696',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 155743,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen T6.1 Transporter Kasten (SH)(07.2019->2024) DE - Ka4 2.0 '
'TDI 4Motion EU6d-T, Kasten (EURO 6d-TEMP), 2019 - 2021',
'transmission': 'manual',
'trim': 'T6.1 Transporter Kasten (SH)(07.2019->2024) DE - Ka4 2.0 TDI 4Motion '
'EU6d-T, Kasten (EURO 6d-TEMP), 2019 - 2021',
'vin': None,
'year': 2020}
2026-03-29 22:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:09 [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 22:04:09 [ecarstrade.de] INFO: Saving data for 7001696auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616834.198771, 'last_price_update_time': 1774821849.309386}
2026-03-29 22:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001696auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001689> (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 22:04: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 22:04:09 [ecarstrade.de] INFO: Extracting details for car 7001689auction111035
2026-03-29 22:04:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c25f1b8-76ab-57b1-9c2b-71e74c69a197 with identifier: 7001689auction111035
2026-03-29 22:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c25f1b8-76ab-57b1-9c2b-71e74c69a197 with scrape type 2
2026-03-29 22:04:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c25f1b8-76ab-57b1-9c2b-71e74c69a197 with scrape type 2
2026-03-29 22:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5c25f1b8-76ab-57b1-9c2b-71e74c69a197, identifier: 7001689auction111035
2026-03-29 22:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5c25f1b8-76ab-57b1-9c2b-71e74c69a197 with identifier: 7001689auction111035
2026-03-29 22:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5c25f1b8-76ab-57b1-9c2b-71e74c69a197 with identifier: 7001689auction111035
2026-03-29 22:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5c25f1b8-76ab-57b1-9c2b-71e74c69a197 with identifier: 7001689auction111035 to the API
2026-03-29 22:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001689>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Electric',
'id': '5c25f1b8-76ab-57b1-9c2b-71e74c69a197',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001689',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Audi',
'model': 'RS e-tron GT',
'odometer': 17222,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'Audi e-tron GT RS (F83)(02.2021->) DE - LimS4 quattro, basis, 2021 '
'- 2024',
'transmission': 'automatic',
'trim': 'e-tron GT RS (F83)(02.2021->) DE - LimS4 quattro, basis, 2021 - 2024',
'vin': None,
'year': 2024}
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:10 [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 22:04:10 [ecarstrade.de] INFO: Saving data for 7001689auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616834.838374, 'last_price_update_time': 1774821850.689936}
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001689auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:14 [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 22:04: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 22:04:14 [ecarstrade.de] INFO: Found 1 car items
2026-03-29 22:04:14 [ecarstrade.de] INFO: Found listing with ID: 7001822auction111035
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:14 [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 22:04:14 [ecarstrade.de] INFO: Scrape type for 7001822auction111035: 2
2026-03-29 22:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001792> (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 22:04: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 22:04:14 [ecarstrade.de] INFO: Extracting details for car 7001792auction111035
2026-03-29 22:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48a0a493-cdae-5c4c-864d-183507397d97 with identifier: 7001792auction111035
2026-03-29 22:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48a0a493-cdae-5c4c-864d-183507397d97 with scrape type 2
2026-03-29 22:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48a0a493-cdae-5c4c-864d-183507397d97 with scrape type 2
2026-03-29 22:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 48a0a493-cdae-5c4c-864d-183507397d97, identifier: 7001792auction111035
2026-03-29 22:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 48a0a493-cdae-5c4c-864d-183507397d97 with identifier: 7001792auction111035
2026-03-29 22:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 48a0a493-cdae-5c4c-864d-183507397d97 with identifier: 7001792auction111035
2026-03-29 22:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 48a0a493-cdae-5c4c-864d-183507397d97 with identifier: 7001792auction111035 to the API
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001792>
{'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': '48a0a493-cdae-5c4c-864d-183507397d97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001792',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 21257,
'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': 'Seat Tarraco (KN2)(10.2018->) DE - SUV5 2.0 TDI EU6d, FR (EURO 6d), '
'2020 - 2024',
'transmission': 'automatic',
'trim': '(KN2)(10.2018->) DE - SUV5 2.0 TDI EU6d, FR (EURO 6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:15 [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 22:04:15 [ecarstrade.de] INFO: Saving data for 7001792auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616898.144023, 'last_price_update_time': 1774821855.293131}
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001792auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001795> (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 22:04: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 22:04:15 [ecarstrade.de] INFO: Extracting details for car 7001795auction111035
2026-03-29 22:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22049022-a240-5bc2-aec2-c2a6d262c31c with identifier: 7001795auction111035
2026-03-29 22:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22049022-a240-5bc2-aec2-c2a6d262c31c with scrape type 2
2026-03-29 22:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22049022-a240-5bc2-aec2-c2a6d262c31c with scrape type 2
2026-03-29 22:04:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 22049022-a240-5bc2-aec2-c2a6d262c31c, identifier: 7001795auction111035
2026-03-29 22:04:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 22049022-a240-5bc2-aec2-c2a6d262c31c with identifier: 7001795auction111035
2026-03-29 22:04:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 22049022-a240-5bc2-aec2-c2a6d262c31c with identifier: 7001795auction111035
2026-03-29 22:04:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 22049022-a240-5bc2-aec2-c2a6d262c31c with identifier: 7001795auction111035 to the API
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001795>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': '22049022-a240-5bc2-aec2-c2a6d262c31c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001795',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 7,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Cupra Formentor (KMP)(05.2024->) DE - SUV5 2.0 TSI EU6e, VZ, '
'(Facelift) 2024 - 2026',
'transmission': 'automatic',
'trim': '(KMP)(05.2024->) DE - SUV5 2.0 TSI EU6e, VZ, (Facelift) 2024 - 2026',
'vin': None,
'year': 2025}
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:15 [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 22:04:15 [ecarstrade.de] INFO: Saving data for 7001795auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616903.607565, 'last_price_update_time': 1774821855.853134}
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001795auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001798> (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 22:04: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 22:04:15 [ecarstrade.de] INFO: Extracting details for car 7001798auction111035
2026-03-29 22:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b727a084-a490-5392-9342-52b654cce483 with identifier: 7001798auction111035
2026-03-29 22:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b727a084-a490-5392-9342-52b654cce483 with scrape type 2
2026-03-29 22:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b727a084-a490-5392-9342-52b654cce483 with scrape type 2
2026-03-29 22:04:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b727a084-a490-5392-9342-52b654cce483, identifier: 7001798auction111035
2026-03-29 22:04:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b727a084-a490-5392-9342-52b654cce483 with identifier: 7001798auction111035
2026-03-29 22:04:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b727a084-a490-5392-9342-52b654cce483 with identifier: 7001798auction111035
2026-03-29 22:04:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b727a084-a490-5392-9342-52b654cce483 with identifier: 7001798auction111035 to the API
2026-03-29 22:04:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001798>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': 'b727a084-a490-5392-9342-52b654cce483',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001798',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 70551,
'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': 'Peugeot Boxer Kasten Hochraum (2014->) DE - HKa4 333 2.2 BlueHDi '
'FAP EU6d, Pro L2H2 3,3t Stop&Start (EU6d), 2020 - 2022',
'transmission': 'manual',
'trim': 'Kasten Hochraum (2014->) DE - HKa4 333 2.2 BlueHDi FAP EU6d, Pro '
'L2H2 3,3t Stop&Start (EU6d), 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:16 [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 22:04:16 [ecarstrade.de] INFO: Saving data for 7001798auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617000.116169, 'last_price_update_time': 1774821856.413389}
2026-03-29 22:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001798auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001799> (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 22:04:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:18 [ecarstrade.de] INFO: Extracting details for car 7001799auction111035
2026-03-29 22:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b7dc99e-715e-529a-97de-e92931194136 with identifier: 7001799auction111035
2026-03-29 22:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b7dc99e-715e-529a-97de-e92931194136 with scrape type 2
2026-03-29 22:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b7dc99e-715e-529a-97de-e92931194136 with scrape type 2
2026-03-29 22:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1b7dc99e-715e-529a-97de-e92931194136, identifier: 7001799auction111035
2026-03-29 22:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1b7dc99e-715e-529a-97de-e92931194136 with identifier: 7001799auction111035
2026-03-29 22:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1b7dc99e-715e-529a-97de-e92931194136 with identifier: 7001799auction111035
2026-03-29 22:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1b7dc99e-715e-529a-97de-e92931194136 with identifier: 7001799auction111035 to the API
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:18 [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 22:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001799>
{'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': '1b7dc99e-715e-529a-97de-e92931194136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001799',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 28826,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-02',
'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 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:18 [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 22:04:18 [ecarstrade.de] INFO: Saving data for 7001799auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616974.424424, 'last_price_update_time': 1774821858.556406}
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001799auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001800> (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 22:04:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:21 [ecarstrade.de] INFO: Extracting details for car 7001800auction111035
2026-03-29 22:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdb8f5af-a209-53f8-8b4c-0191a59daa78 with identifier: 7001800auction111035
2026-03-29 22:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdb8f5af-a209-53f8-8b4c-0191a59daa78 with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdb8f5af-a209-53f8-8b4c-0191a59daa78 with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fdb8f5af-a209-53f8-8b4c-0191a59daa78, identifier: 7001800auction111035
2026-03-29 22:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fdb8f5af-a209-53f8-8b4c-0191a59daa78 with identifier: 7001800auction111035
2026-03-29 22:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fdb8f5af-a209-53f8-8b4c-0191a59daa78 with identifier: 7001800auction111035
2026-03-29 22:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fdb8f5af-a209-53f8-8b4c-0191a59daa78 with identifier: 7001800auction111035 to the API
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:21 [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 22:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001800>
{'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': 'fdb8f5af-a209-53f8-8b4c-0191a59daa78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001800',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 36623,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-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': 2025}
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:21 [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 22:04:21 [ecarstrade.de] INFO: Saving data for 7001800auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616975.13045, 'last_price_update_time': 1774821861.583688}
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001800auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001803> (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 22:04:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:21 [ecarstrade.de] INFO: Extracting details for car 7001803auction111035
2026-03-29 22:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e199fd-941d-5bd2-9f30-af79428743d5 with identifier: 7001803auction111035
2026-03-29 22:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e199fd-941d-5bd2-9f30-af79428743d5 with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e199fd-941d-5bd2-9f30-af79428743d5 with scrape type 2
2026-03-29 22:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 97e199fd-941d-5bd2-9f30-af79428743d5, identifier: 7001803auction111035
2026-03-29 22:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 97e199fd-941d-5bd2-9f30-af79428743d5 with identifier: 7001803auction111035
2026-03-29 22:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 97e199fd-941d-5bd2-9f30-af79428743d5 with identifier: 7001803auction111035
2026-03-29 22:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 97e199fd-941d-5bd2-9f30-af79428743d5 with identifier: 7001803auction111035 to the API
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001803>
{'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': '97e199fd-941d-5bd2-9f30-af79428743d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001803',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 64939,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Renault Megane E-Tech Electric (02.2022->) DE - LimS5 EV60 220HP, '
'Techno (Batt. 60 kWh) optimum charge, 2022 - 2024',
'transmission': 'automatic',
'trim': 'Megane E-Tech Electric (02.2022->) DE - LimS5 EV60 220HP, Techno '
'(Batt. 60 kWh) optimum charge, 2022 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:22 [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 22:04:22 [ecarstrade.de] INFO: Saving data for 7001803auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616976.105251, 'last_price_update_time': 1774821862.275951}
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001803auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001801> (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 22:04: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 22:04:22 [ecarstrade.de] INFO: Extracting details for car 7001801auction111035
2026-03-29 22:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b223d441-4339-5278-a782-f5d11d705fab with identifier: 7001801auction111035
2026-03-29 22:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b223d441-4339-5278-a782-f5d11d705fab with scrape type 2
2026-03-29 22:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b223d441-4339-5278-a782-f5d11d705fab with scrape type 2
2026-03-29 22:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b223d441-4339-5278-a782-f5d11d705fab, identifier: 7001801auction111035
2026-03-29 22:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b223d441-4339-5278-a782-f5d11d705fab with identifier: 7001801auction111035
2026-03-29 22:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b223d441-4339-5278-a782-f5d11d705fab with identifier: 7001801auction111035
2026-03-29 22:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b223d441-4339-5278-a782-f5d11d705fab with identifier: 7001801auction111035 to the API
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:23 [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 22:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001801>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'b223d441-4339-5278-a782-f5d11d705fab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001801',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 58502,
'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': 'Opel Combo Life E (2018->) DE - Van5 1.2 Turbo EU6d, Elegance (EURO '
'6d), 2020 - 2022',
'transmission': 'automatic',
'trim': 'E (2018->) DE - Van5 1.2 Turbo EU6d, Elegance (EURO 6d), 2020 - 2022',
'vin': None,
'year': 2023}
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:23 [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 22:04:23 [ecarstrade.de] INFO: Saving data for 7001801auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616973.866208, 'last_price_update_time': 1774821863.198864}
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001801auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001804> (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 22:04: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 22:04:23 [ecarstrade.de] INFO: Extracting details for car 7001804auction111035
2026-03-29 22:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8288704c-fe32-5eb3-aa1f-d407ba66be27 with identifier: 7001804auction111035
2026-03-29 22:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8288704c-fe32-5eb3-aa1f-d407ba66be27 with scrape type 2
2026-03-29 22:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8288704c-fe32-5eb3-aa1f-d407ba66be27 with scrape type 2
2026-03-29 22:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8288704c-fe32-5eb3-aa1f-d407ba66be27, identifier: 7001804auction111035
2026-03-29 22:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8288704c-fe32-5eb3-aa1f-d407ba66be27 with identifier: 7001804auction111035
2026-03-29 22:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8288704c-fe32-5eb3-aa1f-d407ba66be27 with identifier: 7001804auction111035
2026-03-29 22:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8288704c-fe32-5eb3-aa1f-d407ba66be27 with identifier: 7001804auction111035 to the API
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:23 [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 22:04:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001804>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '8288704c-fe32-5eb3-aa1f-d407ba66be27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001804',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Renault',
'model': 'Megane',
'odometer': 36140,
'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': 'Renault Megane IV Lim. 5-trg. (12.2015->) DE - LimS5 1.3 TCe 140 '
'EU6d, Intens GPF (EURO 6d), (Facelift) 2020 - 2022',
'transmission': 'automatic',
'trim': 'IV Lim. 5-trg. (12.2015->) DE - LimS5 1.3 TCe 140 EU6d, Intens GPF '
'(EURO 6d), (Facelift) 2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:23 [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 22:04:23 [ecarstrade.de] INFO: Saving data for 7001804auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616972.127136, 'last_price_update_time': 1774821863.70803}
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001804auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001681> (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 22:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:24 [ecarstrade.de] INFO: Extracting details for car 7001681auction111035
2026-03-29 22:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46d9dd35-d9e3-56ef-955f-d099cfa73069 with identifier: 7001681auction111035
2026-03-29 22:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46d9dd35-d9e3-56ef-955f-d099cfa73069 with scrape type 2
2026-03-29 22:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46d9dd35-d9e3-56ef-955f-d099cfa73069 with scrape type 2
2026-03-29 22:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 46d9dd35-d9e3-56ef-955f-d099cfa73069, identifier: 7001681auction111035
2026-03-29 22:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 46d9dd35-d9e3-56ef-955f-d099cfa73069 with identifier: 7001681auction111035
2026-03-29 22:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 46d9dd35-d9e3-56ef-955f-d099cfa73069 with identifier: 7001681auction111035
2026-03-29 22:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 46d9dd35-d9e3-56ef-955f-d099cfa73069 with identifier: 7001681auction111035 to the API
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:25 [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 22:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001681>
{'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': '46d9dd35-d9e3-56ef-955f-d099cfa73069',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001681',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 41768,
'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 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:25 [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 22:04:25 [ecarstrade.de] INFO: Saving data for 7001681auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616837.156635, 'last_price_update_time': 1774821865.277939}
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001681auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001805> (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 22:04:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:25 [ecarstrade.de] INFO: Extracting details for car 7001805auction111035
2026-03-29 22:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2 with identifier: 7001805auction111035
2026-03-29 22:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2 with scrape type 2
2026-03-29 22:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2 with scrape type 2
2026-03-29 22:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2, identifier: 7001805auction111035
2026-03-29 22:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2 with identifier: 7001805auction111035
2026-03-29 22:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2 with identifier: 7001805auction111035
2026-03-29 22:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6e5a7cd5-9d82-58f7-b73e-052cdaea87e2 with identifier: 7001805auction111035 to the API
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:25 [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 22:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001805>
{'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': 'Hybrid (petrol / electric)',
'id': '6e5a7cd5-9d82-58f7-b73e-052cdaea87e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001805',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 17450,
'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': 'Nissan Qashqai (J12)(03.2021->) DE - SUV5 1.5 VC-T e-Power EU6d, '
'N-Connecta e-Power (EURO 6d) - Unfallfahrzeug',
'transmission': 'automatic',
'trim': '(J12)(03.2021->) DE - SUV5 1.5 VC-T e-Power EU6d, N-Connecta e-Power '
'(EURO 6d) - Unfallfahrzeug',
'vin': None,
'year': 2025}
2026-03-29 22:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:26 [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 22:04:26 [ecarstrade.de] INFO: Saving data for 7001805auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617005.637421, 'last_price_update_time': 1774821866.038286}
2026-03-29 22:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001805auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001806> (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 22:04: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 22:04:27 [ecarstrade.de] INFO: Extracting details for car 7001806auction111035
2026-03-29 22:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa2aa0d3-0cdc-52b4-b674-ff4490cf6929 with identifier: 7001806auction111035
2026-03-29 22:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa2aa0d3-0cdc-52b4-b674-ff4490cf6929 with scrape type 2
2026-03-29 22:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa2aa0d3-0cdc-52b4-b674-ff4490cf6929 with scrape type 2
2026-03-29 22:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa2aa0d3-0cdc-52b4-b674-ff4490cf6929, identifier: 7001806auction111035
2026-03-29 22:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa2aa0d3-0cdc-52b4-b674-ff4490cf6929 with identifier: 7001806auction111035
2026-03-29 22:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa2aa0d3-0cdc-52b4-b674-ff4490cf6929 with identifier: 7001806auction111035
2026-03-29 22:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fa2aa0d3-0cdc-52b4-b674-ff4490cf6929 with identifier: 7001806auction111035 to the API
2026-03-29 22:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001806>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'fa2aa0d3-0cdc-52b4-b674-ff4490cf6929',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001806',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 49356,
'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': 'Ford Transit Connect (CHC)(2013->) DE - Ka.L3 1.0 EcoBoost EU6d, '
'220 (L2) S/S (EURO 6d), (Facelift) - unrepar. Transportschaden s. '
'KVA',
'transmission': 'manual',
'trim': '(CHC)(2013->) DE - Ka.L3 1.0 EcoBoost EU6d, 220 (L2) S/S (EURO 6d), '
'(Facelift) - unrepar. Transportschaden s. KVA',
'vin': None,
'year': 2021}
2026-03-29 22:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:27 [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 22:04:27 [ecarstrade.de] INFO: Saving data for 7001806auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617003.654427, 'last_price_update_time': 1774821867.600112}
2026-03-29 22:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001806auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001815> (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 22:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:29 [ecarstrade.de] INFO: Extracting details for car 7001815auction111035
2026-03-29 22:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dcceeae-17c8-5b4f-8f89-5a868aa2529f with identifier: 7001815auction111035
2026-03-29 22:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dcceeae-17c8-5b4f-8f89-5a868aa2529f with scrape type 2
2026-03-29 22:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9dcceeae-17c8-5b4f-8f89-5a868aa2529f with scrape type 2
2026-03-29 22:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9dcceeae-17c8-5b4f-8f89-5a868aa2529f, identifier: 7001815auction111035
2026-03-29 22:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9dcceeae-17c8-5b4f-8f89-5a868aa2529f with identifier: 7001815auction111035
2026-03-29 22:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9dcceeae-17c8-5b4f-8f89-5a868aa2529f with identifier: 7001815auction111035
2026-03-29 22:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9dcceeae-17c8-5b4f-8f89-5a868aa2529f with identifier: 7001815auction111035 to the API
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:30 [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 22:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001815>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Petrol',
'id': '9dcceeae-17c8-5b4f-8f89-5a868aa2529f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001815',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 21060,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Volkswagen Golf VIII Lim. (CD1)(12.2019->2024) DE - LimS5 2.0 TSI '
'EU6d, R 4Motion OPF (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': 'VIII Lim. (CD1)(12.2019->2024) DE - LimS5 2.0 TSI EU6d, R 4Motion '
'OPF (EURO 6d), 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [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 22:04:30 [ecarstrade.de] INFO: Saving data for 7001815auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616997.738018, 'last_price_update_time': 1774821870.272995}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001815auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001821> (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 22:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:30 [ecarstrade.de] INFO: Extracting details for car 7001821auction111035
2026-03-29 22:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b19871de-c293-58b8-958d-e9da9e95e045 with identifier: 7001821auction111035
2026-03-29 22:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b19871de-c293-58b8-958d-e9da9e95e045 with scrape type 2
2026-03-29 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b19871de-c293-58b8-958d-e9da9e95e045 with scrape type 2
2026-03-29 22:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b19871de-c293-58b8-958d-e9da9e95e045, identifier: 7001821auction111035
2026-03-29 22:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b19871de-c293-58b8-958d-e9da9e95e045 with identifier: 7001821auction111035
2026-03-29 22:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b19871de-c293-58b8-958d-e9da9e95e045 with identifier: 7001821auction111035
2026-03-29 22:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b19871de-c293-58b8-958d-e9da9e95e045 with identifier: 7001821auction111035 to the API
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:30 [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 22:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001821>
{'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': 'Hybrid (petrol / electric)',
'id': 'b19871de-c293-58b8-958d-e9da9e95e045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001821',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 19692,
'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': 'Volvo XC90 (09.2014->) DE - SUV5 B5 (Diesel) AWD EU6d, Inscription '
'Mild-Hybrid (EURO 6d), (Facelift) 20',
'transmission': 'automatic',
'trim': '(09.2014->) DE - SUV5 B5 (Diesel) AWD EU6d, Inscription Mild-Hybrid '
'(EURO 6d), (Facelift) 20',
'vin': None,
'year': 2022}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [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 22:04:30 [ecarstrade.de] INFO: Saving data for 7001821auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616995.832623, 'last_price_update_time': 1774821870.823549}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001821auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001818> (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 22:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:30 [ecarstrade.de] INFO: Extracting details for car 7001818auction111035
2026-03-29 22:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5b4bdea-1589-5fec-9d67-9a4a4d3245e6 with identifier: 7001818auction111035
2026-03-29 22:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5b4bdea-1589-5fec-9d67-9a4a4d3245e6 with scrape type 2
2026-03-29 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5b4bdea-1589-5fec-9d67-9a4a4d3245e6 with scrape type 2
2026-03-29 22:04:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c5b4bdea-1589-5fec-9d67-9a4a4d3245e6, identifier: 7001818auction111035
2026-03-29 22:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c5b4bdea-1589-5fec-9d67-9a4a4d3245e6 with identifier: 7001818auction111035
2026-03-29 22:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c5b4bdea-1589-5fec-9d67-9a4a4d3245e6 with identifier: 7001818auction111035
2026-03-29 22:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c5b4bdea-1589-5fec-9d67-9a4a4d3245e6 with identifier: 7001818auction111035 to the API
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:31 [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 22:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001818>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c5b4bdea-1589-5fec-9d67-9a4a4d3245e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001818',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Audi',
'model': 'A1',
'odometer': 13590,
'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': 'Audi A1 Sportback (GBA)(09.2018->) DE - LimS5 25 1.0 TFSI EU6d, S '
'line (EURO 6d), 2020 - 2024',
'transmission': 'manual',
'trim': 'Sportback (GBA)(09.2018->) DE - LimS5 25 1.0 TFSI EU6d, S line (EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2022}
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:31 [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 22:04:31 [ecarstrade.de] INFO: Saving data for 7001818auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616998.331606, 'last_price_update_time': 1774821871.721258}
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001818auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001822> (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 22:04: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 22:04:31 [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 22:04:31 [ecarstrade.de] INFO: Extracting details for car 7001822auction111035
2026-03-29 22:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4 with identifier: 7001822auction111035
2026-03-29 22:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4 with scrape type 2
2026-03-29 22:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4 with scrape type 2
2026-03-29 22:04:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4, identifier: 7001822auction111035
2026-03-29 22:04:31 [ecarstrade.de] INFO: No car items found on page 14
2026-03-29 22:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4 with identifier: 7001822auction111035
2026-03-29 22:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4 with identifier: 7001822auction111035
2026-03-29 22:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2e2f7cf6-55e8-5d51-a88c-a62d73944ea4 with identifier: 7001822auction111035 to the API
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:32 [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 22:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001822>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '2e2f7cf6-55e8-5d51-a88c-a62d73944ea4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001822',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 40512,
'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': 'Skoda Octavia Combi (NX5)(01.2020->) DE - Kb5 2.0 TSI EU6d, RS OPF '
'(EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': 'Combi (NX5)(01.2020->) DE - Kb5 2.0 TSI EU6d, RS OPF (EURO 6d), 2020 '
'- 2024',
'vin': None,
'year': 2022}
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:32 [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 22:04:32 [ecarstrade.de] INFO: Saving data for 7001822auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616978.716989, 'last_price_update_time': 1774821872.745293}
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001822auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001817> (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 22:04:34 [ecarstrade.de] INFO: Extracting details for car 7001817auction111035
2026-03-29 22:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 378f912c-04f6-5bef-b050-6d00225de775 with identifier: 7001817auction111035
2026-03-29 22:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 378f912c-04f6-5bef-b050-6d00225de775 with scrape type 2
2026-03-29 22:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 378f912c-04f6-5bef-b050-6d00225de775 with scrape type 2
2026-03-29 22:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 378f912c-04f6-5bef-b050-6d00225de775, identifier: 7001817auction111035
2026-03-29 22:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 378f912c-04f6-5bef-b050-6d00225de775 with identifier: 7001817auction111035
2026-03-29 22:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 378f912c-04f6-5bef-b050-6d00225de775 with identifier: 7001817auction111035
2026-03-29 22:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 378f912c-04f6-5bef-b050-6d00225de775 with identifier: 7001817auction111035 to the API
2026-03-29 22:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001817>
{'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': '378f912c-04f6-5bef-b050-6d00225de775',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001817',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 108475,
'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': 'Mercedes-Benz C T-Modell (BM 206)(03.2021->) DE - Kb5 C 220 d EU6d, '
'T (EURO 6d), 2021 - 2023',
'transmission': 'automatic',
'trim': '-Benz C T-Modell (BM 206)(03.2021->) DE - Kb5 d EU6d, T (EURO 6d), '
'2021 - 2023',
'vin': None,
'year': 2022}
2026-03-29 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:34 [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 22:04:34 [ecarstrade.de] INFO: Saving data for 7001817auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616996.279206, 'last_price_update_time': 1774821874.74335}
2026-03-29 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001817auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001816> (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 22:04:36 [ecarstrade.de] INFO: Extracting details for car 7001816auction111035
2026-03-29 22:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ad3dcb-93ca-582f-b0d6-15954d885cba with identifier: 7001816auction111035
2026-03-29 22:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ad3dcb-93ca-582f-b0d6-15954d885cba with scrape type 2
2026-03-29 22:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00ad3dcb-93ca-582f-b0d6-15954d885cba with scrape type 2
2026-03-29 22:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 00ad3dcb-93ca-582f-b0d6-15954d885cba, identifier: 7001816auction111035
2026-03-29 22:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 00ad3dcb-93ca-582f-b0d6-15954d885cba with identifier: 7001816auction111035
2026-03-29 22:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 00ad3dcb-93ca-582f-b0d6-15954d885cba with identifier: 7001816auction111035
2026-03-29 22:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 00ad3dcb-93ca-582f-b0d6-15954d885cba with identifier: 7001816auction111035 to the API
2026-03-29 22:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001816>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Diesel',
'id': '00ad3dcb-93ca-582f-b0d6-15954d885cba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001816',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': '320',
'odometer': 97468,
'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 3 Touring (G21N)(07.2022->) DE - Kb5 320 d Mild-Hybrid EU6d, '
'xDrive M Sport (EURO 6d), (Facelift) 2022 - 202',
'transmission': 'automatic',
'trim': '3 Touring (G21N)(07.2022->) DE - Kb5 d Mild-Hybrid EU6d, xDrive M '
'Sport (EURO 6d), (Facelift) 2022 - 202',
'vin': None,
'year': 2023}
2026-03-29 22:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:36 [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 22:04:36 [ecarstrade.de] INFO: Saving data for 7001816auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617003.283361, 'last_price_update_time': 1774821876.709634}
2026-03-29 22:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001816auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001814> (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 22:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001812> (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 22:04:37 [ecarstrade.de] INFO: Extracting details for car 7001814auction111035
2026-03-29 22:04:37 [ecarstrade.de] INFO: Extracting details for car 7001812auction111035
2026-03-29 22:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9268435-1f02-590a-a106-8aec1ae50544 with identifier: 7001814auction111035
2026-03-29 22:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9268435-1f02-590a-a106-8aec1ae50544 with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9268435-1f02-590a-a106-8aec1ae50544 with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f9268435-1f02-590a-a106-8aec1ae50544, identifier: 7001814auction111035
2026-03-29 22:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1840c1b1-82f9-58d2-b81f-36fd1e973dc0 with identifier: 7001812auction111035
2026-03-29 22:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1840c1b1-82f9-58d2-b81f-36fd1e973dc0 with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1840c1b1-82f9-58d2-b81f-36fd1e973dc0 with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1840c1b1-82f9-58d2-b81f-36fd1e973dc0, identifier: 7001812auction111035
2026-03-29 22:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f9268435-1f02-590a-a106-8aec1ae50544 with identifier: 7001814auction111035
2026-03-29 22:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f9268435-1f02-590a-a106-8aec1ae50544 with identifier: 7001814auction111035
2026-03-29 22:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f9268435-1f02-590a-a106-8aec1ae50544 with identifier: 7001814auction111035 to the API
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:38 [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 22:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001814>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': 'f9268435-1f02-590a-a106-8aec1ae50544',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001814',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'BMW',
'model': '120',
'odometer': 47247,
'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 1 Limousine (F40)(2019->) DE - LimS5 120 i EU6d, M Sport '
'(OPF)(EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': '1 Limousine (F40)(2019->) DE - LimS5 i EU6d, M Sport (OPF)(EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [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 22:04:38 [ecarstrade.de] INFO: Saving data for 7001814auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616998.824283, 'last_price_update_time': 1774821878.48695}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001814auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1840c1b1-82f9-58d2-b81f-36fd1e973dc0 with identifier: 7001812auction111035
2026-03-29 22:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1840c1b1-82f9-58d2-b81f-36fd1e973dc0 with identifier: 7001812auction111035
2026-03-29 22:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1840c1b1-82f9-58d2-b81f-36fd1e973dc0 with identifier: 7001812auction111035 to the API
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:38 [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 22:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001812>
{'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': '1840c1b1-82f9-58d2-b81f-36fd1e973dc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001812',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 38373,
'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': 'Volkswagen T-Roc (A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport '
'OPF (EURO 6d), 2020 - 2022',
'transmission': 'automatic',
'trim': '(A11)(09.2017->2021) DE - SUV5 1.5 TSI EU6d, Sport OPF (EURO 6d), '
'2020 - 2022',
'vin': None,
'year': 2022}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [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 22:04:38 [ecarstrade.de] INFO: Saving data for 7001812auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616997.207008, 'last_price_update_time': 1774821878.784547}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001812auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001811> (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 22:04:38 [ecarstrade.de] INFO: Extracting details for car 7001811auction111035
2026-03-29 22:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ad3e735-cff6-58b9-9551-ff7a55b6515e with identifier: 7001811auction111035
2026-03-29 22:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ad3e735-cff6-58b9-9551-ff7a55b6515e with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ad3e735-cff6-58b9-9551-ff7a55b6515e with scrape type 2
2026-03-29 22:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7ad3e735-cff6-58b9-9551-ff7a55b6515e, identifier: 7001811auction111035
2026-03-29 22:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7ad3e735-cff6-58b9-9551-ff7a55b6515e with identifier: 7001811auction111035
2026-03-29 22:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7ad3e735-cff6-58b9-9551-ff7a55b6515e with identifier: 7001811auction111035
2026-03-29 22:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7ad3e735-cff6-58b9-9551-ff7a55b6515e with identifier: 7001811auction111035 to the API
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:39 [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 22:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001811>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Petrol',
'id': '7ad3e735-cff6-58b9-9551-ff7a55b6515e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001811',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 24156,
'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': '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 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [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 22:04:39 [ecarstrade.de] INFO: Saving data for 7001811auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774617005.023101, 'last_price_update_time': 1774821879.324923}
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001811auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001794> (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 22:04:42 [ecarstrade.de] INFO: Extracting details for car 7001794auction111035
2026-03-29 22:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 569fc357-0af8-5a0c-9d99-35041c18c4d1 with identifier: 7001794auction111035
2026-03-29 22:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 569fc357-0af8-5a0c-9d99-35041c18c4d1 with scrape type 2
2026-03-29 22:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 569fc357-0af8-5a0c-9d99-35041c18c4d1 with scrape type 2
2026-03-29 22:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 569fc357-0af8-5a0c-9d99-35041c18c4d1, identifier: 7001794auction111035
2026-03-29 22:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 569fc357-0af8-5a0c-9d99-35041c18c4d1 with identifier: 7001794auction111035
2026-03-29 22:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 569fc357-0af8-5a0c-9d99-35041c18c4d1 with identifier: 7001794auction111035
2026-03-29 22:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 569fc357-0af8-5a0c-9d99-35041c18c4d1 with identifier: 7001794auction111035 to the API
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001794>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 'Diesel',
'id': '569fc357-0af8-5a0c-9d99-35041c18c4d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001794',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 29578,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes-Benz GLC Coupe (BM 254)(04.2023->) DE - SUV5 GLC 220 d '
'EU6e, AMG Line 4Matic (EURO 6e), 2024 - 2026',
'transmission': 'automatic',
'trim': '-Benz GLC Coupe (BM 254)(04.2023->) DE - SUV5 d EU6e, AMG Line '
'4Matic (EURO 6e), 2024 - 2026',
'vin': None,
'year': 2025}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:43 [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 22:04:43 [ecarstrade.de] INFO: Saving data for 7001794auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616904.104153, 'last_price_update_time': 1774821883.228625}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001794auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001796> (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 22:04:43 [ecarstrade.de] INFO: Extracting details for car 7001796auction111035
2026-03-29 22:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 780fee50-a020-5f34-b2ca-dd10181a3543 with identifier: 7001796auction111035
2026-03-29 22:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 780fee50-a020-5f34-b2ca-dd10181a3543 with scrape type 2
2026-03-29 22:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 780fee50-a020-5f34-b2ca-dd10181a3543 with scrape type 2
2026-03-29 22:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 780fee50-a020-5f34-b2ca-dd10181a3543, identifier: 7001796auction111035
2026-03-29 22:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 780fee50-a020-5f34-b2ca-dd10181a3543 with identifier: 7001796auction111035
2026-03-29 22:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 780fee50-a020-5f34-b2ca-dd10181a3543 with identifier: 7001796auction111035
2026-03-29 22:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 780fee50-a020-5f34-b2ca-dd10181a3543 with identifier: 7001796auction111035 to the API
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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 22:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001796>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:30Z',
'fuel_type': 'Diesel',
'id': '780fee50-a020-5f34-b2ca-dd10181a3543',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001796',
'listing': 'auction',
'location': 'Germany - "MC Germany"',
'make': 'Seat',
'model': 'Leon',
'odometer': 72784,
'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': 'Seat Leon Sportstourer (KL8)(03.2020->) DE - Kb5 2.0 TDI EU6d, '
'Style (EURO 6d), 2020 - 2024',
'transmission': 'automatic',
'trim': 'Sportstourer (KL8)(03.2020->) DE - Kb5 2.0 TDI EU6d, Style (EURO '
'6d), 2020 - 2024',
'vin': None,
'year': 2023}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:43 [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 22:04:43 [ecarstrade.de] INFO: Saving data for 7001796auction111035: {'auction_closing_time': 1774964430.0, 'created_time': 1774616973.096839, 'last_price_update_time': 1774821883.765498}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7001796auction111035') HTTP/1.1" 204 0
2026-03-29 22:04:43 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 22:04:43 [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>: 1, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:43 [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%201774389883 HTTP/1.1" 200 None
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990759auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990760auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990762auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990763auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990764auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990765auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990766auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990767auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990768auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990769auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990771auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990775auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990776auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990777auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990780auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990781auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990782auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990783auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990784auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990786auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990787auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990788auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990791auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990794auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990797auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990799auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990801auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990803auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990805auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990807auction110895') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995023auction110952') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995032auction110952') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995033auction110952') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995048auction110952') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995069auction110952') HTTP/1.1" 204 0
2026-03-29 22:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996825auction110976') HTTP/1.1" 204 0
2026-03-29 22:04:44 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (176 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-29T22_00_00.jl
2026-03-29 22:04:44 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 448185,
'downloader/request_count': 191,
'downloader/request_method_count/GET': 191,
'downloader/response_bytes': 80971942,
'downloader/response_count': 191,
'downloader/response_status_count/200': 191,
'elapsed_time_seconds': 277.758769,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 22, 4, 44, 257698, tzinfo=datetime.timezone.utc),
'item_scraped_count': 176,
'log_count/DEBUG': 2506,
'log_count/INFO': 2146,
'memusage/max': 292405248,
'memusage/startup': 148058112,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 177,
'playwright/request_count/method/GET': 154,
'playwright/request_count/method/POST': 23,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 16,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 87,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 13,
'playwright/response_count': 172,
'playwright/response_count/method/GET': 150,
'playwright/response_count/method/POST': 22,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 16,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 83,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 14,
'response_received_count': 191,
'scheduler/dequeued': 191,
'scheduler/dequeued/memory': 191,
'scheduler/enqueued': 191,
'scheduler/enqueued/memory': 191,
'scrape_type/price_update': 176,
'scrape_type/skipped': 65,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 190,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 7.918920548064144,
'scrapy-zyte-api/mean_response_seconds': 8.185666099376974,
'scrapy-zyte-api/processed': 190,
'scrapy-zyte-api/request_args/browserHtml': 190,
'scrapy-zyte-api/request_args/experimental.requestCookies': 190,
'scrapy-zyte-api/request_args/experimental.responseCookies': 190,
'scrapy-zyte-api/request_args/requestHeaders': 190,
'scrapy-zyte-api/request_args/sessionContext': 190,
'scrapy-zyte-api/request_args/url': 190,
'scrapy-zyte-api/status_codes/200': 190,
'scrapy-zyte-api/success': 190,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 29, 22, 0, 6, 498929, tzinfo=datetime.timezone.utc)}
2026-03-29 22:04:44 [scrapy.core.engine] INFO: Spider closed (finished)