2026-03-26 22:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 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-26 22:00:05 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-26 22:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 22:00:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 22:00:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 22:00:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 22:00:05 [scrapy.extensions.telnet] INFO: Telnet Password: f2f352b165787bbd
2026-03-26 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-26 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-26T22_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-26 22:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 22:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 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-26 22:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 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-26 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-26 22:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 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 2107
2026-03-26 22:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 22:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-26 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-26 22:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 22:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 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-26 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-26 22:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-26 22:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 22:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 22:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-26 22:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 22:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 22:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-26 22:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-26 22:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-26 22:00:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-26 22:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-26 22:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-26 22:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-26 22:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:15 [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-26 22:00:15 [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-26 22:00:15 [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-26 22:00:15 [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-26 22:00:15 [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-26 22:00:15 [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-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 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-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-26 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-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-26 22:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2075846687&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=496062778&gjid=1377213870&cid=1591576065.1774562417&tid=UA-73443533-1&_gid=1642787494.1774562417&_r=1&_slc=1&z=1618634777> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=2075846687&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=496062778&gjid=1377213870&cid=1591576065.1774562417&tid=UA-73443533-1&_gid=1642787494.1774562417&_r=1&_slc=1&z=1618634777>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:17 [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-26 22:00:17 [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-26 22:00:17 [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-26 22:00:17 [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-26 22:00:17 [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-26 22:00:17 [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-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6784515/photo_032/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938469~117484252&sid=1774562417&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=4551> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1591576065.1774562417>m=45je63p1h2v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [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=1591576065.1774562417>m=45je63p1h2v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252&z=1508711155> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938465~115938469~117484252&sid=1774562417&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=1774560528&ep.url=%2Fsearch&ep.eventName=search&_et=4&tfd=4786> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p0v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774562417794&tfd=4816> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6784515/photo_032/260x0__r.jpg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938465~115938469~117484252&sid=1774562417&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&_ee=1&tfd=4551>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1591576065.1774562417>m=45je63p1h2v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562419121&cv=11&fst=1774562419121&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562419144&tfd=6166> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115938465~115938469~117484252&sid=1774562417&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=1774560528&ep.url=%2Fsearch&ep.eventName=search&_et=4&tfd=4786>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-26 22:00:19 [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=1591576065.1774562417>m=45je63p1h2v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938465~115938469~117484252&z=1508711155>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774562100000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562419121&cv=11&fst=1774562419121&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774562419121&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9fYgdOx-MPXDT9uqa5-O0LfAClx1Ljc6qX9S4BNdzg5rQWHSu3hM4evWqtW-ZAmqNAGBZVVGKcfG4n_VF4um4rxHjm0HH3IpedAEb&random=133819864&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562419121&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9fYgdOx-MPXDT9uqa5-O0LfAClx1Ljc6qX9S4BNdzg5rQWHSu3hM4evWqtW-ZAmqNAGBZVVGKcfG4n_VF4um4rxHjm0HH3IpedAEb&random=133819864&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562419121&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9fYgdOx-MPXDT9uqa5-O0LfAClx1Ljc6qX9S4BNdzg5rQWHSu3hM4evWqtW-ZAmqNAGBZVVGKcfG4n_VF4um4rxHjm0HH3IpedAEb&random=133819864&rmt_tld=1&ipr=y>
2026-03-26 22:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774562100000/5441429.js>
2026-03-26 22:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-26 22:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-26 22:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-26 22:00:21 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p0v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774562417794&tfd=4816>
2026-03-26 22:00:21 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562419144&tfd=6166>
2026-03-26 22:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://b.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-26 22:00:21 [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=1d982dee00664b1aa5f5a733ebb9571e&traceId=1d982dee00664b1aa5f5a733ebb9571e> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://b.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774562419121&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9fYgdOx-MPXDT9uqa5-O0LfAClx1Ljc6qX9S4BNdzg5rQWHSu3hM4evWqtW-ZAmqNAGBZVVGKcfG4n_VF4um4rxHjm0HH3IpedAEb&random=133819864&rmt_tld=0&ipr=y>
2026-03-26 22:00:22 [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=1774562422172&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [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-26 22:00:22 [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-26 22:00:22 [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-26 22:00:22 [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-26 22:00:22 [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=1d982dee00664b1aa5f5a733ebb9571e&traceId=1d982dee00664b1aa5f5a733ebb9571e>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-26 22:00:22 [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-26 22:00:22 [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-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-26 22:00:22 [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=1774562422615&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&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=1774562422172&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256z8811692034za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=3&tag_exp=0~115938465~115938469~117484252&sid=1774562417&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=198&tfd=9794> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [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=1774562422842&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [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=1774562422615&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256z8811692034za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=3&tag_exp=0~115938465~115938469~117484252&sid=1774562417&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=198&tfd=9794>
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562422923&cv=11&fst=1774562422923&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p0v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774562422939&tfd=9962> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562422941&tfd=9962> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562422923&cv=11&fst=1774562422923&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-26 22:00:23 [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=1774562422842&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774562422923&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B987xfK-d0pKIYuRIGfLLgcihPug5034spUVajianBT0CaGILh6uJseIEYM9i6EJe8vvyasqec47FxeRTjSQ71i8gJlOCBGmRePOwIdOWdfgs3G6MMZVcs3u4&random=636853438&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562422923&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B987xfK-d0pKIYuRIGfLLgcihPug5034spUVajianBT0CaGILh6uJseIEYM9i6EJe8vvyasqec47FxeRTjSQ71i8gJlOCBGmRePOwIdOWdfgs3G6MMZVcs3u4&random=636853438&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [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=1774562423124&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p0v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938465~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774562422939&tfd=9962>
2026-03-26 22:00:23 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562422941&tfd=9962>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938465~115938469~117484252&uid=0&sid=1774562417&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=5137&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=10257> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562423239&cv=11&fst=1774562423239&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562423251&tfd=10274> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562422923&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B987xfK-d0pKIYuRIGfLLgcihPug5034spUVajianBT0CaGILh6uJseIEYM9i6EJe8vvyasqec47FxeRTjSQ71i8gJlOCBGmRePOwIdOWdfgs3G6MMZVcs3u4&random=636853438&rmt_tld=1&ipr=y>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562423239&cv=11&fst=1774562423239&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938465~115938469~117484252&uid=0&sid=1774562417&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=5137&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=10257>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774562422923&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B987xfK-d0pKIYuRIGfLLgcihPug5034spUVajianBT0CaGILh6uJseIEYM9i6EJe8vvyasqec47FxeRTjSQ71i8gJlOCBGmRePOwIdOWdfgs3G6MMZVcs3u4&random=636853438&rmt_tld=0&ipr=y>
2026-03-26 22:00:23 [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=1774562423124&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774562423239&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9M0RWYK3queKiiZpTF6Yt3y0Nobi0wZiQICMDgyereN4nz1pBLE3HC5WeMSRtzgYif9DnvcG_7PYI7YXjvrjLPm2B84gIc8f5Bl66Hhw2O8JSxT5v64lTlBA&random=2702882603&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562423239&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9M0RWYK3queKiiZpTF6Yt3y0Nobi0wZiQICMDgyereN4nz1pBLE3HC5WeMSRtzgYif9DnvcG_7PYI7YXjvrjLPm2B84gIc8f5Bl66Hhw2O8JSxT5v64lTlBA&random=2702882603&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:23 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562423251&tfd=10274>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774562423239&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9M0RWYK3queKiiZpTF6Yt3y0Nobi0wZiQICMDgyereN4nz1pBLE3HC5WeMSRtzgYif9DnvcG_7PYI7YXjvrjLPm2B84gIc8f5Bl66Hhw2O8JSxT5v64lTlBA&random=2702882603&rmt_tld=0&ipr=y>
2026-03-26 22:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562423239&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9M0RWYK3queKiiZpTF6Yt3y0Nobi0wZiQICMDgyereN4nz1pBLE3HC5WeMSRtzgYif9DnvcG_7PYI7YXjvrjLPm2B84gIc8f5Bl66Hhw2O8JSxT5v64lTlBA&random=2702882603&rmt_tld=1&ipr=y>
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://b.clarity.ms/collect>
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://b.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://b.clarity.ms/collect>
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://b.clarity.ms/collect>
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007001/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006874/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/62/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006873/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006872/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006871/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006870/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006869/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006868/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006866/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006865/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006864/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006863/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006862/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006861/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006860/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006859/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006858/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006857/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006856/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007001/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006874/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006873/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006870/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006871/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006872/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006869/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006867/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/62/logo.png>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006866/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006868/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006865/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006864/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006863/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006862/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006861/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006860/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006859/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006858/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006857/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7006856/photo_000/260x0__r.jpg>
2026-03-26 22:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-26 22:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://b.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938465~115938469~117484252&uid=0&sid=1774562417&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=308&tfd=15258> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://b.clarity.ms/collect>
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1h2v871189256za200zd871189256&_p=1774562415461&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1591576065.1774562417&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938465~115938469~117484252&uid=0&sid=1774562417&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=308&tfd=15258>
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774562428456&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562428478&cv=11&fst=1774562428478&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562428493&tfd=15515> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562428478&cv=11&fst=1774562428478&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774562428478&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9nlVSu0s132NpfzmYtw4gd9Iu7rnOcXzmnARyORP6D1MWkX2WYDcFZ2_r4tyqNkj_5t5IRhMvVLRVjp7tFi0cZXKKOYqt1OJSIaDX7NAz1aqYpavYL2d0PBo&random=1449630914&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562428478&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9nlVSu0s132NpfzmYtw4gd9Iu7rnOcXzmnARyORP6D1MWkX2WYDcFZ2_r4tyqNkj_5t5IRhMvVLRVjp7tFi0cZXKKOYqt1OJSIaDX7NAz1aqYpavYL2d0PBo&random=1449630914&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774562428456&vi=fe86f6fd751dee3b89c0f23d33cd3e5e&nc=true&u=129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1&b=129379155.1.1774562422170&cc=15>
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562428493&tfd=15515>
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774562428478&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9nlVSu0s132NpfzmYtw4gd9Iu7rnOcXzmnARyORP6D1MWkX2WYDcFZ2_r4tyqNkj_5t5IRhMvVLRVjp7tFi0cZXKKOYqt1OJSIaDX7NAz1aqYpavYL2d0PBo&random=1449630914&rmt_tld=0&ipr=y>
2026-03-26 22:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562428478&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9nlVSu0s132NpfzmYtw4gd9Iu7rnOcXzmnARyORP6D1MWkX2WYDcFZ2_r4tyqNkj_5t5IRhMvVLRVjp7tFi0cZXKKOYqt1OJSIaDX7NAz1aqYpavYL2d0PBo&random=1449630914&rmt_tld=1&ipr=y>
2026-03-26 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562430793&cv=11&fst=1774562430793&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562430822&cv=11&fst=1774562430822&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-26 22:00:30 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562430834&tfd=17856> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:30 [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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562430835&tfd=17857> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-26 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562430793&cv=11&fst=1774562430793&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-26 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774562430793&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9m-6rGrFu269iO6r4UAtVD29_zsHZRqQiysy0KSRppIOpJH5WJ4M90lSvXmUgmuWbaqjefJbr9o--JsD8VcfEingHSvDZwg-lUDI2VLuq0DMLFL_bwPar35I&random=3927094767&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562430793&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9m-6rGrFu269iO6r4UAtVD29_zsHZRqQiysy0KSRppIOpJH5WJ4M90lSvXmUgmuWbaqjefJbr9o--JsD8VcfEingHSvDZwg-lUDI2VLuq0DMLFL_bwPar35I&random=3927094767&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774562430822&cv=11&fst=1774562430822&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774562430822&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9HGcjXjip9EDUR3HWsq8S-xP414KOHb812yHkd59eC_zG_RYrDEaGnnnYXyluUxEipcKeKvXrGZ8DmconEGnTiCsVkRVJtScA1X9l6tl49jJZff3V-2Z5bFY&random=3953785385&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562430822&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9HGcjXjip9EDUR3HWsq8S-xP414KOHb812yHkd59eC_zG_RYrDEaGnnnYXyluUxEipcKeKvXrGZ8DmconEGnTiCsVkRVJtScA1X9l6tl49jJZff3V-2Z5bFY&random=3953785385&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-26 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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562430834&tfd=17856>
2026-03-26 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=1451929739.1774562418&dt=Search%20%7C%20eCarsTrade&auid=482141649.1774562418&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774560528&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774562430835&tfd=17857>
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774562430793&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9m-6rGrFu269iO6r4UAtVD29_zsHZRqQiysy0KSRppIOpJH5WJ4M90lSvXmUgmuWbaqjefJbr9o--JsD8VcfEingHSvDZwg-lUDI2VLuq0DMLFL_bwPar35I&random=3927094767&rmt_tld=0&ipr=y>
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774562430822&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9HGcjXjip9EDUR3HWsq8S-xP414KOHb812yHkd59eC_zG_RYrDEaGnnnYXyluUxEipcKeKvXrGZ8DmconEGnTiCsVkRVJtScA1X9l6tl49jJZff3V-2Z5bFY&random=3953785385&rmt_tld=0&ipr=y>
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562430793&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9m-6rGrFu269iO6r4UAtVD29_zsHZRqQiysy0KSRppIOpJH5WJ4M90lSvXmUgmuWbaqjefJbr9o--JsD8VcfEingHSvDZwg-lUDI2VLuq0DMLFL_bwPar35I&random=3927094767&rmt_tld=1&ipr=y>
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774562430822&cv=11&fst=1774562400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p0v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938465~115938468~116991817~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=482141649.1774562418&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774560528%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=CAQSXgAFq6B9HGcjXjip9EDUR3HWsq8S-xP414KOHb812yHkd59eC_zG_RYrDEaGnnnYXyluUxEipcKeKvXrGZ8DmconEGnTiCsVkRVJtScA1X9l6tl49jJZff3V-2Z5bFY&random=3953785385&rmt_tld=1&ipr=y>
2026-03-26 22:00:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://b.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-26 22:00:32 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://b.clarity.ms/collect>
2026-03-26 22:00:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-26 22:00:33 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUlQBQsL-iI_yBsY4RYtB2bJ6qM4-IdjUvIoo88hTsLuGPFkB69bC2q8VREh', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808258423, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777154414, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'p3huhhkb4dta4esacjbbc52207', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774591214, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836079214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777154414, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1642787494.1774562417', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774648816, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774562476, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'aea91f2f-d527-4a38-be64-626a6abf518b', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809122417, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1591576065.1774562417', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837634417, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '06ca1a4e-9ae5-4836-87df-a17f030b792e', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806098418, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_gcl_au', 'value': '1.1.482141649.1774562418', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782338418, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A8c9bb739-0ee5-4a9c-b3da-d2ef95a2aa5b%22%2C%22%24device_id%22%3A%228c9bb739-0ee5-4a9c-b3da-d2ef95a2aa5b%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': 1806098419, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790114422, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'fe86f6fd751dee3b89c0f23d33cd3e5e', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790114422, '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.1774562422170', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774564222, '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-26T22%3A00%3A22.667Z%22%2C%22consentId%22%3A%22fbcb177e-244c-482f-b789-bed121e8e0f1%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-26T22%3A00%3A22.667Z%22%2C%22expirationTime%22%3A1790287222667%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790287222, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"fbcb177e-244c-482f-b789-bed121e8e0f1","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': 1774562724, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774562417$o1$g1$t1774562430$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837634430, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'sDKjlKfC6_wWA8gDSKRZIoaZZjeicUNMzt5P1MaK3OQ-1774562422-1.0.1.1-Pga3xm3kEl6CHWt36tpTBmtiPyI8P0GZI7pLyepOkdKaQsm7qGKReJl9zhWK3FqZTgbYDazu0rQ_dCi88HRwhuVRuF4BMBj1RmN9cHSN8z0', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774564222, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'eDmiJxAJPHwLMVX9o9tlQspGorRmujt80SLwzgg_fEA-1774562422843-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-26 22:00:33 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUlQBQsL-iI_yBsY4RYtB2bJ6qM4-IdjUvIoo88hTsLuGPFkB69bC2q8VREh', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'p3huhhkb4dta4esacjbbc52207', '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': '_gid', 'value': 'GA1.2.1642787494.1774562417', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'gbuuid', 'value': 'aea91f2f-d527-4a38-be64-626a6abf518b', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1591576065.1774562417', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '06ca1a4e-9ae5-4836-87df-a17f030b792e', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.482141649.1774562418', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A8c9bb739-0ee5-4a9c-b3da-d2ef95a2aa5b%22%2C%22%24device_id%22%3A%228c9bb739-0ee5-4a9c-b3da-d2ef95a2aa5b%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.fe86f6fd751dee3b89c0f23d33cd3e5e.1774562422170.1774562422170.1774562422170.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'fe86f6fd751dee3b89c0f23d33cd3e5e', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774562422170', '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-26T22%3A00%3A22.667Z%22%2C%22consentId%22%3A%22fbcb177e-244c-482f-b789-bed121e8e0f1%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-26T22%3A00%3A22.667Z%22%2C%22expirationTime%22%3A1790287222667%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"fbcb177e-244c-482f-b789-bed121e8e0f1","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.s1774562417$o1$g1$t1774562430$j47$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'sDKjlKfC6_wWA8gDSKRZIoaZZjeicUNMzt5P1MaK3OQ-1774562422-1.0.1.1-Pga3xm3kEl6CHWt36tpTBmtiPyI8P0GZI7pLyepOkdKaQsm7qGKReJl9zhWK3FqZTgbYDazu0rQ_dCi88HRwhuVRuF4BMBj1RmN9cHSN8z0', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'eDmiJxAJPHwLMVX9o9tlQspGorRmujt80SLwzgg_fEA-1774562422843-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-26 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-26 22:00:33 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-26 22:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003182auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003182auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003182auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003142auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003142auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003142auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003152auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003152auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003152auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003137auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003137auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003137auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003187auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003187auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003187auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003140auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003140auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003140auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003153auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003153auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003153auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003155auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003155auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003155auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003191auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003191auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003191auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003143auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003143auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003143auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003156auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003156auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003156auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003178auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003178auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003178auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003158auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003158auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003158auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003139auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003139auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003139auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003184auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003184auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003184auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003154auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003154auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003154auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003188auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003188auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003188auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003144auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003144auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003144auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003180auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003180auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003180auction111061: 0
2026-03-26 22:00:40 [ecarstrade.de] INFO: Found listing with ID: 7003136auction111061
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003136auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:40 [ecarstrade.de] INFO: Scrape type for 7003136auction111061: 0
2026-03-26 22:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003189auction111061
2026-03-26 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277003189auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:48 [ecarstrade.de] INFO: Scrape type for 7003189auction111061: 0
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003186auction111061
2026-03-26 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277003186auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:48 [ecarstrade.de] INFO: Scrape type for 7003186auction111061: 0
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003138auction111061
2026-03-26 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277003138auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:48 [ecarstrade.de] INFO: Scrape type for 7003138auction111061: 0
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003185auction111061
2026-03-26 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277003185auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:48 [ecarstrade.de] INFO: Scrape type for 7003185auction111061: 0
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003150auction111061
2026-03-26 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277003150auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:48 [ecarstrade.de] INFO: Scrape type for 7003150auction111061: 0
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003145auction111061
2026-03-26 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277003145auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:48 [ecarstrade.de] INFO: Scrape type for 7003145auction111061: 0
2026-03-26 22:00:48 [ecarstrade.de] INFO: Found listing with ID: 7003157auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003157auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003157auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003151auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003151auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003151auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003160auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003160auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003160auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003181auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003181auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003181auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003148auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003148auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003148auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003190auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003190auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003190auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003149auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003149auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003149auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003163auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003163auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003163auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003183auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003183auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003183auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003179auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003179auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003179auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003147auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003147auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003147auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003159auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003159auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003159auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003146auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003146auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003146auction111061: 0
2026-03-26 22:00:49 [ecarstrade.de] INFO: Found listing with ID: 7003141auction111061
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277003141auction111061%27 HTTP/1.1" 200 None
2026-03-26 22:00:49 [ecarstrade.de] INFO: Scrape type for 7003141auction111061: 0
2026-03-26 22:00:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000007auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000007auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000007auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000002auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000002auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000002auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000003auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000003auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000003auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000008auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000008auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000008auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000006auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000006auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000006auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000036auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000036auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000036auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000015auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000015auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000015auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000040auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000040auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000040auction111022: 2
2026-03-26 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000034auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000034auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000034auction111022: 2
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000011auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000011auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000011auction111022: 2
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000014auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000014auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000014auction111022: 2
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000029auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000029auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000029auction111022: 2
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000019auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000019auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000019auction111022: 2
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000017auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000017auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:56 [ecarstrade.de] INFO: Scrape type for 7000017auction111022: 2
2026-03-26 22:00:56 [ecarstrade.de] INFO: Found listing with ID: 7000025auction111022
2026-03-26 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000025auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:57 [ecarstrade.de] INFO: Scrape type for 7000025auction111022: 2
2026-03-26 22:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000026auction111022
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000026auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:57 [ecarstrade.de] INFO: Scrape type for 7000026auction111022: 2
2026-03-26 22:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000004auction111022
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000004auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:57 [ecarstrade.de] INFO: Scrape type for 7000004auction111022: 2
2026-03-26 22:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000035auction111022
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000035auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:57 [ecarstrade.de] INFO: Scrape type for 7000035auction111022: 2
2026-03-26 22:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000031auction111022
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000031auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:57 [ecarstrade.de] INFO: Scrape type for 7000031auction111022: 2
2026-03-26 22:00:57 [ecarstrade.de] INFO: Found listing with ID: 7000039auction111022
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000039auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:00:57 [ecarstrade.de] INFO: Scrape type for 7000039auction111022: 2
2026-03-26 22:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000015> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:02 [ecarstrade.de] INFO: Extracting details for car 7000015auction111022
2026-03-26 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000002> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022
2026-03-26 22:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1654d988-5683-5c3a-a98f-e30c029e9e87 with scrape type 2
2026-03-26 22:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1654d988-5683-5c3a-a98f-e30c029e9e87 with scrape type 2
2026-03-26 22:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1654d988-5683-5c3a-a98f-e30c029e9e87, identifier: 7000015auction111022
2026-03-26 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022
2026-03-26 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022
2026-03-26 22:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022 to the API
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000015>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '1654d988-5683-5c3a-a98f-e30c029e9e87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000015',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 73459,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'S-Max Titanium 2.0 EcoBlue 140KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Titanium 2.0 EcoBlue 140KW AT8 E6dT',
'vin': None,
'year': 2022}
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000015auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:03 [ecarstrade.de] INFO: Saving data for 7000015auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454565.998946, 'last_price_update_time': 1774562463.582375}
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000015auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:03 [ecarstrade.de] INFO: Extracting details for car 7000002auction111022
2026-03-26 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000007> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000036> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000006> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000003> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022
2026-03-26 22:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with scrape type 2
2026-03-26 22:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with scrape type 2
2026-03-26 22:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4, identifier: 7000002auction111022
2026-03-26 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022
2026-03-26 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022
2026-03-26 22:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022 to the API
2026-03-26 22:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:04 [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-26 22:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000002>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Electric',
'id': 'f4b0cc45-c1ee-5100-84ea-0aa82296d9a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000002',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 27085,
'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': 5,
'seller_name': None,
'title': 'Q4 e-tron 40 e-tron 82kWh',
'transmission': 'automatic',
'trim': '40 e-tron 82kWh',
'vin': None,
'year': 2022}
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000002auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:04 [ecarstrade.de] INFO: Saving data for 7000002auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454522.424849, 'last_price_update_time': 1774562464.185409}
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000002auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:04 [ecarstrade.de] INFO: Extracting details for car 7000007auction111022
2026-03-26 22:01:04 [ecarstrade.de] INFO: Extracting details for car 7000036auction111022
2026-03-26 22:01:04 [ecarstrade.de] INFO: Extracting details for car 7000006auction111022
2026-03-26 22:01:04 [ecarstrade.de] INFO: Extracting details for car 7000003auction111022
2026-03-26 22:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022
2026-03-26 22:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5c2f4c5-2165-5ce8-ac03-ee962d524742 with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5c2f4c5-2165-5ce8-ac03-ee962d524742 with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a5c2f4c5-2165-5ce8-ac03-ee962d524742, identifier: 7000007auction111022
2026-03-26 22:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022
2026-03-26 22:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12b899b8-7e66-5b24-b39b-0252450db028 with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12b899b8-7e66-5b24-b39b-0252450db028 with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 12b899b8-7e66-5b24-b39b-0252450db028, identifier: 7000036auction111022
2026-03-26 22:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022
2026-03-26 22:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82240fbb-5397-525c-b959-86051f5d7f39 with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82240fbb-5397-525c-b959-86051f5d7f39 with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 82240fbb-5397-525c-b959-86051f5d7f39, identifier: 7000006auction111022
2026-03-26 22:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022
2026-03-26 22:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c93fedc-7b3d-5dd4-8064-1f68676473da with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c93fedc-7b3d-5dd4-8064-1f68676473da with scrape type 2
2026-03-26 22:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0c93fedc-7b3d-5dd4-8064-1f68676473da, identifier: 7000003auction111022
2026-03-26 22:01:04 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022
2026-03-26 22:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022
2026-03-26 22:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022 to the API
2026-03-26 22:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:04 [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-26 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000007>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Other',
'id': 'a5c2f4c5-2165-5ce8-ac03-ee962d524742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000007',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': 'X3',
'odometer': 56185,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe X3 xDrive 30 e 2.0 215KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe xDrive 30 e 2.0 215KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000007auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:05 [ecarstrade.de] INFO: Saving data for 7000007auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454562.483256, 'last_price_update_time': 1774562465.095699}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000007auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022
2026-03-26 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022
2026-03-26 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022 to the API
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000036>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Electric',
'id': '12b899b8-7e66-5b24-b39b-0252450db028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000036',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 73293,
'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': 5,
'seller_name': None,
'title': 'ID.4 220 kW GTX 4Motion 77kWh',
'transmission': 'automatic',
'trim': '220 kW GTX 4Motion 77kWh',
'vin': None,
'year': 2023}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000036auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:05 [ecarstrade.de] INFO: Saving data for 7000036auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454565.542255, 'last_price_update_time': 1774562465.405961}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000036auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022
2026-03-26 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022
2026-03-26 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022 to the API
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000006>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Other',
'id': '82240fbb-5397-525c-b959-86051f5d7f39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000006',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': '530',
'odometer': 108468,
'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': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 530 e xDrive M Sport 2.0 215KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring e xDrive M Sport 2.0 215KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000006auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:05 [ecarstrade.de] INFO: Saving data for 7000006auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454565.048439, 'last_price_update_time': 1774562465.698313}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000006auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022
2026-03-26 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022
2026-03-26 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022 to the API
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000003>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '0c93fedc-7b3d-5dd4-8064-1f68676473da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000003',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'A6',
'odometer': 98530,
'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': 5,
'seller_name': None,
'title': 'A6 Avant 40 TDI quattro sport 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI quattro sport 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000003auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Saving data for 7000003auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454562.791434, 'last_price_update_time': 1774562466.004575}
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000003auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000027auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000027auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000027auction111022: 2
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000009auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000009auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000009auction111022: 2
2026-03-26 22:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000008> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000016auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000016auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000016auction111022: 2
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000010auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000010auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000010auction111022: 2
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000012auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000012auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000012auction111022: 2
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000028auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000028auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000028auction111022: 2
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7000023auction111022
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000023auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7000023auction111022: 2
2026-03-26 22:01:06 [ecarstrade.de] INFO: Extracting details for car 7000008auction111022
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005319auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005319auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005319auction111085: 1
2026-03-26 22:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022
2026-03-26 22:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with scrape type 2
2026-03-26 22:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with scrape type 2
2026-03-26 22:01:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a, identifier: 7000008auction111022
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005314auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005314auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005314auction111085: 1
2026-03-26 22:01:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022
2026-03-26 22:01:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022
2026-03-26 22:01:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022 to the API
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000008>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'd1d84d35-be15-50aa-97c1-4d9ec0dfec8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000008',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 66244,
'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': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d 2.0 140KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000008auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Saving data for 7000008auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454559.525659, 'last_price_update_time': 1774562466.652697}
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000008auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:06 [scrapy.extensions.logstats] INFO: Crawled 12 pages (at 12 pages/min), scraped 7 items (at 7 items/min)
2026-03-26 22:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 224MiB
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005297auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005297auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005297auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005327auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005327auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005327auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005317auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005317auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005317auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005286auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005286auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005286auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005288auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005288auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005288auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005294auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005294auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005294auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005320auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005320auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005320auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005289auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005289auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005289auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005316auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005316auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005316auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005322auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005322auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005322auction111085: 1
2026-03-26 22:01:06 [ecarstrade.de] INFO: Found listing with ID: 7005318auction111085
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005318auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:06 [ecarstrade.de] INFO: Scrape type for 7005318auction111085: 1
2026-03-26 22:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000034> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:01:09 [ecarstrade.de] INFO: Extracting details for car 7000034auction111022
2026-03-26 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022
2026-03-26 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with scrape type 2
2026-03-26 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with scrape type 2
2026-03-26 22:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1, identifier: 7000034auction111022
2026-03-26 22:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022
2026-03-26 22:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022
2026-03-26 22:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022 to the API
2026-03-26 22:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000034>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '02ae6a11-fd7d-5d30-9571-68160f4b6ef1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000034',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 153994,
'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': 5,
'seller_name': None,
'title': 'Superb Combi SportLine 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi SportLine 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000034auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:10 [ecarstrade.de] INFO: Saving data for 7000034auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454566.670435, 'last_price_update_time': 1774562470.574322}
2026-03-26 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000034auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000040> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:01:11 [ecarstrade.de] INFO: Extracting details for car 7000040auction111022
2026-03-26 22:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022
2026-03-26 22:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with scrape type 2
2026-03-26 22:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with scrape type 2
2026-03-26 22:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc, identifier: 7000040auction111022
2026-03-26 22:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022
2026-03-26 22:01:11 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022
2026-03-26 22:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022 to the API
2026-03-26 22:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000040>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '6e8b2379-c114-5fc7-89da-fa6f980aa3cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000040',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 125965,
'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': 5,
'seller_name': None,
'title': 'Tiguan Allspace Comfortline 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Allspace Comfortline 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000040auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:11 [ecarstrade.de] INFO: Saving data for 7000040auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454577.946433, 'last_price_update_time': 1774562471.988394}
2026-03-26 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000040auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000011> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000025> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000014> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:12 [ecarstrade.de] INFO: Extracting details for car 7000011auction111022
2026-03-26 22:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022
2026-03-26 22:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129bb20f-7922-51e7-96aa-d9ab019b1879 with scrape type 2
2026-03-26 22:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 129bb20f-7922-51e7-96aa-d9ab019b1879 with scrape type 2
2026-03-26 22:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 129bb20f-7922-51e7-96aa-d9ab019b1879, identifier: 7000011auction111022
2026-03-26 22:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022
2026-03-26 22:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022
2026-03-26 22:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022 to the API
2026-03-26 22:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000011>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Other',
'id': '129bb20f-7922-51e7-96aa-d9ab019b1879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000011',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 92788,
'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': 5,
'seller_name': None,
'title': 'Kuga Plug-In Hybrid ST-Line 2.5 165KW ATV E6d',
'transmission': 'automatic',
'trim': 'Plug-In Hybrid ST-Line 2.5 165KW ATV E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000011auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:12 [ecarstrade.de] INFO: Saving data for 7000011auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454520.818434, 'last_price_update_time': 1774562472.868173}
2026-03-26 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000011auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:12 [ecarstrade.de] INFO: Extracting details for car 7000025auction111022
2026-03-26 22:01:12 [ecarstrade.de] INFO: Extracting details for car 7000014auction111022
2026-03-26 22:01:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000029> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022
2026-03-26 22:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b73cddf-15a1-5346-953d-5247ebd82ce9 with scrape type 2
2026-03-26 22:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b73cddf-15a1-5346-953d-5247ebd82ce9 with scrape type 2
2026-03-26 22:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0b73cddf-15a1-5346-953d-5247ebd82ce9, identifier: 7000025auction111022
2026-03-26 22:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022
2026-03-26 22:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with scrape type 2
2026-03-26 22:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with scrape type 2
2026-03-26 22:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04, identifier: 7000014auction111022
2026-03-26 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022
2026-03-26 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022
2026-03-26 22:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022 to the API
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000025>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Petrol',
'id': '0b73cddf-15a1-5346-953d-5247ebd82ce9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000025',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 15330,
'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': 5,
'seller_name': None,
'title': 'Corsa F Elegance 1.2 Turbo 74KW AT8 E6d',
'transmission': 'automatic',
'trim': 'F Elegance 1.2 Turbo 74KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000025auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:13 [ecarstrade.de] INFO: Saving data for 7000025auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454520.245922, 'last_price_update_time': 1774562473.416793}
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000025auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022
2026-03-26 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022
2026-03-26 22:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022 to the API
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000014>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'd9cf48fe-a3d0-5785-904c-e2e7d80c7f04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000014',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 89689,
'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': 5,
'seller_name': None,
'title': 'Kuga Cool & Connect 2.0 EcoBlue 140KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Cool & Connect 2.0 EcoBlue 140KW AT8 E6dT',
'vin': None,
'year': 2021}
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000014auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:13 [ecarstrade.de] INFO: Saving data for 7000014auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454545.000178, 'last_price_update_time': 1774562473.700409}
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000014auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:13 [ecarstrade.de] INFO: Extracting details for car 7000029auction111022
2026-03-26 22:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000019> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000017> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022
2026-03-26 22:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59deda62-48da-5543-af6f-774e4851cb66 with scrape type 2
2026-03-26 22:01:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59deda62-48da-5543-af6f-774e4851cb66 with scrape type 2
2026-03-26 22:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 59deda62-48da-5543-af6f-774e4851cb66, identifier: 7000029auction111022
2026-03-26 22:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022
2026-03-26 22:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022
2026-03-26 22:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022 to the API
2026-03-26 22:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000029>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '59deda62-48da-5543-af6f-774e4851cb66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000029',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 65906,
'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': 3,
'seller_name': None,
'title': 'Boxer Kasten Hochraum 335 L2H2 Premium BlueHDi 140 Stop&Start HDi '
'103KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten Hochraum 335 L2H2 Premium BlueHDi 140 Stop&Start HDi 103KW '
'MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000029auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:14 [ecarstrade.de] INFO: Saving data for 7000029auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454545.506937, 'last_price_update_time': 1774562474.149203}
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000029auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:14 [ecarstrade.de] INFO: Extracting details for car 7000019auction111022
2026-03-26 22:01:14 [ecarstrade.de] INFO: Extracting details for car 7000017auction111022
2026-03-26 22:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022
2026-03-26 22:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f193834-bf33-5e00-9b29-eb17b50aaaef with scrape type 2
2026-03-26 22:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f193834-bf33-5e00-9b29-eb17b50aaaef with scrape type 2
2026-03-26 22:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7f193834-bf33-5e00-9b29-eb17b50aaaef, identifier: 7000019auction111022
2026-03-26 22:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022
2026-03-26 22:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with scrape type 2
2026-03-26 22:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with scrape type 2
2026-03-26 22:01:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9, identifier: 7000017auction111022
2026-03-26 22:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022
2026-03-26 22:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022
2026-03-26 22:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022 to the API
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000019>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '7f193834-bf33-5e00-9b29-eb17b50aaaef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000019',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 122104,
'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': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse A 180 d 8G-DCT 5d 85kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-Klasse d 8G-DCT 5d 85kW',
'vin': None,
'year': 2022}
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000019auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:14 [ecarstrade.de] INFO: Saving data for 7000019auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454545.958264, 'last_price_update_time': 1774562474.696943}
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000019auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022
2026-03-26 22:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022
2026-03-26 22:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022 to the API
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000017>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000017',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 99156,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 340 L1 Trend 2.0 TDCi 96KW AT6 E6dT',
'transmission': 'automatic',
'trim': 'Kasten 340 L1 Trend 2.0 TDCi 96KW AT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000017auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:15 [ecarstrade.de] INFO: Saving data for 7000017auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454544.011819, 'last_price_update_time': 1774562475.024428}
2026-03-26 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000017auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000039> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:16 [ecarstrade.de] INFO: Extracting details for car 7000039auction111022
2026-03-26 22:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022
2026-03-26 22:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a8947f-e604-56e2-9ac8-130502c9d2fe with scrape type 2
2026-03-26 22:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6a8947f-e604-56e2-9ac8-130502c9d2fe with scrape type 2
2026-03-26 22:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b6a8947f-e604-56e2-9ac8-130502c9d2fe, identifier: 7000039auction111022
2026-03-26 22:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022
2026-03-26 22:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022
2026-03-26 22:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022 to the API
2026-03-26 22:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000039>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'b6a8947f-e604-56e2-9ac8-130502c9d2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000039',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 135439,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Variant Trendline BMT/Start-Stopp 2.0 TDI 110KW MT6 E6',
'transmission': 'manual',
'trim': 'Variant Trendline BMT/Start-Stopp 2.0 TDI 110KW MT6 E6',
'vin': None,
'year': 2018}
2026-03-26 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000039auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:17 [ecarstrade.de] INFO: Saving data for 7000039auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454542.63016, 'last_price_update_time': 1774562477.312326}
2026-03-26 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000039auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000031> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:01:18 [ecarstrade.de] INFO: Extracting details for car 7000031auction111022
2026-03-26 22:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022
2026-03-26 22:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with scrape type 2
2026-03-26 22:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with scrape type 2
2026-03-26 22:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c, identifier: 7000031auction111022
2026-03-26 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022
2026-03-26 22:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022
2026-03-26 22:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022 to the API
2026-03-26 22:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000031>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000031',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 45708,
'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': 5,
'seller_name': None,
'title': 'Ibiza Style 1.0 TSI 70KW MT5 E6d',
'transmission': 'manual',
'trim': 'Style 1.0 TSI 70KW MT5 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000031auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:18 [ecarstrade.de] INFO: Saving data for 7000031auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454539.725789, 'last_price_update_time': 1774562478.839019}
2026-03-26 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000031auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000026> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000004> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:19 [ecarstrade.de] INFO: Extracting details for car 7000026auction111022
2026-03-26 22:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022
2026-03-26 22:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3158bec4-3f93-52d1-849a-199badb8e4d7 with scrape type 2
2026-03-26 22:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3158bec4-3f93-52d1-849a-199badb8e4d7 with scrape type 2
2026-03-26 22:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3158bec4-3f93-52d1-849a-199badb8e4d7, identifier: 7000026auction111022
2026-03-26 22:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022
2026-03-26 22:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022
2026-03-26 22:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022 to the API
2026-03-26 22:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000026>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Petrol',
'id': '3158bec4-3f93-52d1-849a-199badb8e4d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000026',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 24969,
'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': 5,
'seller_name': None,
'title': 'Corsa F Elegance 1.2 Turbo 74KW AT8 E6d',
'transmission': 'automatic',
'trim': 'F Elegance 1.2 Turbo 74KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000026auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:19 [ecarstrade.de] INFO: Saving data for 7000026auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454539.076804, 'last_price_update_time': 1774562479.992672}
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000026auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:20 [ecarstrade.de] INFO: Extracting details for car 7000004auction111022
2026-03-26 22:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022
2026-03-26 22:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with scrape type 2
2026-03-26 22:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with scrape type 2
2026-03-26 22:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a, identifier: 7000004auction111022
2026-03-26 22:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022
2026-03-26 22:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022
2026-03-26 22:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022 to the API
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000004>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '001bbfc9-6b9a-5a16-b79a-65bd91317d5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000004',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '118',
'odometer': 129412,
'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': 5,
'seller_name': None,
'title': 'Baureihe 1 Lim. 118 d 2.0 110KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Baureihe 1 Lim. d 2.0 110KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000004auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:20 [ecarstrade.de] INFO: Saving data for 7000004auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454537.981456, 'last_price_update_time': 1774562480.403278}
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000004auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000035> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:01:20 [ecarstrade.de] INFO: Extracting details for car 7000035auction111022
2026-03-26 22:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022
2026-03-26 22:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a34cfb1-df9b-5477-8f1e-f0960505e047 with scrape type 2
2026-03-26 22:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a34cfb1-df9b-5477-8f1e-f0960505e047 with scrape type 2
2026-03-26 22:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9a34cfb1-df9b-5477-8f1e-f0960505e047, identifier: 7000035auction111022
2026-03-26 22:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022
2026-03-26 22:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022
2026-03-26 22:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022 to the API
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000035>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '9a34cfb1-df9b-5477-8f1e-f0960505e047',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000035',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 175003,
'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': 5,
'seller_name': None,
'title': 'Passat Variant Business 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000035auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:20 [ecarstrade.de] INFO: Saving data for 7000035auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454537.412907, 'last_price_update_time': 1774562480.960107}
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000035auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000009> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:01:21 [ecarstrade.de] INFO: Extracting details for car 7000009auction111022
2026-03-26 22:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022
2026-03-26 22:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3d637fb-5cdb-58b8-92e6-3d610da9201d with scrape type 2
2026-03-26 22:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3d637fb-5cdb-58b8-92e6-3d610da9201d with scrape type 2
2026-03-26 22:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e3d637fb-5cdb-58b8-92e6-3d610da9201d, identifier: 7000009auction111022
2026-03-26 22:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022
2026-03-26 22:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022
2026-03-26 22:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022 to the API
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000009>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3d637fb-5cdb-58b8-92e6-3d610da9201d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000009',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 111268,
'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': 5,
'seller_name': None,
'title': 'Focus Lim. Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'transmission': 'manual',
'trim': 'Lim. Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000009auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Saving data for 7000009auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454538.722426, 'last_price_update_time': 1774562481.512378}
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000009auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005282auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005282auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005282auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005338auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005338auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005338auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005321auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005321auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005321auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005293auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005293auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005293auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005335auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005335auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005335auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005284auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005284auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005284auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005295auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005295auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005295auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005291auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005291auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005291auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005281auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005281auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005281auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005336auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005336auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005336auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005287auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005287auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005287auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005296auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005296auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005296auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005315auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005315auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005315auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005331auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005331auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005331auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005339auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005339auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005339auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005305auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005305auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:21 [ecarstrade.de] INFO: Scrape type for 7005305auction111085: 1
2026-03-26 22:01:21 [ecarstrade.de] INFO: Found listing with ID: 7005285auction111085
2026-03-26 22:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005285auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:22 [ecarstrade.de] INFO: Scrape type for 7005285auction111085: 1
2026-03-26 22:01:22 [ecarstrade.de] INFO: Found listing with ID: 7005283auction111085
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005283auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:22 [ecarstrade.de] INFO: Scrape type for 7005283auction111085: 1
2026-03-26 22:01:22 [ecarstrade.de] INFO: Found listing with ID: 7005292auction111085
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005292auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:22 [ecarstrade.de] INFO: Scrape type for 7005292auction111085: 1
2026-03-26 22:01:22 [ecarstrade.de] INFO: Found listing with ID: 7005302auction111085
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005302auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:22 [ecarstrade.de] INFO: Scrape type for 7005302auction111085: 1
2026-03-26 22:01:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000027> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:01:22 [ecarstrade.de] INFO: Extracting details for car 7000027auction111022
2026-03-26 22:01:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022
2026-03-26 22:01:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8df99f6c-1e5f-5709-8a96-15803e12c431 with scrape type 2
2026-03-26 22:01:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8df99f6c-1e5f-5709-8a96-15803e12c431 with scrape type 2
2026-03-26 22:01:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8df99f6c-1e5f-5709-8a96-15803e12c431, identifier: 7000027auction111022
2026-03-26 22:01:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022
2026-03-26 22:01:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022
2026-03-26 22:01:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022 to the API
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000027>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8df99f6c-1e5f-5709-8a96-15803e12c431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000027',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Peugeot',
'model': '208',
'odometer': 93534,
'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': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BlueHDi 100 GT 5d 75kW',
'transmission': 'manual',
'trim': 'PEUGEOT BlueHDi 100 GT 5d 75kW',
'vin': None,
'year': 2021}
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000027auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [ecarstrade.de] INFO: Saving data for 7000027auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454540.524834, 'last_price_update_time': 1774562483.096249}
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000027auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005318> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:23 [ecarstrade.de] INFO: Extracting details for car 7005318auction111085
2026-03-26 22:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f30b845-b6b9-572d-9b40-cb69f2b6059d with identifier: 7005318auction111085
2026-03-26 22:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f30b845-b6b9-572d-9b40-cb69f2b6059d with scrape type 1
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005318%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537353%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_001/780x0__r.jpg?hash=1774537353 not downloaded yet
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005318%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537353%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_002/780x0__r.jpg?hash=1774537353 not downloaded yet
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005318%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537354%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_003/780x0__r.jpg?hash=1774537354 not downloaded yet
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005318%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537353%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_004/780x0__r.jpg?hash=1774537353 not downloaded yet
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005318%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537353%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_005/780x0__r.jpg?hash=1774537353 not downloaded yet
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005318%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537354%27 HTTP/1.1" 200 None
2026-03-26 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_006/780x0__r.jpg?hash=1774537354 not downloaded yet
2026-03-26 22:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005322> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:24 [ecarstrade.de] INFO: Extracting details for car 7005322auction111085
2026-03-26 22:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86194d13-5ac4-552a-b733-77e75d3b0583 with identifier: 7005322auction111085
2026-03-26 22:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86194d13-5ac4-552a-b733-77e75d3b0583 with scrape type 1
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005322%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537360%27 HTTP/1.1" 200 None
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_001/780x0__r.jpg?hash=1774537360 not downloaded yet
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005322%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537360%27 HTTP/1.1" 200 None
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_002/780x0__r.jpg?hash=1774537360 not downloaded yet
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005322%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537360%27 HTTP/1.1" 200 None
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_003/780x0__r.jpg?hash=1774537360 not downloaded yet
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005322%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537360%27 HTTP/1.1" 200 None
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_004/780x0__r.jpg?hash=1774537360 not downloaded yet
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005322%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537360%27 HTTP/1.1" 200 None
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_005/780x0__r.jpg?hash=1774537360 not downloaded yet
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005322%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537360%27 HTTP/1.1" 200 None
2026-03-26 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_006/780x0__r.jpg?hash=1774537360 not downloaded yet
2026-03-26 22:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005316> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:26 [ecarstrade.de] INFO: Extracting details for car 7005316auction111085
2026-03-26 22:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd62d88d-5e2c-5d16-9f8d-aa794ce79724 with identifier: 7005316auction111085
2026-03-26 22:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd62d88d-5e2c-5d16-9f8d-aa794ce79724 with scrape type 1
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005316%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_001/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005316%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_002/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005316%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_003/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005316%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_004/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005316%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_005/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005316%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537351%27 HTTP/1.1" 200 None
2026-03-26 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_006/780x0__r.jpg?hash=1774537351 not downloaded yet
2026-03-26 22:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005288> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:28 [ecarstrade.de] INFO: Extracting details for car 7005288auction111085
2026-03-26 22:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5df8536e-359a-5572-99c5-11968a6fb299 with identifier: 7005288auction111085
2026-03-26 22:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5df8536e-359a-5572-99c5-11968a6fb299 with scrape type 1
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005288%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537305%27 HTTP/1.1" 200 None
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_001/780x0__r.jpg?hash=1774537305 not downloaded yet
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005288%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537305%27 HTTP/1.1" 200 None
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_002/780x0__r.jpg?hash=1774537305 not downloaded yet
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005288%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537305%27 HTTP/1.1" 200 None
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_003/780x0__r.jpg?hash=1774537305 not downloaded yet
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005288%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537305%27 HTTP/1.1" 200 None
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_004/780x0__r.jpg?hash=1774537305 not downloaded yet
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005288%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537305%27 HTTP/1.1" 200 None
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_005/780x0__r.jpg?hash=1774537305 not downloaded yet
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005288%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537305%27 HTTP/1.1" 200 None
2026-03-26 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_006/780x0__r.jpg?hash=1774537305 not downloaded yet
2026-03-26 22:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005286> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:30 [ecarstrade.de] INFO: Extracting details for car 7005286auction111085
2026-03-26 22:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d2c47f2-4f65-56d2-b438-ecae36f4922c with identifier: 7005286auction111085
2026-03-26 22:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d2c47f2-4f65-56d2-b438-ecae36f4922c with scrape type 1
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005286%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_001/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005286%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_002/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005317> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005286%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537301%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_003/780x0__r.jpg?hash=1774537301 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005286%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_004/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005286%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_005/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005286%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_006/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:01:30 [ecarstrade.de] INFO: Extracting details for car 7005317auction111085
2026-03-26 22:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01794cd7-67f0-59c2-a9b2-8d13d08e866a with identifier: 7005317auction111085
2026-03-26 22:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01794cd7-67f0-59c2-a9b2-8d13d08e866a with scrape type 1
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005317%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537352%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_001/780x0__r.jpg?hash=1774537352 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005317%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537352%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_002/780x0__r.jpg?hash=1774537352 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005317%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537351%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_003/780x0__r.jpg?hash=1774537351 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005317%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537351%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_004/780x0__r.jpg?hash=1774537351 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005317%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537351%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_005/780x0__r.jpg?hash=1774537351 not downloaded yet
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005317%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537351%27 HTTP/1.1" 200 None
2026-03-26 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_006/780x0__r.jpg?hash=1774537351 not downloaded yet
2026-03-26 22:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005327> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:32 [ecarstrade.de] INFO: Extracting details for car 7005327auction111085
2026-03-26 22:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d34bef2-6a80-52c2-b8e6-54015042001f with identifier: 7005327auction111085
2026-03-26 22:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d34bef2-6a80-52c2-b8e6-54015042001f with scrape type 1
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005327%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537367%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_001/780x0__r.jpg?hash=1774537367 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005327%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537367%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_002/780x0__r.jpg?hash=1774537367 not downloaded yet
2026-03-26 22:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005297> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005327%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537367%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_003/780x0__r.jpg?hash=1774537367 not downloaded yet
2026-03-26 22:01:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005327%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537367%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_004/780x0__r.jpg?hash=1774537367 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005327%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537368%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_005/780x0__r.jpg?hash=1774537368 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005327%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537367%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_006/780x0__r.jpg?hash=1774537367 not downloaded yet
2026-03-26 22:01:32 [ecarstrade.de] INFO: Extracting details for car 7005297auction111085
2026-03-26 22:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5683033-153e-527c-a6e5-8fc4d0d18565 with identifier: 7005297auction111085
2026-03-26 22:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5683033-153e-527c-a6e5-8fc4d0d18565 with scrape type 1
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005297%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537325%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_001/780x0__r.jpg?hash=1774537325 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005297%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537327%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_002/780x0__r.jpg?hash=1774537327 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005297%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537325%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_003/780x0__r.jpg?hash=1774537325 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005297%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537325%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_004/780x0__r.jpg?hash=1774537325 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005297%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537325%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_005/780x0__r.jpg?hash=1774537325 not downloaded yet
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005297%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537326%27 HTTP/1.1" 200 None
2026-03-26 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_006/780x0__r.jpg?hash=1774537326 not downloaded yet
2026-03-26 22:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005289> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:34 [ecarstrade.de] INFO: Extracting details for car 7005289auction111085
2026-03-26 22:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f27339d-ed9a-5ca0-b2a1-867374c159d4 with identifier: 7005289auction111085
2026-03-26 22:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f27339d-ed9a-5ca0-b2a1-867374c159d4 with scrape type 1
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005289%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537307%27 HTTP/1.1" 200 None
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_001/780x0__r.jpg?hash=1774537307 not downloaded yet
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005289%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537306%27 HTTP/1.1" 200 None
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_002/780x0__r.jpg?hash=1774537306 not downloaded yet
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005289%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537306%27 HTTP/1.1" 200 None
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_003/780x0__r.jpg?hash=1774537306 not downloaded yet
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005289%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537306%27 HTTP/1.1" 200 None
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_004/780x0__r.jpg?hash=1774537306 not downloaded yet
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005289%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537306%27 HTTP/1.1" 200 None
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_005/780x0__r.jpg?hash=1774537306 not downloaded yet
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005289%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537306%27 HTTP/1.1" 200 None
2026-03-26 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_006/780x0__r.jpg?hash=1774537306 not downloaded yet
2026-03-26 22:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000023> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:38 [ecarstrade.de] INFO: Extracting details for car 7000023auction111022
2026-03-26 22:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022
2026-03-26 22:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e161e819-fa0f-5c3f-aebe-d6c932f471c5 with scrape type 2
2026-03-26 22:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e161e819-fa0f-5c3f-aebe-d6c932f471c5 with scrape type 2
2026-03-26 22:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e161e819-fa0f-5c3f-aebe-d6c932f471c5, identifier: 7000023auction111022
2026-03-26 22:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022
2026-03-26 22:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022
2026-03-26 22:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022 to the API
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000023>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'e161e819-fa0f-5c3f-aebe-d6c932f471c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000023',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Opel',
'model': 'Astra',
'odometer': 116988,
'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': 5,
'seller_name': None,
'title': 'Astra K Sports Tourer Elegance Start/Stop 1.5 77KW MT6 E6d',
'transmission': 'manual',
'trim': 'K Sports Tourer Elegance Start/Stop 1.5 77KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000023auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:39 [ecarstrade.de] INFO: Saving data for 7000023auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454526.13678, 'last_price_update_time': 1774562499.210817}
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000023auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_006/780x0__r.jpg?hash=1774537354> (referer: https://ecarstrade.com/cars/7005318)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000028> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_006/780x0__r.jpg?hash=1774537360> (referer: https://ecarstrade.com/cars/7005322)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_006/780x0__r.jpg?hash=1774537305> (referer: https://ecarstrade.com/cars/7005288)
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:39 [ecarstrade.de] INFO: Extracting details for car 7000028auction111022
2026-03-26 22:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022
2026-03-26 22:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a22974f-51bd-5caf-9d19-802a024bf51d with scrape type 2
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a22974f-51bd-5caf-9d19-802a024bf51d with scrape type 2
2026-03-26 22:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8a22974f-51bd-5caf-9d19-802a024bf51d, identifier: 7000028auction111022
2026-03-26 22:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022
2026-03-26 22:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022
2026-03-26 22:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022 to the API
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000028>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8a22974f-51bd-5caf-9d19-802a024bf51d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000028',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Peugeot',
'model': '308',
'odometer': 157154,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Allure 1.5 HDi 96KW MT6 E6d',
'transmission': 'manual',
'trim': 'SW Allure 1.5 HDi 96KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000028auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:01:39 [ecarstrade.de] INFO: Saving data for 7000028auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454525.572442, 'last_price_update_time': 1774562499.729623}
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000028auction111022') HTTP/1.1" 204 0
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_001/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005286)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_006/780x0__r.jpg?hash=1774537351> (referer: https://ecarstrade.com/cars/7005316)
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005314> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_006/780x0__r.jpg?hash=1774537351> (referer: https://ecarstrade.com/cars/7005317)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_002/780x0__r.jpg?hash=1774537367> (referer: https://ecarstrade.com/cars/7005327)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_006/780x0__r.jpg?hash=1774537306> (referer: https://ecarstrade.com/cars/7005289)
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_004/780x0__r.jpg?hash=1774537306> (referer: https://ecarstrade.com/cars/7005289)
2026-03-26 22:01:39 [ecarstrade.de] INFO: Extracting details for car 7005314auction111085
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_005/780x0__r.jpg?hash=1774537306> (referer: https://ecarstrade.com/cars/7005289)
2026-03-26 22:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91c5cca9-49ab-517b-9b98-a2ce81b5b54c with identifier: 7005314auction111085
2026-03-26 22:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91c5cca9-49ab-517b-9b98-a2ce81b5b54c with scrape type 1
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 91c5cca9-49ab-517b-9b98-a2ce81b5b54c
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005314%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005314/photo_001/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_003/780x0__r.jpg?hash=1774537306> (referer: https://ecarstrade.com/cars/7005289)
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_006/780x0__r.jpg?hash=1774537326> (referer: https://ecarstrade.com/cars/7005297)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_002/780x0__r.jpg?hash=1774537306> (referer: https://ecarstrade.com/cars/7005289)
2026-03-26 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_001/780x0__r.jpg?hash=1774537307> (referer: https://ecarstrade.com/cars/7005289)
2026-03-26 22:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_003/780x0__r.jpg?hash=1774537325> (referer: https://ecarstrade.com/cars/7005297)
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_004/780x0__r.jpg?hash=1774537325> (referer: https://ecarstrade.com/cars/7005297)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_005/780x0__r.jpg?hash=1774537325> (referer: https://ecarstrade.com/cars/7005297)
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_002/780x0__r.jpg?hash=1774537327> (referer: https://ecarstrade.com/cars/7005297)
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7f27339d-ed9a-5ca0-b2a1-867374c159d4
2026-03-26 22:01:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f27339d-ed9a-5ca0-b2a1-867374c159d4, skipping ID generation
2026-03-26 22:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f27339d-ed9a-5ca0-b2a1-867374c159d4 with scrape type 1
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f27339d-ed9a-5ca0-b2a1-867374c159d4 sending to next pipeline
2026-03-26 22:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7f27339d-ed9a-5ca0-b2a1-867374c159d4, identifier: 7005289auction111085
2026-03-26 22:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7f27339d-ed9a-5ca0-b2a1-867374c159d4 with identifier: 7005289auction111085
2026-03-26 22:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7f27339d-ed9a-5ca0-b2a1-867374c159d4 with identifier: 7005289auction111085
2026-03-26 22:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7f27339d-ed9a-5ca0-b2a1-867374c159d4 with identifier: 7005289auction111085 to the API
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005289/photo_001/780x0__r.jpg?hash=1774537307>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7f27339d-ed9a-5ca0-b2a1-867374c159d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005289',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'BMW',
'model': '530',
'odometer': 110996,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5er 530d xDrive Touring Aut. 5d 210kW',
'transmission': 'automatic',
'trim': '5er d xDrive Touring Aut. 5d 210kW',
'vin': None,
'year': 2021}
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005289auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:40 [ecarstrade.de] INFO: Saving data for 7005289auction111085: {'created_time': 1774562500.58546, 'last_price_update_time': 1774562500.585475, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005289auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_005/780x0__r.jpg?hash=1774537368> (referer: https://ecarstrade.com/cars/7005327)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_001/780x0__r.jpg?hash=1774537325> (referer: https://ecarstrade.com/cars/7005297)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_006/780x0__r.jpg?hash=1774537367> (referer: https://ecarstrade.com/cars/7005327)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005302> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005314/photo_001/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005314)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_004/780x0__r.jpg?hash=1774537367> (referer: https://ecarstrade.com/cars/7005327)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_005/780x0__r.jpg?hash=1774537351> (referer: https://ecarstrade.com/cars/7005317)
2026-03-26 22:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_003/780x0__r.jpg?hash=1774537367> (referer: https://ecarstrade.com/cars/7005327)
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f5683033-153e-527c-a6e5-8fc4d0d18565
2026-03-26 22:01:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f5683033-153e-527c-a6e5-8fc4d0d18565, skipping ID generation
2026-03-26 22:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5683033-153e-527c-a6e5-8fc4d0d18565 with scrape type 1
2026-03-26 22:01:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f5683033-153e-527c-a6e5-8fc4d0d18565 sending to next pipeline
2026-03-26 22:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f5683033-153e-527c-a6e5-8fc4d0d18565, identifier: 7005297auction111085
2026-03-26 22:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f5683033-153e-527c-a6e5-8fc4d0d18565 with identifier: 7005297auction111085
2026-03-26 22:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f5683033-153e-527c-a6e5-8fc4d0d18565 with identifier: 7005297auction111085
2026-03-26 22:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f5683033-153e-527c-a6e5-8fc4d0d18565 with identifier: 7005297auction111085 to the API
2026-03-26 22:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005297/photo_001/780x0__r.jpg?hash=1774537325>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f5683033-153e-527c-a6e5-8fc4d0d18565',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005297',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'BMW',
'model': 'X3',
'odometer': 59001,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe X3 xDrive 20 d M Sport 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe xDrive 20 d M Sport 2.0 140KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005297auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:41 [ecarstrade.de] INFO: Saving data for 7005297auction111085: {'created_time': 1774562501.213699, 'last_price_update_time': 1774562501.21371, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005297auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_003/780x0__r.jpg?hash=1774537351> (referer: https://ecarstrade.com/cars/7005317)
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_004/780x0__r.jpg?hash=1774537351> (referer: https://ecarstrade.com/cars/7005317)
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_001/780x0__r.jpg?hash=1774537367> (referer: https://ecarstrade.com/cars/7005327)
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_002/780x0__r.jpg?hash=1774537352> (referer: https://ecarstrade.com/cars/7005317)
2026-03-26 22:01:41 [ecarstrade.de] INFO: Extracting details for car 7005302auction111085
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 with identifier: 7005302auction111085
2026-03-26 22:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 with scrape type 1
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005302%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537331%27 HTTP/1.1" 200 None
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_001/780x0__r.jpg?hash=1774537331 not downloaded yet
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 91c5cca9-49ab-517b-9b98-a2ce81b5b54c
2026-03-26 22:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 91c5cca9-49ab-517b-9b98-a2ce81b5b54c, skipping ID generation
2026-03-26 22:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91c5cca9-49ab-517b-9b98-a2ce81b5b54c with scrape type 1
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 91c5cca9-49ab-517b-9b98-a2ce81b5b54c sending to next pipeline
2026-03-26 22:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 91c5cca9-49ab-517b-9b98-a2ce81b5b54c, identifier: 7005314auction111085
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 91c5cca9-49ab-517b-9b98-a2ce81b5b54c with identifier: 7005314auction111085
2026-03-26 22:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 91c5cca9-49ab-517b-9b98-a2ce81b5b54c with identifier: 7005314auction111085
2026-03-26 22:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 91c5cca9-49ab-517b-9b98-a2ce81b5b54c with identifier: 7005314auction111085 to the API
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005314/photo_001/780x0__r.jpg?hash=1774537350>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Electric',
'id': '91c5cca9-49ab-517b-9b98-a2ce81b5b54c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005314',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'AC',
'model': 'Jaguar I-Pace',
'odometer': 20157,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'I-PACE R-Dynamic HSE 90kWh',
'transmission': 'automatic',
'trim': 'I-PE R-Dynamic HSE 90kWh',
'vin': None,
'year': 2023}
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005314auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:41 [ecarstrade.de] INFO: Saving data for 7005314auction111085: {'created_time': 1774562501.79401, 'last_price_update_time': 1774562501.794025, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005314auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_005/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005286)
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_001/780x0__r.jpg?hash=1774537352> (referer: https://ecarstrade.com/cars/7005317)
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_004/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005286)
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_006/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005286)
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005302%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_002/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d34bef2-6a80-52c2-b8e6-54015042001f
2026-03-26 22:01:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d34bef2-6a80-52c2-b8e6-54015042001f, skipping ID generation
2026-03-26 22:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d34bef2-6a80-52c2-b8e6-54015042001f with scrape type 1
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d34bef2-6a80-52c2-b8e6-54015042001f sending to next pipeline
2026-03-26 22:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2d34bef2-6a80-52c2-b8e6-54015042001f, identifier: 7005327auction111085
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005302%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537331%27 HTTP/1.1" 200 None
2026-03-26 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_003/780x0__r.jpg?hash=1774537331 not downloaded yet
2026-03-26 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005292> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2d34bef2-6a80-52c2-b8e6-54015042001f with identifier: 7005327auction111085
2026-03-26 22:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2d34bef2-6a80-52c2-b8e6-54015042001f with identifier: 7005327auction111085
2026-03-26 22:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2d34bef2-6a80-52c2-b8e6-54015042001f with identifier: 7005327auction111085 to the API
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005327/photo_001/780x0__r.jpg?hash=1774537367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Electric',
'id': '2d34bef2-6a80-52c2-b8e6-54015042001f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005327',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Opel',
'model': 'Movano',
'odometer': 16498,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Movano Kasten H3 40 L4H3 Elektromotor 110kWh',
'transmission': 'automatic',
'trim': 'Kasten H3 40 L4H3 Elektromotor 110kWh',
'vin': None,
'year': 2024}
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005327auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:42 [ecarstrade.de] INFO: Saving data for 7005327auction111085: {'created_time': 1774562502.376919, 'last_price_update_time': 1774562502.376934, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005327auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:42 [ecarstrade.de] INFO: Extracting details for car 7005292auction111085
2026-03-26 22:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_002/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005286)
2026-03-26 22:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_003/780x0__r.jpg?hash=1774537301> (referer: https://ecarstrade.com/cars/7005286)
2026-03-26 22:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_005/780x0__r.jpg?hash=1774537305> (referer: https://ecarstrade.com/cars/7005288)
2026-03-26 22:01:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_004/780x0__r.jpg?hash=1774537305> (referer: https://ecarstrade.com/cars/7005288)
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005302%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537331%27 HTTP/1.1" 200 None
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_004/780x0__r.jpg?hash=1774537331 not downloaded yet
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01794cd7-67f0-59c2-a9b2-8d13d08e866a
2026-03-26 22:01:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01794cd7-67f0-59c2-a9b2-8d13d08e866a, skipping ID generation
2026-03-26 22:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01794cd7-67f0-59c2-a9b2-8d13d08e866a with scrape type 1
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01794cd7-67f0-59c2-a9b2-8d13d08e866a sending to next pipeline
2026-03-26 22:01:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 01794cd7-67f0-59c2-a9b2-8d13d08e866a, identifier: 7005317auction111085
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 01794cd7-67f0-59c2-a9b2-8d13d08e866a with identifier: 7005317auction111085
2026-03-26 22:01:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 01794cd7-67f0-59c2-a9b2-8d13d08e866a with identifier: 7005317auction111085
2026-03-26 22:01:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 01794cd7-67f0-59c2-a9b2-8d13d08e866a with identifier: 7005317auction111085 to the API
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005317/photo_001/780x0__r.jpg?hash=1774537352>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '01794cd7-67f0-59c2-a9b2-8d13d08e866a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005317',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 45749,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse T-Modell C 220 T d Edition AMG Line (206.204)AMG AMG Line '
'145KW AT9 6E',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell T d Edition AMG Line (206.204)AMG AMG Line 145KW '
'AT9 6E',
'vin': None,
'year': 2024}
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005317auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:42 [ecarstrade.de] INFO: Saving data for 7005317auction111085: {'created_time': 1774562502.941427, 'last_price_update_time': 1774562502.941438, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005317auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005302%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_005/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:01:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a721288e-5fbb-58dd-beb5-4f593a7550ca with identifier: 7005292auction111085
2026-03-26 22:01:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a721288e-5fbb-58dd-beb5-4f593a7550ca with scrape type 1
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005292%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537313%27 HTTP/1.1" 200 None
2026-03-26 22:01:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_001/780x0__r.jpg?hash=1774537313 not downloaded yet
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_001/780x0__r.jpg?hash=1774537305> (referer: https://ecarstrade.com/cars/7005288)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_002/780x0__r.jpg?hash=1774537305> (referer: https://ecarstrade.com/cars/7005288)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_005/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005316)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_001/780x0__r.jpg?hash=1774537331> (referer: https://ecarstrade.com/cars/7005302)
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005302%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537331%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_006/780x0__r.jpg?hash=1774537331 not downloaded yet
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005292%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537313%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_002/780x0__r.jpg?hash=1774537313 not downloaded yet
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d2c47f2-4f65-56d2-b438-ecae36f4922c
2026-03-26 22:01:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d2c47f2-4f65-56d2-b438-ecae36f4922c, skipping ID generation
2026-03-26 22:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d2c47f2-4f65-56d2-b438-ecae36f4922c with scrape type 1
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d2c47f2-4f65-56d2-b438-ecae36f4922c sending to next pipeline
2026-03-26 22:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0d2c47f2-4f65-56d2-b438-ecae36f4922c, identifier: 7005286auction111085
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_003/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005316)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_004/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005316)
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005292%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537312%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_003/780x0__r.jpg?hash=1774537312 not downloaded yet
2026-03-26 22:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0d2c47f2-4f65-56d2-b438-ecae36f4922c with identifier: 7005286auction111085
2026-03-26 22:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0d2c47f2-4f65-56d2-b438-ecae36f4922c with identifier: 7005286auction111085
2026-03-26 22:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0d2c47f2-4f65-56d2-b438-ecae36f4922c with identifier: 7005286auction111085 to the API
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-26 22:01:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005286/photo_003/780x0__r.jpg?hash=1774537301>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0d2c47f2-4f65-56d2-b438-ecae36f4922c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005286',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 83122,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Lim. 45 TDI quattro design 3.0 TDI 180KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Lim. 45 TDI quattro design 3.0 TDI 180KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005286auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [ecarstrade.de] INFO: Saving data for 7005286auction111085: {'created_time': 1774562503.58105, 'last_price_update_time': 1774562503.581061, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005286auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_002/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005302)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_002/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005316)
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005292%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537312%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_004/780x0__r.jpg?hash=1774537312 not downloaded yet
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_001/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005316)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_003/780x0__r.jpg?hash=1774537331> (referer: https://ecarstrade.com/cars/7005302)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_003/780x0__r.jpg?hash=1774537305> (referer: https://ecarstrade.com/cars/7005288)
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005292%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537312%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_005/780x0__r.jpg?hash=1774537312 not downloaded yet
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005292%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537313%27 HTTP/1.1" 200 None
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_006/780x0__r.jpg?hash=1774537313 not downloaded yet
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_003/780x0__r.jpg?hash=1774537360> (referer: https://ecarstrade.com/cars/7005322)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_004/780x0__r.jpg?hash=1774537331> (referer: https://ecarstrade.com/cars/7005302)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_005/780x0__r.jpg?hash=1774537360> (referer: https://ecarstrade.com/cars/7005322)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_002/780x0__r.jpg?hash=1774537360> (referer: https://ecarstrade.com/cars/7005322)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_004/780x0__r.jpg?hash=1774537360> (referer: https://ecarstrade.com/cars/7005322)
2026-03-26 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_001/780x0__r.jpg?hash=1774537360> (referer: https://ecarstrade.com/cars/7005322)
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd62d88d-5e2c-5d16-9f8d-aa794ce79724
2026-03-26 22:01:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd62d88d-5e2c-5d16-9f8d-aa794ce79724, skipping ID generation
2026-03-26 22:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd62d88d-5e2c-5d16-9f8d-aa794ce79724 with scrape type 1
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd62d88d-5e2c-5d16-9f8d-aa794ce79724 sending to next pipeline
2026-03-26 22:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bd62d88d-5e2c-5d16-9f8d-aa794ce79724, identifier: 7005316auction111085
2026-03-26 22:01:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bd62d88d-5e2c-5d16-9f8d-aa794ce79724 with identifier: 7005316auction111085
2026-03-26 22:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bd62d88d-5e2c-5d16-9f8d-aa794ce79724 with identifier: 7005316auction111085
2026-03-26 22:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bd62d88d-5e2c-5d16-9f8d-aa794ce79724 with identifier: 7005316auction111085 to the API
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005316/photo_001/780x0__r.jpg?hash=1774537350>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bd62d88d-5e2c-5d16-9f8d-aa794ce79724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005316',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 76820,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse T-Modell C 200 T d (206.203)Avantgarde 120KW AT9 6E',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell T d (206.203)Avantgarde 120KW AT9 6E',
'vin': None,
'year': 2024}
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005316auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:44 [ecarstrade.de] INFO: Saving data for 7005316auction111085: {'created_time': 1774562504.352132, 'last_price_update_time': 1774562504.352143, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005316auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_002/780x0__r.jpg?hash=1774537313> (referer: https://ecarstrade.com/cars/7005292)
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_006/780x0__r.jpg?hash=1774537331> (referer: https://ecarstrade.com/cars/7005302)
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_005/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005302)
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5df8536e-359a-5572-99c5-11968a6fb299
2026-03-26 22:01:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5df8536e-359a-5572-99c5-11968a6fb299, skipping ID generation
2026-03-26 22:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5df8536e-359a-5572-99c5-11968a6fb299 with scrape type 1
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5df8536e-359a-5572-99c5-11968a6fb299 sending to next pipeline
2026-03-26 22:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5df8536e-359a-5572-99c5-11968a6fb299, identifier: 7005288auction111085
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_003/780x0__r.jpg?hash=1774537312> (referer: https://ecarstrade.com/cars/7005292)
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_001/780x0__r.jpg?hash=1774537313> (referer: https://ecarstrade.com/cars/7005292)
2026-03-26 22:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5df8536e-359a-5572-99c5-11968a6fb299 with identifier: 7005288auction111085
2026-03-26 22:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5df8536e-359a-5572-99c5-11968a6fb299 with identifier: 7005288auction111085
2026-03-26 22:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5df8536e-359a-5572-99c5-11968a6fb299 with identifier: 7005288auction111085 to the API
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005288/photo_003/780x0__r.jpg?hash=1774537305>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '5df8536e-359a-5572-99c5-11968a6fb299',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005288',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'Q5',
'odometer': 76205,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Q5 45 TFSI quattro S line 2.0 TFSI 195KW AT7 E6d',
'transmission': 'automatic',
'trim': '45 TFSI quattro S line 2.0 TFSI 195KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005288auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:44 [ecarstrade.de] INFO: Saving data for 7005288auction111085: {'created_time': 1774562504.855149, 'last_price_update_time': 1774562504.855159, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005288auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 86194d13-5ac4-552a-b733-77e75d3b0583
2026-03-26 22:01:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86194d13-5ac4-552a-b733-77e75d3b0583, skipping ID generation
2026-03-26 22:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86194d13-5ac4-552a-b733-77e75d3b0583 with scrape type 1
2026-03-26 22:01:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86194d13-5ac4-552a-b733-77e75d3b0583 sending to next pipeline
2026-03-26 22:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 86194d13-5ac4-552a-b733-77e75d3b0583, identifier: 7005322auction111085
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_005/780x0__r.jpg?hash=1774537353> (referer: https://ecarstrade.com/cars/7005318)
2026-03-26 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_006/780x0__r.jpg?hash=1774537313> (referer: https://ecarstrade.com/cars/7005292)
2026-03-26 22:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 86194d13-5ac4-552a-b733-77e75d3b0583 with identifier: 7005322auction111085
2026-03-26 22:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 86194d13-5ac4-552a-b733-77e75d3b0583 with identifier: 7005322auction111085
2026-03-26 22:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 86194d13-5ac4-552a-b733-77e75d3b0583 with identifier: 7005322auction111085 to the API
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005322/photo_001/780x0__r.jpg?hash=1774537360>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '86194d13-5ac4-552a-b733-77e75d3b0583',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005322',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 142072,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'GLC -Klasse GLC 220 d 4Matic (253.915) 143KW AT9 E6d',
'transmission': 'automatic',
'trim': 'GLC -Klasse d 4Matic (253.915) 143KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005322auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:45 [ecarstrade.de] INFO: Saving data for 7005322auction111085: {'created_time': 1774562505.350727, 'last_price_update_time': 1774562505.350739, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005322auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_004/780x0__r.jpg?hash=1774537353> (referer: https://ecarstrade.com/cars/7005318)
2026-03-26 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_005/780x0__r.jpg?hash=1774537312> (referer: https://ecarstrade.com/cars/7005292)
2026-03-26 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_004/780x0__r.jpg?hash=1774537312> (referer: https://ecarstrade.com/cars/7005292)
2026-03-26 22:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1
2026-03-26 22:01:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1, skipping ID generation
2026-03-26 22:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 with scrape type 1
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 sending to next pipeline
2026-03-26 22:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1, identifier: 7005302auction111085
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 with identifier: 7005302auction111085
2026-03-26 22:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 with identifier: 7005302auction111085
2026-03-26 22:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1 with identifier: 7005302auction111085 to the API
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005302/photo_005/780x0__r.jpg?hash=1774537332>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bc767bbd-eacc-5292-b2b7-6d7e2b68d9a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005302',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 119194,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga ST-Line X 2.0 EcoBlue 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'ST-Line X 2.0 EcoBlue 140KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005302auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:45 [ecarstrade.de] INFO: Saving data for 7005302auction111085: {'created_time': 1774562505.934934, 'last_price_update_time': 1774562505.934952, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005302auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_002/780x0__r.jpg?hash=1774537353> (referer: https://ecarstrade.com/cars/7005318)
2026-03-26 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_003/780x0__r.jpg?hash=1774537354> (referer: https://ecarstrade.com/cars/7005318)
2026-03-26 22:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_001/780x0__r.jpg?hash=1774537353> (referer: https://ecarstrade.com/cars/7005318)
2026-03-26 22:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a721288e-5fbb-58dd-beb5-4f593a7550ca
2026-03-26 22:01:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a721288e-5fbb-58dd-beb5-4f593a7550ca, skipping ID generation
2026-03-26 22:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a721288e-5fbb-58dd-beb5-4f593a7550ca with scrape type 1
2026-03-26 22:01:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a721288e-5fbb-58dd-beb5-4f593a7550ca sending to next pipeline
2026-03-26 22:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a721288e-5fbb-58dd-beb5-4f593a7550ca, identifier: 7005292auction111085
2026-03-26 22:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a721288e-5fbb-58dd-beb5-4f593a7550ca with identifier: 7005292auction111085
2026-03-26 22:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a721288e-5fbb-58dd-beb5-4f593a7550ca with identifier: 7005292auction111085
2026-03-26 22:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a721288e-5fbb-58dd-beb5-4f593a7550ca with identifier: 7005292auction111085 to the API
2026-03-26 22:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005292/photo_004/780x0__r.jpg?hash=1774537312>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a721288e-5fbb-58dd-beb5-4f593a7550ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005292',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': '120',
'odometer': 106555,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 1 Lim. 120 d Advantage 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 1 Lim. d Advantage 2.0 140KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005292auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:46 [ecarstrade.de] INFO: Saving data for 7005292auction111085: {'created_time': 1774562506.513057, 'last_price_update_time': 1774562506.513068, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005292auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f30b845-b6b9-572d-9b40-cb69f2b6059d
2026-03-26 22:01:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0f30b845-b6b9-572d-9b40-cb69f2b6059d, skipping ID generation
2026-03-26 22:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f30b845-b6b9-572d-9b40-cb69f2b6059d with scrape type 1
2026-03-26 22:01:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0f30b845-b6b9-572d-9b40-cb69f2b6059d sending to next pipeline
2026-03-26 22:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0f30b845-b6b9-572d-9b40-cb69f2b6059d, identifier: 7005318auction111085
2026-03-26 22:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0f30b845-b6b9-572d-9b40-cb69f2b6059d with identifier: 7005318auction111085
2026-03-26 22:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0f30b845-b6b9-572d-9b40-cb69f2b6059d with identifier: 7005318auction111085
2026-03-26 22:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0f30b845-b6b9-572d-9b40-cb69f2b6059d with identifier: 7005318auction111085 to the API
2026-03-26 22:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:01: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-26 22:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005318/photo_001/780x0__r.jpg?hash=1774537353>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0f30b845-b6b9-572d-9b40-cb69f2b6059d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005318',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 31944,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse Lim. C 200 d (206.003)Avantgarde 135KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse Lim. d (206.003)Avantgarde 135KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005318auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:01:47 [ecarstrade.de] INFO: Saving data for 7005318auction111085: {'created_time': 1774562507.015924, 'last_price_update_time': 1774562507.015939, 'auction_closing_time': 1774618800.0}
2026-03-26 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005318auction111085') HTTP/1.1" 204 0
2026-03-26 22:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005283> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005320> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:53 [ecarstrade.de] INFO: Extracting details for car 7005283auction111085
2026-03-26 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b521f523-c86f-5beb-bee6-1f18227f412b with identifier: 7005283auction111085
2026-03-26 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b521f523-c86f-5beb-bee6-1f18227f412b with scrape type 1
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005283%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_001/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005283%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537298%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_002/780x0__r.jpg?hash=1774537298 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005283%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_003/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:01:53 [ecarstrade.de] INFO: Extracting details for car 7005320auction111085
2026-03-26 22:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005339> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005283%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537298%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_004/780x0__r.jpg?hash=1774537298 not downloaded yet
2026-03-26 22:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c60bd3-c965-548d-8732-023f8b100782 with identifier: 7005320auction111085
2026-03-26 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c60bd3-c965-548d-8732-023f8b100782 with scrape type 1
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005320%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537356%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_001/780x0__r.jpg?hash=1774537356 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005283%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_005/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005320%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537356%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_002/780x0__r.jpg?hash=1774537356 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005283%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537298%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_006/780x0__r.jpg?hash=1774537298 not downloaded yet
2026-03-26 22:01:53 [ecarstrade.de] INFO: Extracting details for car 7005339auction111085
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005320%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537356%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_003/780x0__r.jpg?hash=1774537356 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005320%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537356%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_004/780x0__r.jpg?hash=1774537356 not downloaded yet
2026-03-26 22:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005331> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fccdf08-30ba-50d5-b357-53c1080d6bc8 with identifier: 7005339auction111085
2026-03-26 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fccdf08-30ba-50d5-b357-53c1080d6bc8 with scrape type 1
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005339%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537384%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_001/780x0__r.jpg?hash=1774537384 not downloaded yet
2026-03-26 22:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005320%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537356%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_005/780x0__r.jpg?hash=1774537356 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005339%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537384%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_002/780x0__r.jpg?hash=1774537384 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005320%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537356%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_006/780x0__r.jpg?hash=1774537356 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005339%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537384%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_003/780x0__r.jpg?hash=1774537384 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005339%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537384%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_004/780x0__r.jpg?hash=1774537384 not downloaded yet
2026-03-26 22:01:53 [ecarstrade.de] INFO: Extracting details for car 7005331auction111085
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005339%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537385%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_005/780x0__r.jpg?hash=1774537385 not downloaded yet
2026-03-26 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af257a69-755a-5560-b23c-e0ac91241e5b with identifier: 7005331auction111085
2026-03-26 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af257a69-755a-5560-b23c-e0ac91241e5b with scrape type 1
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005331%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_001/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005339%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537384%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_006/780x0__r.jpg?hash=1774537384 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005331%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_002/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005331%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537371%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_003/780x0__r.jpg?hash=1774537371 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005331%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_004/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005331%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_005/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005331%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_006/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005285> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:54 [ecarstrade.de] INFO: Extracting details for car 7005285auction111085
2026-03-26 22:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d09966eb-23c8-58a3-8788-c1eb62584eb0 with identifier: 7005285auction111085
2026-03-26 22:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09966eb-23c8-58a3-8788-c1eb62584eb0 with scrape type 1
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005285%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537303%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_001/780x0__r.jpg?hash=1774537303 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005285%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537303%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_002/780x0__r.jpg?hash=1774537303 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005285%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537303%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_003/780x0__r.jpg?hash=1774537303 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005285%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537304%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_004/780x0__r.jpg?hash=1774537304 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005285%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537304%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_005/780x0__r.jpg?hash=1774537304 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005285%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537304%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_006/780x0__r.jpg?hash=1774537304 not downloaded yet
2026-03-26 22:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005305> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:54 [ecarstrade.de] INFO: Extracting details for car 7005305auction111085
2026-03-26 22:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46f3d782-7031-5a62-a2bc-fdc6c99f3334 with identifier: 7005305auction111085
2026-03-26 22:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f3d782-7031-5a62-a2bc-fdc6c99f3334 with scrape type 1
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005305%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537334%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_001/780x0__r.jpg?hash=1774537334 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005305%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537335%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_002/780x0__r.jpg?hash=1774537335 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005305%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537334%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_003/780x0__r.jpg?hash=1774537334 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005305%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537335%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_004/780x0__r.jpg?hash=1774537335 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005305%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537335%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_005/780x0__r.jpg?hash=1774537335 not downloaded yet
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005305%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537334%27 HTTP/1.1" 200 None
2026-03-26 22:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_006/780x0__r.jpg?hash=1774537334 not downloaded yet
2026-03-26 22:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005294> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:01:55 [ecarstrade.de] INFO: Extracting details for car 7005294auction111085
2026-03-26 22:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9a0fd54-1870-5201-8ae5-802673004e65 with identifier: 7005294auction111085
2026-03-26 22:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9a0fd54-1870-5201-8ae5-802673004e65 with scrape type 1
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005294%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537316%27 HTTP/1.1" 200 None
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_001/780x0__r.jpg?hash=1774537316 not downloaded yet
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005294%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537315%27 HTTP/1.1" 200 None
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_002/780x0__r.jpg?hash=1774537315 not downloaded yet
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005294%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537316%27 HTTP/1.1" 200 None
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_003/780x0__r.jpg?hash=1774537316 not downloaded yet
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005294%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537315%27 HTTP/1.1" 200 None
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_004/780x0__r.jpg?hash=1774537315 not downloaded yet
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005294%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537315%27 HTTP/1.1" 200 None
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_005/780x0__r.jpg?hash=1774537315 not downloaded yet
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005294%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537315%27 HTTP/1.1" 200 None
2026-03-26 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_006/780x0__r.jpg?hash=1774537315 not downloaded yet
2026-03-26 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005281> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:00 [ecarstrade.de] INFO: Extracting details for car 7005281auction111085
2026-03-26 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005296> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 with identifier: 7005281auction111085
2026-03-26 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 with scrape type 1
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005281%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537298%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_001/780x0__r.jpg?hash=1774537298 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005281%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537298%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_002/780x0__r.jpg?hash=1774537298 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005281%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537297%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_003/780x0__r.jpg?hash=1774537297 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005281%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537297%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_004/780x0__r.jpg?hash=1774537297 not downloaded yet
2026-03-26 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005315> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005281%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537297%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_005/780x0__r.jpg?hash=1774537297 not downloaded yet
2026-03-26 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-26 22:02:00 [ecarstrade.de] INFO: Extracting details for car 7005296auction111085
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005281%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537297%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_006/780x0__r.jpg?hash=1774537297 not downloaded yet
2026-03-26 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c803c645-2c1b-5568-90bf-a39fbeede264 with identifier: 7005296auction111085
2026-03-26 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c803c645-2c1b-5568-90bf-a39fbeede264 with scrape type 1
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005296%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537322%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_001/780x0__r.jpg?hash=1774537322 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005296%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537320%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_002/780x0__r.jpg?hash=1774537320 not downloaded yet
2026-03-26 22:02:00 [ecarstrade.de] INFO: Extracting details for car 7005315auction111085
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005296%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537322%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_003/780x0__r.jpg?hash=1774537322 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005296%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537320%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_004/780x0__r.jpg?hash=1774537320 not downloaded yet
2026-03-26 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005291> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f7f8132-7ee1-5074-958e-828f55a4a34e with identifier: 7005315auction111085
2026-03-26 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f7f8132-7ee1-5074-958e-828f55a4a34e with scrape type 1
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 7f7f8132-7ee1-5074-958e-828f55a4a34e
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005315%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537350%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005315/photo_001/780x0__r.jpg?hash=1774537350 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005296%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537320%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_005/780x0__r.jpg?hash=1774537320 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005296%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537320%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_006/780x0__r.jpg?hash=1774537320 not downloaded yet
2026-03-26 22:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_003/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005283)
2026-03-26 22:02:00 [ecarstrade.de] INFO: Extracting details for car 7005291auction111085
2026-03-26 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e413af73-6356-509a-bd09-15063acbf7e7 with identifier: 7005291auction111085
2026-03-26 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e413af73-6356-509a-bd09-15063acbf7e7 with scrape type 1
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005291%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537311%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_001/780x0__r.jpg?hash=1774537311 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005291%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537311%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_002/780x0__r.jpg?hash=1774537311 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005291%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537311%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_003/780x0__r.jpg?hash=1774537311 not downloaded yet
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005291%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537311%27 HTTP/1.1" 200 None
2026-03-26 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_004/780x0__r.jpg?hash=1774537311 not downloaded yet
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_001/780x0__r.jpg?hash=1774537384> (referer: https://ecarstrade.com/cars/7005339)
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005291%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537311%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_005/780x0__r.jpg?hash=1774537311 not downloaded yet
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005291%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537311%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_006/780x0__r.jpg?hash=1774537311 not downloaded yet
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_006/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005331)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005336> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_006/780x0__r.jpg?hash=1774537304> (referer: https://ecarstrade.com/cars/7005285)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_006/780x0__r.jpg?hash=1774537315> (referer: https://ecarstrade.com/cars/7005294)
2026-03-26 22:02:01 [ecarstrade.de] INFO: Extracting details for car 7005336auction111085
2026-03-26 22:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2007ac5a-90f6-57a9-b933-0d531da4e54b with identifier: 7005336auction111085
2026-03-26 22:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2007ac5a-90f6-57a9-b933-0d531da4e54b with scrape type 1
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005336%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537380%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_001/780x0__r.jpg?hash=1774537380 not downloaded yet
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_006/780x0__r.jpg?hash=1774537334> (referer: https://ecarstrade.com/cars/7005305)
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005336%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537380%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_002/780x0__r.jpg?hash=1774537380 not downloaded yet
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005336%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537381%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_003/780x0__r.jpg?hash=1774537381 not downloaded yet
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005336%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537380%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_004/780x0__r.jpg?hash=1774537380 not downloaded yet
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_005/780x0__r.jpg?hash=1774537315> (referer: https://ecarstrade.com/cars/7005294)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_004/780x0__r.jpg?hash=1774537297> (referer: https://ecarstrade.com/cars/7005281)
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005336%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537380%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_005/780x0__r.jpg?hash=1774537380 not downloaded yet
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005336%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537380%27 HTTP/1.1" 200 None
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_006/780x0__r.jpg?hash=1774537380 not downloaded yet
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_003/780x0__r.jpg?hash=1774537322> (referer: https://ecarstrade.com/cars/7005296)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_006/780x0__r.jpg?hash=1774537320> (referer: https://ecarstrade.com/cars/7005296)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_004/780x0__r.jpg?hash=1774537311> (referer: https://ecarstrade.com/cars/7005291)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_006/780x0__r.jpg?hash=1774537311> (referer: https://ecarstrade.com/cars/7005291)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_003/780x0__r.jpg?hash=1774537311> (referer: https://ecarstrade.com/cars/7005291)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_005/780x0__r.jpg?hash=1774537311> (referer: https://ecarstrade.com/cars/7005291)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_002/780x0__r.jpg?hash=1774537311> (referer: https://ecarstrade.com/cars/7005291)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_001/780x0__r.jpg?hash=1774537380> (referer: https://ecarstrade.com/cars/7005336)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_004/780x0__r.jpg?hash=1774537380> (referer: https://ecarstrade.com/cars/7005336)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_003/780x0__r.jpg?hash=1774537381> (referer: https://ecarstrade.com/cars/7005336)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_006/780x0__r.jpg?hash=1774537380> (referer: https://ecarstrade.com/cars/7005336)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_005/780x0__r.jpg?hash=1774537380> (referer: https://ecarstrade.com/cars/7005336)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_002/780x0__r.jpg?hash=1774537380> (referer: https://ecarstrade.com/cars/7005336)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_001/780x0__r.jpg?hash=1774537311> (referer: https://ecarstrade.com/cars/7005291)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_005/780x0__r.jpg?hash=1774537320> (referer: https://ecarstrade.com/cars/7005296)
2026-03-26 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005315/photo_001/780x0__r.jpg?hash=1774537350> (referer: https://ecarstrade.com/cars/7005315)
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2007ac5a-90f6-57a9-b933-0d531da4e54b
2026-03-26 22:02:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2007ac5a-90f6-57a9-b933-0d531da4e54b, skipping ID generation
2026-03-26 22:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2007ac5a-90f6-57a9-b933-0d531da4e54b with scrape type 1
2026-03-26 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2007ac5a-90f6-57a9-b933-0d531da4e54b sending to next pipeline
2026-03-26 22:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2007ac5a-90f6-57a9-b933-0d531da4e54b, identifier: 7005336auction111085
2026-03-26 22:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2007ac5a-90f6-57a9-b933-0d531da4e54b with identifier: 7005336auction111085
2026-03-26 22:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2007ac5a-90f6-57a9-b933-0d531da4e54b with identifier: 7005336auction111085
2026-03-26 22:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2007ac5a-90f6-57a9-b933-0d531da4e54b with identifier: 7005336auction111085 to the API
2026-03-26 22:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005336/photo_002/780x0__r.jpg?hash=1774537380>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Electric',
'id': '2007ac5a-90f6-57a9-b933-0d531da4e54b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005336',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 53050,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'ID.4 Pro Performance 77kWh',
'transmission': 'automatic',
'trim': 'Pro Performance 77kWh',
'vin': None,
'year': 2022}
2026-03-26 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005336auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:02 [ecarstrade.de] INFO: Saving data for 7005336auction111085: {'created_time': 1774562522.573563, 'last_price_update_time': 1774562522.573578, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005336auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_004/780x0__r.jpg?hash=1774537320> (referer: https://ecarstrade.com/cars/7005296)
2026-03-26 22:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_002/780x0__r.jpg?hash=1774537320> (referer: https://ecarstrade.com/cars/7005296)
2026-03-26 22:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005295> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e413af73-6356-509a-bd09-15063acbf7e7
2026-03-26 22:02:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e413af73-6356-509a-bd09-15063acbf7e7, skipping ID generation
2026-03-26 22:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e413af73-6356-509a-bd09-15063acbf7e7 with scrape type 1
2026-03-26 22:02:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e413af73-6356-509a-bd09-15063acbf7e7 sending to next pipeline
2026-03-26 22:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e413af73-6356-509a-bd09-15063acbf7e7, identifier: 7005291auction111085
2026-03-26 22:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7f7f8132-7ee1-5074-958e-828f55a4a34e
2026-03-26 22:02:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f7f8132-7ee1-5074-958e-828f55a4a34e, skipping ID generation
2026-03-26 22:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f7f8132-7ee1-5074-958e-828f55a4a34e with scrape type 1
2026-03-26 22:02:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f7f8132-7ee1-5074-958e-828f55a4a34e sending to next pipeline
2026-03-26 22:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7f7f8132-7ee1-5074-958e-828f55a4a34e, identifier: 7005315auction111085
2026-03-26 22:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e413af73-6356-509a-bd09-15063acbf7e7 with identifier: 7005291auction111085
2026-03-26 22:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e413af73-6356-509a-bd09-15063acbf7e7 with identifier: 7005291auction111085
2026-03-26 22:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e413af73-6356-509a-bd09-15063acbf7e7 with identifier: 7005291auction111085 to the API
2026-03-26 22:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005291/photo_001/780x0__r.jpg?hash=1774537311>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e413af73-6356-509a-bd09-15063acbf7e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005291',
'listing': 'auction',
'location': 'Germany - "DE-12-BERLIN-BECKER&BECKMANN"',
'make': 'BMW',
'model': '220',
'odometer': 94108,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 2 Gran Coupe 220 d xDrive Sport Line 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 2 Gran Coupe d xDrive Sport Line 140KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005291auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [ecarstrade.de] INFO: Saving data for 7005291auction111085: {'created_time': 1774562523.197226, 'last_price_update_time': 1774562523.197238, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005291auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7f7f8132-7ee1-5074-958e-828f55a4a34e with identifier: 7005315auction111085
2026-03-26 22:02:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7f7f8132-7ee1-5074-958e-828f55a4a34e with identifier: 7005315auction111085
2026-03-26 22:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7f7f8132-7ee1-5074-958e-828f55a4a34e with identifier: 7005315auction111085 to the API
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005315/photo_001/780x0__r.jpg?hash=1774537350>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f7f8132-7ee1-5074-958e-828f55a4a34e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005315',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 64873,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'A Limousine A 250 e (177.186) 1.3 160KW AT8 E6d',
'transmission': 'automatic',
'trim': 'A Limousine e (177.186) 1.3 160KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005315auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [ecarstrade.de] INFO: Saving data for 7005315auction111085: {'created_time': 1774562523.645763, 'last_price_update_time': 1774562523.645775, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005315auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_006/780x0__r.jpg?hash=1774537297> (referer: https://ecarstrade.com/cars/7005281)
2026-03-26 22:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_001/780x0__r.jpg?hash=1774537322> (referer: https://ecarstrade.com/cars/7005296)
2026-03-26 22:02:03 [ecarstrade.de] INFO: Extracting details for car 7005295auction111085
2026-03-26 22:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_005/780x0__r.jpg?hash=1774537297> (referer: https://ecarstrade.com/cars/7005281)
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6456c7b4-6b8a-5b34-8bd5-10198bac3adb with identifier: 7005295auction111085
2026-03-26 22:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb with scrape type 1
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005295%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537317%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_001/780x0__r.jpg?hash=1774537317 not downloaded yet
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005295%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537317%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_002/780x0__r.jpg?hash=1774537317 not downloaded yet
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005295%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537317%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_003/780x0__r.jpg?hash=1774537317 not downloaded yet
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005295%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537317%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_004/780x0__r.jpg?hash=1774537317 not downloaded yet
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005295%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537318%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_005/780x0__r.jpg?hash=1774537318 not downloaded yet
2026-03-26 22:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_002/780x0__r.jpg?hash=1774537298> (referer: https://ecarstrade.com/cars/7005281)
2026-03-26 22:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_001/780x0__r.jpg?hash=1774537298> (referer: https://ecarstrade.com/cars/7005281)
2026-03-26 22:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_003/780x0__r.jpg?hash=1774537297> (referer: https://ecarstrade.com/cars/7005281)
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005295%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537318%27 HTTP/1.1" 200 None
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_006/780x0__r.jpg?hash=1774537318 not downloaded yet
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c803c645-2c1b-5568-90bf-a39fbeede264
2026-03-26 22:02:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c803c645-2c1b-5568-90bf-a39fbeede264, skipping ID generation
2026-03-26 22:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c803c645-2c1b-5568-90bf-a39fbeede264 with scrape type 1
2026-03-26 22:02:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c803c645-2c1b-5568-90bf-a39fbeede264 sending to next pipeline
2026-03-26 22:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c803c645-2c1b-5568-90bf-a39fbeede264, identifier: 7005296auction111085
2026-03-26 22:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c803c645-2c1b-5568-90bf-a39fbeede264 with identifier: 7005296auction111085
2026-03-26 22:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c803c645-2c1b-5568-90bf-a39fbeede264 with identifier: 7005296auction111085
2026-03-26 22:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c803c645-2c1b-5568-90bf-a39fbeede264 with identifier: 7005296auction111085 to the API
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02:04 [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-26 22:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005296/photo_001/780x0__r.jpg?hash=1774537322>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c803c645-2c1b-5568-90bf-a39fbeede264',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005296',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': 'X1',
'odometer': 88854,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe X1 xDrive 20 d Advantage 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe xDrive 20 d Advantage 2.0 140KW AT8 E6d',
'vin': None,
'year': 2020}
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005296auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:04 [ecarstrade.de] INFO: Saving data for 7005296auction111085: {'created_time': 1774562524.305266, 'last_price_update_time': 1774562524.30528, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005296auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_004/780x0__r.jpg?hash=1774537315> (referer: https://ecarstrade.com/cars/7005294)
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_003/780x0__r.jpg?hash=1774537316> (referer: https://ecarstrade.com/cars/7005294)
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_002/780x0__r.jpg?hash=1774537315> (referer: https://ecarstrade.com/cars/7005294)
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3
2026-03-26 22:02:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 16028b45-e063-55f5-b1dc-c3d2e5f80bc3, skipping ID generation
2026-03-26 22:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 with scrape type 1
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 sending to next pipeline
2026-03-26 22:02:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 16028b45-e063-55f5-b1dc-c3d2e5f80bc3, identifier: 7005281auction111085
2026-03-26 22:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 with identifier: 7005281auction111085
2026-03-26 22:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 with identifier: 7005281auction111085
2026-03-26 22:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 16028b45-e063-55f5-b1dc-c3d2e5f80bc3 with identifier: 7005281auction111085 to the API
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02:04 [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-26 22:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005281/photo_003/780x0__r.jpg?hash=1774537297>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '16028b45-e063-55f5-b1dc-c3d2e5f80bc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005281',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'A5',
'odometer': 64164,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'A5 Sportback 35 TFSI 2.0 TFSI 110KW MT6 E6d',
'transmission': 'manual',
'trim': 'Sportback 35 TFSI 2.0 TFSI 110KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005281auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:04 [ecarstrade.de] INFO: Saving data for 7005281auction111085: {'created_time': 1774562524.905363, 'last_price_update_time': 1774562524.905374, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005281auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_001/780x0__r.jpg?hash=1774537316> (referer: https://ecarstrade.com/cars/7005294)
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_005/780x0__r.jpg?hash=1774537335> (referer: https://ecarstrade.com/cars/7005305)
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_004/780x0__r.jpg?hash=1774537335> (referer: https://ecarstrade.com/cars/7005305)
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005319> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_004/780x0__r.jpg?hash=1774537317> (referer: https://ecarstrade.com/cars/7005295)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_003/780x0__r.jpg?hash=1774537334> (referer: https://ecarstrade.com/cars/7005305)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_005/780x0__r.jpg?hash=1774537318> (referer: https://ecarstrade.com/cars/7005295)
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f9a0fd54-1870-5201-8ae5-802673004e65
2026-03-26 22:02:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f9a0fd54-1870-5201-8ae5-802673004e65, skipping ID generation
2026-03-26 22:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9a0fd54-1870-5201-8ae5-802673004e65 with scrape type 1
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f9a0fd54-1870-5201-8ae5-802673004e65 sending to next pipeline
2026-03-26 22:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f9a0fd54-1870-5201-8ae5-802673004e65, identifier: 7005294auction111085
2026-03-26 22:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f9a0fd54-1870-5201-8ae5-802673004e65 with identifier: 7005294auction111085
2026-03-26 22:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f9a0fd54-1870-5201-8ae5-802673004e65 with identifier: 7005294auction111085
2026-03-26 22:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f9a0fd54-1870-5201-8ae5-802673004e65 with identifier: 7005294auction111085 to the API
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005294/photo_001/780x0__r.jpg?hash=1774537316>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f9a0fd54-1870-5201-8ae5-802673004e65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005294',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 32576,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d 2.0 140KW AT8 E6d',
'vin': None,
'year': 2024}
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005294auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [ecarstrade.de] INFO: Saving data for 7005294auction111085: {'created_time': 1774562525.484407, 'last_price_update_time': 1774562525.484419, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005294auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_006/780x0__r.jpg?hash=1774537318> (referer: https://ecarstrade.com/cars/7005295)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_002/780x0__r.jpg?hash=1774537335> (referer: https://ecarstrade.com/cars/7005305)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_003/780x0__r.jpg?hash=1774537317> (referer: https://ecarstrade.com/cars/7005295)
2026-03-26 22:02:05 [ecarstrade.de] INFO: Extracting details for car 7005319auction111085
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_002/780x0__r.jpg?hash=1774537317> (referer: https://ecarstrade.com/cars/7005295)
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:02:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab304801-c71d-58d1-a5df-45061a552b1f with identifier: 7005319auction111085
2026-03-26 22:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab304801-c71d-58d1-a5df-45061a552b1f with scrape type 1
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005319%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537355%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_001/780x0__r.jpg?hash=1774537355 not downloaded yet
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005319%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537354%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_002/780x0__r.jpg?hash=1774537354 not downloaded yet
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005319%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537354%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_003/780x0__r.jpg?hash=1774537354 not downloaded yet
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005319%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537354%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_004/780x0__r.jpg?hash=1774537354 not downloaded yet
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_001/780x0__r.jpg?hash=1774537334> (referer: https://ecarstrade.com/cars/7005305)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_005/780x0__r.jpg?hash=1774537304> (referer: https://ecarstrade.com/cars/7005285)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_001/780x0__r.jpg?hash=1774537317> (referer: https://ecarstrade.com/cars/7005295)
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005319%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537355%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_005/780x0__r.jpg?hash=1774537355 not downloaded yet
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_004/780x0__r.jpg?hash=1774537304> (referer: https://ecarstrade.com/cars/7005285)
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005319%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537354%27 HTTP/1.1" 200 None
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_006/780x0__r.jpg?hash=1774537354 not downloaded yet
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_003/780x0__r.jpg?hash=1774537303> (referer: https://ecarstrade.com/cars/7005285)
2026-03-26 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_002/780x0__r.jpg?hash=1774537303> (referer: https://ecarstrade.com/cars/7005285)
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 46f3d782-7031-5a62-a2bc-fdc6c99f3334
2026-03-26 22:02:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46f3d782-7031-5a62-a2bc-fdc6c99f3334, skipping ID generation
2026-03-26 22:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f3d782-7031-5a62-a2bc-fdc6c99f3334 with scrape type 1
2026-03-26 22:02:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 46f3d782-7031-5a62-a2bc-fdc6c99f3334 sending to next pipeline
2026-03-26 22:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 46f3d782-7031-5a62-a2bc-fdc6c99f3334, identifier: 7005305auction111085
2026-03-26 22:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 46f3d782-7031-5a62-a2bc-fdc6c99f3334 with identifier: 7005305auction111085
2026-03-26 22:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 46f3d782-7031-5a62-a2bc-fdc6c99f3334 with identifier: 7005305auction111085
2026-03-26 22:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 46f3d782-7031-5a62-a2bc-fdc6c99f3334 with identifier: 7005305auction111085 to the API
2026-03-26 22:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005305/photo_001/780x0__r.jpg?hash=1774537334>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '46f3d782-7031-5a62-a2bc-fdc6c99f3334',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005305',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 78391,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga Hybrid ST-Line X 2.0 EcoBlue 110KW MT6 E6d',
'transmission': 'manual',
'trim': 'Hybrid ST-Line X 2.0 EcoBlue 110KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005305auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:06 [ecarstrade.de] INFO: Saving data for 7005305auction111085: {'created_time': 1774562526.196515, 'last_price_update_time': 1774562526.196528, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005305auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_005/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005331)
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_003/780x0__r.jpg?hash=1774537371> (referer: https://ecarstrade.com/cars/7005331)
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_004/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005331)
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_001/780x0__r.jpg?hash=1774537303> (referer: https://ecarstrade.com/cars/7005285)
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb
2026-03-26 22:02:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6456c7b4-6b8a-5b34-8bd5-10198bac3adb, skipping ID generation
2026-03-26 22:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb with scrape type 1
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6456c7b4-6b8a-5b34-8bd5-10198bac3adb sending to next pipeline
2026-03-26 22:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6456c7b4-6b8a-5b34-8bd5-10198bac3adb, identifier: 7005295auction111085
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6456c7b4-6b8a-5b34-8bd5-10198bac3adb with identifier: 7005295auction111085
2026-03-26 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6456c7b4-6b8a-5b34-8bd5-10198bac3adb with identifier: 7005295auction111085
2026-03-26 22:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6456c7b4-6b8a-5b34-8bd5-10198bac3adb with identifier: 7005295auction111085 to the API
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005295/photo_001/780x0__r.jpg?hash=1774537317>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6456c7b4-6b8a-5b34-8bd5-10198bac3adb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005295',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 116169,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d xDrive 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d xDrive 2.0 140KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005295auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:06 [ecarstrade.de] INFO: Saving data for 7005295auction111085: {'created_time': 1774562526.654818, 'last_price_update_time': 1774562526.65483, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005295auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_002/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005331)
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_006/780x0__r.jpg?hash=1774537384> (referer: https://ecarstrade.com/cars/7005339)
2026-03-26 22:02:06 [scrapy.extensions.logstats] INFO: Crawled 62 pages (at 50 pages/min), scraped 44 items (at 37 items/min)
2026-03-26 22:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 260MiB
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_003/780x0__r.jpg?hash=1774537354> (referer: https://ecarstrade.com/cars/7005319)
2026-03-26 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_004/780x0__r.jpg?hash=1774537354> (referer: https://ecarstrade.com/cars/7005319)
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d09966eb-23c8-58a3-8788-c1eb62584eb0
2026-03-26 22:02:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d09966eb-23c8-58a3-8788-c1eb62584eb0, skipping ID generation
2026-03-26 22:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d09966eb-23c8-58a3-8788-c1eb62584eb0 with scrape type 1
2026-03-26 22:02:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d09966eb-23c8-58a3-8788-c1eb62584eb0 sending to next pipeline
2026-03-26 22:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d09966eb-23c8-58a3-8788-c1eb62584eb0, identifier: 7005285auction111085
2026-03-26 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d09966eb-23c8-58a3-8788-c1eb62584eb0 with identifier: 7005285auction111085
2026-03-26 22:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d09966eb-23c8-58a3-8788-c1eb62584eb0 with identifier: 7005285auction111085
2026-03-26 22:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d09966eb-23c8-58a3-8788-c1eb62584eb0 with identifier: 7005285auction111085 to the API
2026-03-26 22:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005285/photo_001/780x0__r.jpg?hash=1774537303>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'd09966eb-23c8-58a3-8788-c1eb62584eb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005285',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 133352,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Avant 35 TDI 2.0 TDI 120KW AT7 E6dT',
'transmission': 'automatic',
'trim': 'Avant 35 TDI 2.0 TDI 120KW AT7 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005285auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:07 [ecarstrade.de] INFO: Saving data for 7005285auction111085: {'created_time': 1774562527.251487, 'last_price_update_time': 1774562527.251498, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005285auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_005/780x0__r.jpg?hash=1774537355> (referer: https://ecarstrade.com/cars/7005319)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_006/780x0__r.jpg?hash=1774537354> (referer: https://ecarstrade.com/cars/7005319)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_002/780x0__r.jpg?hash=1774537354> (referer: https://ecarstrade.com/cars/7005319)
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_001/780x0__r.jpg?hash=1774537355> (referer: https://ecarstrade.com/cars/7005319)
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_005/780x0__r.jpg?hash=1774537385> (referer: https://ecarstrade.com/cars/7005339)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_004/780x0__r.jpg?hash=1774537384> (referer: https://ecarstrade.com/cars/7005339)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_003/780x0__r.jpg?hash=1774537384> (referer: https://ecarstrade.com/cars/7005339)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_001/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005331)
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab304801-c71d-58d1-a5df-45061a552b1f
2026-03-26 22:02:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab304801-c71d-58d1-a5df-45061a552b1f, skipping ID generation
2026-03-26 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab304801-c71d-58d1-a5df-45061a552b1f with scrape type 1
2026-03-26 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab304801-c71d-58d1-a5df-45061a552b1f sending to next pipeline
2026-03-26 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ab304801-c71d-58d1-a5df-45061a552b1f, identifier: 7005319auction111085
2026-03-26 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ab304801-c71d-58d1-a5df-45061a552b1f with identifier: 7005319auction111085
2026-03-26 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ab304801-c71d-58d1-a5df-45061a552b1f with identifier: 7005319auction111085
2026-03-26 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ab304801-c71d-58d1-a5df-45061a552b1f with identifier: 7005319auction111085 to the API
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005319/photo_001/780x0__r.jpg?hash=1774537355>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ab304801-c71d-58d1-a5df-45061a552b1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005319',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 38177,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'E -Klasse T-Modell E 300 d 4Matic (213.219)Avantgarde 2.0 210KW AT9 '
'E6d',
'transmission': 'automatic',
'trim': 'E -Klasse T-Modell d 4Matic (213.219)Avantgarde 2.0 210KW AT9 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005319auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:07 [ecarstrade.de] INFO: Saving data for 7005319auction111085: {'created_time': 1774562527.939312, 'last_price_update_time': 1774562527.939323, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005319auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_002/780x0__r.jpg?hash=1774537384> (referer: https://ecarstrade.com/cars/7005339)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_006/780x0__r.jpg?hash=1774537356> (referer: https://ecarstrade.com/cars/7005320)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_005/780x0__r.jpg?hash=1774537356> (referer: https://ecarstrade.com/cars/7005320)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_004/780x0__r.jpg?hash=1774537356> (referer: https://ecarstrade.com/cars/7005320)
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005335> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005293> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af257a69-755a-5560-b23c-e0ac91241e5b
2026-03-26 22:02:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af257a69-755a-5560-b23c-e0ac91241e5b, skipping ID generation
2026-03-26 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af257a69-755a-5560-b23c-e0ac91241e5b with scrape type 1
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af257a69-755a-5560-b23c-e0ac91241e5b sending to next pipeline
2026-03-26 22:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: af257a69-755a-5560-b23c-e0ac91241e5b, identifier: 7005331auction111085
2026-03-26 22:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: af257a69-755a-5560-b23c-e0ac91241e5b with identifier: 7005331auction111085
2026-03-26 22:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: af257a69-755a-5560-b23c-e0ac91241e5b with identifier: 7005331auction111085
2026-03-26 22:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: af257a69-755a-5560-b23c-e0ac91241e5b with identifier: 7005331auction111085 to the API
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005331/photo_001/780x0__r.jpg?hash=1774537370>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'af257a69-755a-5560-b23c-e0ac91241e5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005331',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 86948,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Combi Sportline 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Sportline 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005331auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:08 [ecarstrade.de] INFO: Saving data for 7005331auction111085: {'created_time': 1774562528.517176, 'last_price_update_time': 1774562528.517188, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005331auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_002/780x0__r.jpg?hash=1774537356> (referer: https://ecarstrade.com/cars/7005320)
2026-03-26 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_005/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005283)
2026-03-26 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_003/780x0__r.jpg?hash=1774537356> (referer: https://ecarstrade.com/cars/7005320)
2026-03-26 22:02:08 [ecarstrade.de] INFO: Extracting details for car 7005335auction111085
2026-03-26 22:02:08 [ecarstrade.de] INFO: Extracting details for car 7005293auction111085
2026-03-26 22:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_001/780x0__r.jpg?hash=1774537356> (referer: https://ecarstrade.com/cars/7005320)
2026-03-26 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_006/780x0__r.jpg?hash=1774537298> (referer: https://ecarstrade.com/cars/7005283)
2026-03-26 22:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3fccdf08-30ba-50d5-b357-53c1080d6bc8
2026-03-26 22:02:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3fccdf08-30ba-50d5-b357-53c1080d6bc8, skipping ID generation
2026-03-26 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fccdf08-30ba-50d5-b357-53c1080d6bc8 with scrape type 1
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3fccdf08-30ba-50d5-b357-53c1080d6bc8 sending to next pipeline
2026-03-26 22:02:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3fccdf08-30ba-50d5-b357-53c1080d6bc8, identifier: 7005339auction111085
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc9e20a-12a8-5527-96b6-af9cee11dd36 with identifier: 7005335auction111085
2026-03-26 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc9e20a-12a8-5527-96b6-af9cee11dd36 with scrape type 1
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005335%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537376%27 HTTP/1.1" 200 None
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_001/780x0__r.jpg?hash=1774537376 not downloaded yet
2026-03-26 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7a345ed-477a-5ecd-8407-e2828d80ed14 with identifier: 7005293auction111085
2026-03-26 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a345ed-477a-5ecd-8407-e2828d80ed14 with scrape type 1
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005293%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537314%27 HTTP/1.1" 200 None
2026-03-26 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_001/780x0__r.jpg?hash=1774537314 not downloaded yet
2026-03-26 22:02:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3fccdf08-30ba-50d5-b357-53c1080d6bc8 with identifier: 7005339auction111085
2026-03-26 22:02:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3fccdf08-30ba-50d5-b357-53c1080d6bc8 with identifier: 7005339auction111085
2026-03-26 22:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3fccdf08-30ba-50d5-b357-53c1080d6bc8 with identifier: 7005339auction111085 to the API
2026-03-26 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005339/photo_002/780x0__r.jpg?hash=1774537384>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3fccdf08-30ba-50d5-b357-53c1080d6bc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005339',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 47972,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Variant Business 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005339auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [ecarstrade.de] INFO: Saving data for 7005339auction111085: {'created_time': 1774562529.124228, 'last_price_update_time': 1774562529.12424, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005339auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005335%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537376%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_002/780x0__r.jpg?hash=1774537376 not downloaded yet
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005293%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537314%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_002/780x0__r.jpg?hash=1774537314 not downloaded yet
2026-03-26 22:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_002/780x0__r.jpg?hash=1774537298> (referer: https://ecarstrade.com/cars/7005283)
2026-03-26 22:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_001/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005283)
2026-03-26 22:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 22c60bd3-c965-548d-8732-023f8b100782
2026-03-26 22:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 22c60bd3-c965-548d-8732-023f8b100782, skipping ID generation
2026-03-26 22:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c60bd3-c965-548d-8732-023f8b100782 with scrape type 1
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 22c60bd3-c965-548d-8732-023f8b100782 sending to next pipeline
2026-03-26 22:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 22c60bd3-c965-548d-8732-023f8b100782, identifier: 7005320auction111085
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005335%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537376%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_003/780x0__r.jpg?hash=1774537376 not downloaded yet
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005293%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537314%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_003/780x0__r.jpg?hash=1774537314 not downloaded yet
2026-03-26 22:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 22c60bd3-c965-548d-8732-023f8b100782 with identifier: 7005320auction111085
2026-03-26 22:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 22c60bd3-c965-548d-8732-023f8b100782 with identifier: 7005320auction111085
2026-03-26 22:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 22c60bd3-c965-548d-8732-023f8b100782 with identifier: 7005320auction111085 to the API
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005320/photo_001/780x0__r.jpg?hash=1774537356>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '22c60bd3-c965-548d-8732-023f8b100782',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005320',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mercedes',
'model': 'Other',
'odometer': 72930,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB Diesel 200 d 8G-DCT Progressive Advanced 5d 110kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB Diesel 200 d 8G-DCT Progressive Advanced 5d 110kW',
'vin': None,
'year': 2024}
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005320auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [ecarstrade.de] INFO: Saving data for 7005320auction111085: {'created_time': 1774562529.705477, 'last_price_update_time': 1774562529.705495, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005320auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005335%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537376%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_004/780x0__r.jpg?hash=1774537376 not downloaded yet
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005293%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537314%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_004/780x0__r.jpg?hash=1774537314 not downloaded yet
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005335%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537378%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_005/780x0__r.jpg?hash=1774537378 not downloaded yet
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005293%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537314%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_005/780x0__r.jpg?hash=1774537314 not downloaded yet
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_004/780x0__r.jpg?hash=1774537298> (referer: https://ecarstrade.com/cars/7005283)
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005335%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537377%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_006/780x0__r.jpg?hash=1774537377 not downloaded yet
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005293%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537314%27 HTTP/1.1" 200 None
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_006/780x0__r.jpg?hash=1774537314 not downloaded yet
2026-03-26 22:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b521f523-c86f-5beb-bee6-1f18227f412b
2026-03-26 22:02:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b521f523-c86f-5beb-bee6-1f18227f412b, skipping ID generation
2026-03-26 22:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b521f523-c86f-5beb-bee6-1f18227f412b with scrape type 1
2026-03-26 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b521f523-c86f-5beb-bee6-1f18227f412b sending to next pipeline
2026-03-26 22:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b521f523-c86f-5beb-bee6-1f18227f412b, identifier: 7005283auction111085
2026-03-26 22:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b521f523-c86f-5beb-bee6-1f18227f412b with identifier: 7005283auction111085
2026-03-26 22:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b521f523-c86f-5beb-bee6-1f18227f412b with identifier: 7005283auction111085
2026-03-26 22:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b521f523-c86f-5beb-bee6-1f18227f412b with identifier: 7005283auction111085 to the API
2026-03-26 22:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005283/photo_004/780x0__r.jpg?hash=1774537298>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b521f523-c86f-5beb-bee6-1f18227f412b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005283',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A3',
'odometer': 107524,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'A3 Sportback 35 TDI S line 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S line 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005283auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:10 [ecarstrade.de] INFO: Saving data for 7005283auction111085: {'created_time': 1774562530.402222, 'last_price_update_time': 1774562530.402233, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005283auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005282> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000012> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005321> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:15 [ecarstrade.de] INFO: Extracting details for car 7005282auction111085
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_001/780x0__r.jpg?hash=1774537314> (referer: https://ecarstrade.com/cars/7005293)
2026-03-26 22:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 with identifier: 7005282auction111085
2026-03-26 22:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 with scrape type 1
2026-03-26 22:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814
2026-03-26 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005282%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005282/photo_001/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:02:15 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_002/780x0__r.jpg?hash=1774537314> (referer: https://ecarstrade.com/cars/7005293)
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_001/780x0__r.jpg?hash=1774537376> (referer: https://ecarstrade.com/cars/7005335)
2026-03-26 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_002/780x0__r.jpg?hash=1774537376> (referer: https://ecarstrade.com/cars/7005335)
2026-03-26 22:02:15 [ecarstrade.de] INFO: Extracting details for car 7000012auction111022
2026-03-26 22:02:15 [ecarstrade.de] INFO: Extracting details for car 7005321auction111085
2026-03-26 22:02:16 [ecarstrade.de] INFO: Found listing with ID: 7005313auction111085
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005313auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [ecarstrade.de] INFO: Scrape type for 7005313auction111085: 1
2026-03-26 22:02:16 [ecarstrade.de] INFO: Found listing with ID: 7005333auction111085
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005333auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [ecarstrade.de] INFO: Scrape type for 7005333auction111085: 1
2026-03-26 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005338> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022
2026-03-26 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc357ba2-386a-504b-ace3-5b602313ba6f with scrape type 2
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc357ba2-386a-504b-ace3-5b602313ba6f with scrape type 2
2026-03-26 22:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fc357ba2-386a-504b-ace3-5b602313ba6f, identifier: 7000012auction111022
2026-03-26 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e70fcd87-90e1-507a-9655-69e6079e6177 with identifier: 7005321auction111085
2026-03-26 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70fcd87-90e1-507a-9655-69e6079e6177 with scrape type 1
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005321%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537358%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_001/780x0__r.jpg?hash=1774537358 not downloaded yet
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_003/780x0__r.jpg?hash=1774537376> (referer: https://ecarstrade.com/cars/7005335)
2026-03-26 22:02:16 [ecarstrade.de] INFO: Found listing with ID: 7005340auction111085
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005340auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [ecarstrade.de] INFO: Scrape type for 7005340auction111085: 1
2026-03-26 22:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022
2026-03-26 22:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022
2026-03-26 22:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022 to the API
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000012>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc357ba2-386a-504b-ace3-5b602313ba6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000012',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 148049,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000012auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [ecarstrade.de] INFO: Saving data for 7000012auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454563.467915, 'last_price_update_time': 1774562536.816239}
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000012auction111022') HTTP/1.1" 204 0
2026-03-26 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_003/780x0__r.jpg?hash=1774537314> (referer: https://ecarstrade.com/cars/7005293)
2026-03-26 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_005/780x0__r.jpg?hash=1774537314> (referer: https://ecarstrade.com/cars/7005293)
2026-03-26 22:02:16 [ecarstrade.de] INFO: Extracting details for car 7005338auction111085
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005321%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537358%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_002/780x0__r.jpg?hash=1774537358 not downloaded yet
2026-03-26 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_006/780x0__r.jpg?hash=1774537314> (referer: https://ecarstrade.com/cars/7005293)
2026-03-26 22:02:16 [ecarstrade.de] INFO: Found listing with ID: 7005310auction111085
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005310auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [ecarstrade.de] INFO: Scrape type for 7005310auction111085: 1
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005321%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537359%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_003/780x0__r.jpg?hash=1774537359 not downloaded yet
2026-03-26 22:02:16 [ecarstrade.de] INFO: Found listing with ID: 7005290auction111085
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005290auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [ecarstrade.de] INFO: Scrape type for 7005290auction111085: 1
2026-03-26 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 with identifier: 7005338auction111085
2026-03-26 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 with scrape type 1
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005338%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537382%27 HTTP/1.1" 200 None
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_001/780x0__r.jpg?hash=1774537382 not downloaded yet
2026-03-26 22:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005321%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537358%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_004/780x0__r.jpg?hash=1774537358 not downloaded yet
2026-03-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_004/780x0__r.jpg?hash=1774537314> (referer: https://ecarstrade.com/cars/7005293)
2026-03-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_005/780x0__r.jpg?hash=1774537378> (referer: https://ecarstrade.com/cars/7005335)
2026-03-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_006/780x0__r.jpg?hash=1774537377> (referer: https://ecarstrade.com/cars/7005335)
2026-03-26 22:02:17 [ecarstrade.de] INFO: Found listing with ID: 7005330auction111085
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005330auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [ecarstrade.de] INFO: Scrape type for 7005330auction111085: 1
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005338%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537382%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_002/780x0__r.jpg?hash=1774537382 not downloaded yet
2026-03-26 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-26 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-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_004/780x0__r.jpg?hash=1774537376> (referer: https://ecarstrade.com/cars/7005335)
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005321%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537358%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_005/780x0__r.jpg?hash=1774537358 not downloaded yet
2026-03-26 22:02:17 [ecarstrade.de] INFO: Found listing with ID: 7005311auction111085
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005311auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [ecarstrade.de] INFO: Scrape type for 7005311auction111085: 1
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005338%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537382%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_003/780x0__r.jpg?hash=1774537382 not downloaded yet
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005321%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537358%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_006/780x0__r.jpg?hash=1774537358 not downloaded yet
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_001/780x0__r.jpg?hash=1774537358> (referer: https://ecarstrade.com/cars/7005321)
2026-03-26 22:02:17 [ecarstrade.de] INFO: Found listing with ID: 7005309auction111085
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005309auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [ecarstrade.de] INFO: Scrape type for 7005309auction111085: 1
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005338%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537383%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_004/780x0__r.jpg?hash=1774537383 not downloaded yet
2026-03-26 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-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7a345ed-477a-5ecd-8407-e2828d80ed14
2026-03-26 22:02:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7a345ed-477a-5ecd-8407-e2828d80ed14, skipping ID generation
2026-03-26 22:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a345ed-477a-5ecd-8407-e2828d80ed14 with scrape type 1
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7a345ed-477a-5ecd-8407-e2828d80ed14 sending to next pipeline
2026-03-26 22:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a7a345ed-477a-5ecd-8407-e2828d80ed14, identifier: 7005293auction111085
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:17 [ecarstrade.de] INFO: Found listing with ID: 7005303auction111085
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005303auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [ecarstrade.de] INFO: Scrape type for 7005303auction111085: 1
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005338%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537383%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_005/780x0__r.jpg?hash=1774537383 not downloaded yet
2026-03-26 22:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a7a345ed-477a-5ecd-8407-e2828d80ed14 with identifier: 7005293auction111085
2026-03-26 22:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a7a345ed-477a-5ecd-8407-e2828d80ed14 with identifier: 7005293auction111085
2026-03-26 22:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a7a345ed-477a-5ecd-8407-e2828d80ed14 with identifier: 7005293auction111085 to the API
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005293/photo_004/780x0__r.jpg?hash=1774537314>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a7a345ed-477a-5ecd-8407-e2828d80ed14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005293',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '320',
'odometer': 92582,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Lim. 320 d xDrive Luxury Line 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Lim. d xDrive Luxury Line 2.0 140KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005293auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [ecarstrade.de] INFO: Saving data for 7005293auction111085: {'created_time': 1774562537.754146, 'last_price_update_time': 1774562537.75416, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005293auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005282/photo_001/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005282)
2026-03-26 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-26 22:02:17 [ecarstrade.de] INFO: Found listing with ID: 7005304auction111085
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005304auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [ecarstrade.de] INFO: Scrape type for 7005304auction111085: 1
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005338%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537383%27 HTTP/1.1" 200 None
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_006/780x0__r.jpg?hash=1774537383 not downloaded yet
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6dc9e20a-12a8-5527-96b6-af9cee11dd36
2026-03-26 22:02:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6dc9e20a-12a8-5527-96b6-af9cee11dd36, skipping ID generation
2026-03-26 22:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc9e20a-12a8-5527-96b6-af9cee11dd36 with scrape type 1
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6dc9e20a-12a8-5527-96b6-af9cee11dd36 sending to next pipeline
2026-03-26 22:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6dc9e20a-12a8-5527-96b6-af9cee11dd36, identifier: 7005335auction111085
2026-03-26 22:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000010> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6dc9e20a-12a8-5527-96b6-af9cee11dd36 with identifier: 7005335auction111085
2026-03-26 22:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6dc9e20a-12a8-5527-96b6-af9cee11dd36 with identifier: 7005335auction111085
2026-03-26 22:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6dc9e20a-12a8-5527-96b6-af9cee11dd36 with identifier: 7005335auction111085 to the API
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005335/photo_004/780x0__r.jpg?hash=1774537376>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6dc9e20a-12a8-5527-96b6-af9cee11dd36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005335',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 74941,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Combi L&K 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi L&K 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005335auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:18 [ecarstrade.de] INFO: Saving data for 7005335auction111085: {'created_time': 1774562538.38089, 'last_price_update_time': 1774562538.380901, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005335auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:18 [ecarstrade.de] INFO: Extracting details for car 7000010auction111022
2026-03-26 22:02:18 [ecarstrade.de] INFO: Found listing with ID: 7005299auction111085
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005299auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:18 [ecarstrade.de] INFO: Scrape type for 7005299auction111085: 1
2026-03-26 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-26 22:02:18 [ecarstrade.de] INFO: Found listing with ID: 7005334auction111085
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005334auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:18 [ecarstrade.de] INFO: Scrape type for 7005334auction111085: 1
2026-03-26 22:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814
2026-03-26 22:02:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814, skipping ID generation
2026-03-26 22:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 with scrape type 1
2026-03-26 22:02:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 sending to next pipeline
2026-03-26 22:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814, identifier: 7005282auction111085
2026-03-26 22:02:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022
2026-03-26 22:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f692afe7-1206-5101-9e51-58f686bdd5f5 with scrape type 2
2026-03-26 22:02:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f692afe7-1206-5101-9e51-58f686bdd5f5 with scrape type 2
2026-03-26 22:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f692afe7-1206-5101-9e51-58f686bdd5f5, identifier: 7000010auction111022
2026-03-26 22:02:18 [ecarstrade.de] INFO: Found listing with ID: 7005332auction111085
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005332auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:18 [ecarstrade.de] INFO: Scrape type for 7005332auction111085: 1
2026-03-26 22:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 with identifier: 7005282auction111085
2026-03-26 22:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 with identifier: 7005282auction111085
2026-03-26 22:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814 with identifier: 7005282auction111085 to the API
2026-03-26 22:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005282/photo_001/780x0__r.jpg?hash=1774537300>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bfb5ea69-89e5-5fe2-9c3a-6a2a64a4e814',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005282',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Audi',
'model': 'A4',
'odometer': 91210,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'A4 Avant 40 TDI S line 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI S line 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005282auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Saving data for 7005282auction111085: {'created_time': 1774562539.079526, 'last_price_update_time': 1774562539.079539, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005282auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022
2026-03-26 22:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022
2026-03-26 22:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022 to the API
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000010>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'f692afe7-1206-5101-9e51-58f686bdd5f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000010',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 111766,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Trend 1.5 EcoBlue 88KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Turnier Trend 1.5 EcoBlue 88KW AT8 E6dT',
'vin': None,
'year': 2019}
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000010auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Saving data for 7000010auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454533.320534, 'last_price_update_time': 1774562539.483471}
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000010auction111022') HTTP/1.1" 204 0
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005326auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005326auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005326auction111085: 1
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005306auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005306auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005306auction111085: 1
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005312auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005312auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005312auction111085: 1
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005301auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005301auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005301auction111085: 1
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005325auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005325auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005325auction111085: 1
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005307auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005307auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005307auction111085: 1
2026-03-26 22:02:19 [ecarstrade.de] INFO: Found listing with ID: 7005329auction111085
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005329auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:19 [ecarstrade.de] INFO: Scrape type for 7005329auction111085: 1
2026-03-26 22:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005284> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_002/780x0__r.jpg?hash=1774537358> (referer: https://ecarstrade.com/cars/7005321)
2026-03-26 22:02:21 [ecarstrade.de] INFO: Extracting details for car 7005284auction111085
2026-03-26 22:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_001/780x0__r.jpg?hash=1774537382> (referer: https://ecarstrade.com/cars/7005338)
2026-03-26 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-26 22:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 828d719e-6b5a-548a-8387-cc542901e1c7 with identifier: 7005284auction111085
2026-03-26 22:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 828d719e-6b5a-548a-8387-cc542901e1c7 with scrape type 1
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005284%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537301%27 HTTP/1.1" 200 None
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_001/780x0__r.jpg?hash=1774537301 not downloaded yet
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005284%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_002/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005284%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_003/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005284%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537300%27 HTTP/1.1" 200 None
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_004/780x0__r.jpg?hash=1774537300 not downloaded yet
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005284%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537301%27 HTTP/1.1" 200 None
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_005/780x0__r.jpg?hash=1774537301 not downloaded yet
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005284%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537301%27 HTTP/1.1" 200 None
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_006/780x0__r.jpg?hash=1774537301 not downloaded yet
2026-03-26 22:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000016> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_003/780x0__r.jpg?hash=1774537359> (referer: https://ecarstrade.com/cars/7005321)
2026-03-26 22:02:23 [ecarstrade.de] INFO: Extracting details for car 7000016auction111022
2026-03-26 22:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022
2026-03-26 22:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472ddcc-e254-5576-b477-5b8e28da4da8 with scrape type 2
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8472ddcc-e254-5576-b477-5b8e28da4da8 with scrape type 2
2026-03-26 22:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8472ddcc-e254-5576-b477-5b8e28da4da8, identifier: 7000016auction111022
2026-03-26 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_004/780x0__r.jpg?hash=1774537358> (referer: https://ecarstrade.com/cars/7005321)
2026-03-26 22:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022
2026-03-26 22:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022
2026-03-26 22:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022 to the API
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7000016>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8472ddcc-e254-5576-b477-5b8e28da4da8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000016',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 110583,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mondeo Turnier Titanium 2.0 TDCi 110KW MT6 E6',
'transmission': 'manual',
'trim': 'Turnier Titanium 2.0 TDCi 110KW MT6 E6',
'vin': None,
'year': 2018}
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277000016auction111022%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [ecarstrade.de] INFO: Saving data for 7000016auction111022: {'auction_closing_time': 1774615200.0, 'created_time': 1774454524.318669, 'last_price_update_time': 1774562544.394775}
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000016auction111022') HTTP/1.1" 204 0
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005313> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_006/780x0__r.jpg?hash=1774537358> (referer: https://ecarstrade.com/cars/7005321)
2026-03-26 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_006/780x0__r.jpg?hash=1774537383> (referer: https://ecarstrade.com/cars/7005338)
2026-03-26 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-26 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_005/780x0__r.jpg?hash=1774537383> (referer: https://ecarstrade.com/cars/7005338)
2026-03-26 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-26 22:02:24 [ecarstrade.de] INFO: Extracting details for car 7005313auction111085
2026-03-26 22:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc111a32-9977-510d-ac0e-0c62f5cf5c3b with identifier: 7005313auction111085
2026-03-26 22:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc111a32-9977-510d-ac0e-0c62f5cf5c3b with scrape type 1
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005313%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_001/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005313%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_002/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005313%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_003/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005313%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_004/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005313%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_005/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005313%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537348%27 HTTP/1.1" 200 None
2026-03-26 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_006/780x0__r.jpg?hash=1774537348 not downloaded yet
2026-03-26 22:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005333> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:25 [ecarstrade.de] INFO: Extracting details for car 7005333auction111085
2026-03-26 22:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 831b3849-e36b-510c-b883-692b7855e180 with identifier: 7005333auction111085
2026-03-26 22:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 831b3849-e36b-510c-b883-692b7855e180 with scrape type 1
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005333%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_001/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005333%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_002/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005333%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_003/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005333%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_004/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005333%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537373%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_005/780x0__r.jpg?hash=1774537373 not downloaded yet
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005333%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537373%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_006/780x0__r.jpg?hash=1774537373 not downloaded yet
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005310> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_006/780x0__r.jpg?hash=1774537301> (referer: https://ecarstrade.com/cars/7005284)
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_005/780x0__r.jpg?hash=1774537301> (referer: https://ecarstrade.com/cars/7005284)
2026-03-26 22:02:25 [ecarstrade.de] INFO: Extracting details for car 7005310auction111085
2026-03-26 22:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e140e81a-4b4e-5033-87e1-a21489b1edff with identifier: 7005310auction111085
2026-03-26 22:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e140e81a-4b4e-5033-87e1-a21489b1edff with scrape type 1
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005310%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_001/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_004/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005284)
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005310%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_002/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_003/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005284)
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005310%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_003/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005328auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005328auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005328auction111085: 1
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005310%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_004/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005298auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005298auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005298auction111085: 1
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005310%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_005/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_002/780x0__r.jpg?hash=1774537300> (referer: https://ecarstrade.com/cars/7005284)
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005300auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005300auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005300auction111085: 1
2026-03-26 22:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005310%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_006/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005324auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005324auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005324auction111085: 1
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_001/780x0__r.jpg?hash=1774537301> (referer: https://ecarstrade.com/cars/7005284)
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005337auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005337auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005337auction111085: 1
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005323auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005323auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005323auction111085: 1
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 7005308auction111085
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005308auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 7005308auction111085: 1
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 6996816auction110976
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996816auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 6996816auction110976: 2
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_006/780x0__r.jpg?hash=1774537348> (referer: https://ecarstrade.com/cars/7005313)
2026-03-26 22:02:25 [ecarstrade.de] INFO: Found listing with ID: 6996845auction110976
2026-03-26 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996845auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:25 [ecarstrade.de] INFO: Scrape type for 6996845auction110976: 2
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 828d719e-6b5a-548a-8387-cc542901e1c7
2026-03-26 22:02:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 828d719e-6b5a-548a-8387-cc542901e1c7, skipping ID generation
2026-03-26 22:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 828d719e-6b5a-548a-8387-cc542901e1c7 with scrape type 1
2026-03-26 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 828d719e-6b5a-548a-8387-cc542901e1c7 sending to next pipeline
2026-03-26 22:02:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 828d719e-6b5a-548a-8387-cc542901e1c7, identifier: 7005284auction111085
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996808auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996808auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996808auction110976: 2
2026-03-26 22:02:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 828d719e-6b5a-548a-8387-cc542901e1c7 with identifier: 7005284auction111085
2026-03-26 22:02:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 828d719e-6b5a-548a-8387-cc542901e1c7 with identifier: 7005284auction111085
2026-03-26 22:02:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 828d719e-6b5a-548a-8387-cc542901e1c7 with identifier: 7005284auction111085 to the API
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005284/photo_001/780x0__r.jpg?hash=1774537301>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '828d719e-6b5a-548a-8387-cc542901e1c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005284',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'A6',
'odometer': 107081,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Avant 40 TDI quattro sport 2.0 TDI 150KW AT7 E6dT',
'transmission': 'automatic',
'trim': 'Avant 40 TDI quattro sport 2.0 TDI 150KW AT7 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005284auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Saving data for 7005284auction111085: {'created_time': 1774562546.479803, 'last_price_update_time': 1774562546.479816, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005284auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_006/780x0__r.jpg?hash=1774537373> (referer: https://ecarstrade.com/cars/7005333)
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996814auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996814auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996814auction110976: 2
2026-03-26 22:02:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996793auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996793auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996793auction110976: 2
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996792auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996792auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996792auction110976: 2
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996790auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996790auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996790auction110976: 2
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996815auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996815auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996815auction110976: 2
2026-03-26 22:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_005/780x0__r.jpg?hash=1774537373> (referer: https://ecarstrade.com/cars/7005333)
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996799auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996799auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996799auction110976: 2
2026-03-26 22:02:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996796auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996796auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996796auction110976: 2
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996794auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996794auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996794auction110976: 2
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996809auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996809auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996809auction110976: 2
2026-03-26 22:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_004/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005333)
2026-03-26 22:02:26 [ecarstrade.de] INFO: Found listing with ID: 6996842auction110976
2026-03-26 22:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996842auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:26 [ecarstrade.de] INFO: Scrape type for 6996842auction110976: 2
2026-03-26 22:02:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_003/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005333)
2026-03-26 22:02:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:02:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_001/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005310)
2026-03-26 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-26 22:02:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:02:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005287> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:30 [ecarstrade.de] INFO: Extracting details for car 7005287auction111085
2026-03-26 22:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 with identifier: 7005287auction111085
2026-03-26 22:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 with scrape type 1
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005287%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_001/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005287%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_002/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005287%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537303%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_003/780x0__r.jpg?hash=1774537303 not downloaded yet
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005287%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537302%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_004/780x0__r.jpg?hash=1774537302 not downloaded yet
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005287%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537303%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_005/780x0__r.jpg?hash=1774537303 not downloaded yet
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005287%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537304%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_006/780x0__r.jpg?hash=1774537304 not downloaded yet
2026-03-26 22:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005329> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:30 [ecarstrade.de] INFO: Extracting details for car 7005329auction111085
2026-03-26 22:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f49ebbe-8fdf-5328-ad2c-610fa69f482e with identifier: 7005329auction111085
2026-03-26 22:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f49ebbe-8fdf-5328-ad2c-610fa69f482e with scrape type 1
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8f49ebbe-8fdf-5328-ad2c-610fa69f482e
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005329%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537369%27 HTTP/1.1" 200 None
2026-03-26 22:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005329/photo_001/780x0__r.jpg?hash=1774537369 not downloaded yet
2026-03-26 22:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005325> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005301> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005307> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:32 [ecarstrade.de] INFO: Extracting details for car 7005325auction111085
2026-03-26 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e with identifier: 7005325auction111085
2026-03-26 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e with scrape type 1
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005325%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537361%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_001/780x0__r.jpg?hash=1774537361 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005325%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537361%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_002/780x0__r.jpg?hash=1774537361 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005325%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537361%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_003/780x0__r.jpg?hash=1774537361 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005325%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_004/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:02:32 [ecarstrade.de] INFO: Extracting details for car 7005301auction111085
2026-03-26 22:02:32 [ecarstrade.de] INFO: Extracting details for car 7005307auction111085
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005325%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_005/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005325%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537361%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_006/780x0__r.jpg?hash=1774537361 not downloaded yet
2026-03-26 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9487bb42-c913-5f8f-97fc-de190632469a with identifier: 7005301auction111085
2026-03-26 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9487bb42-c913-5f8f-97fc-de190632469a with scrape type 1
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005301%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537329%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_001/780x0__r.jpg?hash=1774537329 not downloaded yet
2026-03-26 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6266bee2-acc5-579f-ab67-12db74c8e81d with identifier: 7005307auction111085
2026-03-26 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6266bee2-acc5-579f-ab67-12db74c8e81d with scrape type 1
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005307%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537338%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_001/780x0__r.jpg?hash=1774537338 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005301%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537329%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_002/780x0__r.jpg?hash=1774537329 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005307%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537338%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_002/780x0__r.jpg?hash=1774537338 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005301%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537329%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_003/780x0__r.jpg?hash=1774537329 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005307%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537338%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_003/780x0__r.jpg?hash=1774537338 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005301%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537329%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_004/780x0__r.jpg?hash=1774537329 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005307%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537339%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_004/780x0__r.jpg?hash=1774537339 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005301%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537331%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_005/780x0__r.jpg?hash=1774537331 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005307%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537338%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_005/780x0__r.jpg?hash=1774537338 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005301%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537330%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_006/780x0__r.jpg?hash=1774537330 not downloaded yet
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005307%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537338%27 HTTP/1.1" 200 None
2026-03-26 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_006/780x0__r.jpg?hash=1774537338 not downloaded yet
2026-03-26 22:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:34 [ecarstrade.de] INFO: Found 20 car items
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996821auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996821auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996821auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996823auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996823auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996823auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996836auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996836auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996836auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996795auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996795auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996795auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996797auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996797auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996797auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996806auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996806auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996806auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996824auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996824auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996824auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996811auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996811auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996811auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996837auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996837auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996837auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996835auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996835auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996835auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996801auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996801auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996801auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996832auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996832auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996832auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996828auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996828auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996828auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996831auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996831auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996831auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996826auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996826auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996826auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996844auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996844auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996844auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996841auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996841auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996841auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996800auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996800auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996800auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996840auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996840auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996840auction110976: 2
2026-03-26 22:02:34 [ecarstrade.de] INFO: Found listing with ID: 6996788auction110976
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996788auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:34 [ecarstrade.de] INFO: Scrape type for 6996788auction110976: 2
2026-03-26 22:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005324> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005298> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:36 [ecarstrade.de] INFO: Extracting details for car 7005324auction111085
2026-03-26 22:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfd4d0f0-e3b6-5333-852d-332b8f218acc with identifier: 7005324auction111085
2026-03-26 22:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd4d0f0-e3b6-5333-852d-332b8f218acc with scrape type 1
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005324%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_001/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005324%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_002/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005324%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_003/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:02:36 [ecarstrade.de] INFO: Extracting details for car 7005298auction111085
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005324%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_004/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4eb5c726-635c-5093-a60b-6b0389d0a1d5 with identifier: 7005298auction111085
2026-03-26 22:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4eb5c726-635c-5093-a60b-6b0389d0a1d5 with scrape type 1
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005298%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537323%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_001/780x0__r.jpg?hash=1774537323 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005324%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537364%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_005/780x0__r.jpg?hash=1774537364 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005298%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537323%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_002/780x0__r.jpg?hash=1774537323 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005324%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537364%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_006/780x0__r.jpg?hash=1774537364 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005298%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537323%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_003/780x0__r.jpg?hash=1774537323 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005298%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537323%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_004/780x0__r.jpg?hash=1774537323 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005298%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537323%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_005/780x0__r.jpg?hash=1774537323 not downloaded yet
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005298%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537323%27 HTTP/1.1" 200 None
2026-03-26 22:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_006/780x0__r.jpg?hash=1774537323 not downloaded yet
2026-03-26 22:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996808> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:39 [ecarstrade.de] INFO: Extracting details for car 6996808auction110976
2026-03-26 22:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976
2026-03-26 22:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4df5740-0c1c-536f-a2eb-1e722463e840 with scrape type 2
2026-03-26 22:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4df5740-0c1c-536f-a2eb-1e722463e840 with scrape type 2
2026-03-26 22:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a4df5740-0c1c-536f-a2eb-1e722463e840, identifier: 6996808auction110976
2026-03-26 22:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976
2026-03-26 22:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976
2026-03-26 22:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976 to the API
2026-03-26 22:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996808>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a4df5740-0c1c-536f-a2eb-1e722463e840',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996808',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 209259,
'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': 5,
'seller_name': None,
'title': 'C -Klasse Lim. C 220 d (206.004)AMG AMG Line 162KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse Lim. d (206.004)AMG AMG Line 162KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996808auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:40 [ecarstrade.de] INFO: Saving data for 6996808auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368395.046341, 'last_price_update_time': 1774562560.235547}
2026-03-26 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996808auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996816> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996815> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_006/780x0__r.jpg?hash=1774537304> (referer: https://ecarstrade.com/cars/7005287)
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005329/photo_001/780x0__r.jpg?hash=1774537369> (referer: https://ecarstrade.com/cars/7005329)
2026-03-26 22:02:40 [ecarstrade.de] INFO: Extracting details for car 6996816auction110976
2026-03-26 22:02:40 [ecarstrade.de] INFO: Extracting details for car 6996815auction110976
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_004/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005287)
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_005/780x0__r.jpg?hash=1774537303> (referer: https://ecarstrade.com/cars/7005287)
2026-03-26 22:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996809> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976
2026-03-26 22:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a90551-709b-5e0b-b3fe-c2287aab085c with scrape type 2
2026-03-26 22:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5a90551-709b-5e0b-b3fe-c2287aab085c with scrape type 2
2026-03-26 22:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c5a90551-709b-5e0b-b3fe-c2287aab085c, identifier: 6996816auction110976
2026-03-26 22:02:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976
2026-03-26 22:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with scrape type 2
2026-03-26 22:02:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with scrape type 2
2026-03-26 22:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8f38b1b1-0b01-5a96-ad22-e001b735dc38, identifier: 6996815auction110976
2026-03-26 22:02:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976
2026-03-26 22:02:40 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976
2026-03-26 22:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976 to the API
2026-03-26 22:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996816>
{'auction_title': '',
'c_o_2_emission_value': 18,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'c5a90551-709b-5e0b-b3fe-c2287aab085c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996816',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 125087,
'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': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLE 350 de 4Matic 9G-TRONIC Exclusive 5d 143kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ de 4Matic 9G-TRONIC Exclusive 5d 143kW',
'vin': None,
'year': 2022}
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996816auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:41 [ecarstrade.de] INFO: Saving data for 6996816auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368389.130506, 'last_price_update_time': 1774562561.029772}
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996816auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976
2026-03-26 22:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976
2026-03-26 22:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976 to the API
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996815>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '8f38b1b1-0b01-5a96-ad22-e001b735dc38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996815',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 172664,
'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': 5,
'seller_name': None,
'title': 'GLB -Klasse GLB 200 d (247.612) 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'GLB -Klasse d (247.612) 110KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996815auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:41 [ecarstrade.de] INFO: Saving data for 6996815auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368370.434515, 'last_price_update_time': 1774562561.354108}
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996815auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:41 [ecarstrade.de] INFO: Extracting details for car 6996809auction110976
2026-03-26 22:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_006/780x0__r.jpg?hash=1774537338> (referer: https://ecarstrade.com/cars/7005307)
2026-03-26 22:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f49ebbe-8fdf-5328-ad2c-610fa69f482e
2026-03-26 22:02:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f49ebbe-8fdf-5328-ad2c-610fa69f482e, skipping ID generation
2026-03-26 22:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f49ebbe-8fdf-5328-ad2c-610fa69f482e with scrape type 1
2026-03-26 22:02:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f49ebbe-8fdf-5328-ad2c-610fa69f482e sending to next pipeline
2026-03-26 22:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8f49ebbe-8fdf-5328-ad2c-610fa69f482e, identifier: 7005329auction111085
2026-03-26 22:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976
2026-03-26 22:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af1ba380-3303-556b-91c7-bb18ad5ad9fe with scrape type 2
2026-03-26 22:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af1ba380-3303-556b-91c7-bb18ad5ad9fe with scrape type 2
2026-03-26 22:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: af1ba380-3303-556b-91c7-bb18ad5ad9fe, identifier: 6996809auction110976
2026-03-26 22:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8f49ebbe-8fdf-5328-ad2c-610fa69f482e with identifier: 7005329auction111085
2026-03-26 22:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8f49ebbe-8fdf-5328-ad2c-610fa69f482e with identifier: 7005329auction111085
2026-03-26 22:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8f49ebbe-8fdf-5328-ad2c-610fa69f482e with identifier: 7005329auction111085 to the API
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005329/photo_001/780x0__r.jpg?hash=1774537369>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '8f49ebbe-8fdf-5328-ad2c-610fa69f482e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005329',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 21456,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ibiza Reference 1.0 59KW MT5 E6d',
'transmission': 'manual',
'trim': 'Reference 1.0 59KW MT5 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005329auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:41 [ecarstrade.de] INFO: Saving data for 7005329auction111085: {'created_time': 1774562561.969872, 'last_price_update_time': 1774562561.969886, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005329auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976
2026-03-26 22:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976
2026-03-26 22:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976 to the API
2026-03-26 22:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996809>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'af1ba380-3303-556b-91c7-bb18ad5ad9fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996809',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 170733,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'E -Klasse T-Modell E 300 de 4Matic (213.211)Avantgarde 2.0 225KW '
'AT9 E6d',
'transmission': 'automatic',
'trim': 'E -Klasse T-Modell de 4Matic (213.211)Avantgarde 2.0 225KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996809auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:42 [ecarstrade.de] INFO: Saving data for 6996809auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368500.875773, 'last_price_update_time': 1774562562.289926}
2026-03-26 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996809auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_006/780x0__r.jpg?hash=1774537323> (referer: https://ecarstrade.com/cars/7005298)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_005/780x0__r.jpg?hash=1774537323> (referer: https://ecarstrade.com/cars/7005298)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_004/780x0__r.jpg?hash=1774537323> (referer: https://ecarstrade.com/cars/7005298)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_003/780x0__r.jpg?hash=1774537323> (referer: https://ecarstrade.com/cars/7005298)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_006/780x0__r.jpg?hash=1774537364> (referer: https://ecarstrade.com/cars/7005324)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_002/780x0__r.jpg?hash=1774537323> (referer: https://ecarstrade.com/cars/7005298)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_005/780x0__r.jpg?hash=1774537364> (referer: https://ecarstrade.com/cars/7005324)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_001/780x0__r.jpg?hash=1774537323> (referer: https://ecarstrade.com/cars/7005298)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996794> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_004/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005324)
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4eb5c726-635c-5093-a60b-6b0389d0a1d5
2026-03-26 22:02:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4eb5c726-635c-5093-a60b-6b0389d0a1d5, skipping ID generation
2026-03-26 22:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4eb5c726-635c-5093-a60b-6b0389d0a1d5 with scrape type 1
2026-03-26 22:02:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4eb5c726-635c-5093-a60b-6b0389d0a1d5 sending to next pipeline
2026-03-26 22:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4eb5c726-635c-5093-a60b-6b0389d0a1d5, identifier: 7005298auction111085
2026-03-26 22:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4eb5c726-635c-5093-a60b-6b0389d0a1d5 with identifier: 7005298auction111085
2026-03-26 22:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4eb5c726-635c-5093-a60b-6b0389d0a1d5 with identifier: 7005298auction111085
2026-03-26 22:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4eb5c726-635c-5093-a60b-6b0389d0a1d5 with identifier: 7005298auction111085 to the API
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005298/photo_001/780x0__r.jpg?hash=1774537323>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4eb5c726-635c-5093-a60b-6b0389d0a1d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005298',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 112907,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW AT8 E6dT',
'vin': None,
'year': 2021}
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005298auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:43 [ecarstrade.de] INFO: Saving data for 7005298auction111085: {'created_time': 1774562563.388491, 'last_price_update_time': 1774562563.388507, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005298auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:43 [ecarstrade.de] INFO: Extracting details for car 6996794auction110976
2026-03-26 22:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_003/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005324)
2026-03-26 22:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_002/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005324)
2026-03-26 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-26 22:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996842> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976
2026-03-26 22:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8978f768-94e9-54d9-a185-020fb8f6de84 with scrape type 2
2026-03-26 22:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8978f768-94e9-54d9-a185-020fb8f6de84 with scrape type 2
2026-03-26 22:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8978f768-94e9-54d9-a185-020fb8f6de84, identifier: 6996794auction110976
2026-03-26 22:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 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-26 22:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976
2026-03-26 22:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976
2026-03-26 22:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976 to the API
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996794>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '8978f768-94e9-54d9-a185-020fb8f6de84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996794',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 173259,
'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': 5,
'seller_name': None,
'title': 'A6 Avant 40 TDI 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996794auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:43 [ecarstrade.de] INFO: Saving data for 6996794auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368512.368776, 'last_price_update_time': 1774562563.832168}
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996794auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:43 [ecarstrade.de] INFO: Extracting details for car 6996842auction110976
2026-03-26 22:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005340> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 22:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 22:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_001/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005324)
2026-03-26 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-26 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-26 22:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976
2026-03-26 22:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89df73f-3ad2-56b2-a17c-509d239ae37d with scrape type 2
2026-03-26 22:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e89df73f-3ad2-56b2-a17c-509d239ae37d with scrape type 2
2026-03-26 22:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e89df73f-3ad2-56b2-a17c-509d239ae37d, identifier: 6996842auction110976
2026-03-26 22:02:44 [ecarstrade.de] INFO: Extracting details for car 7005340auction111085
2026-03-26 22:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976
2026-03-26 22:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976
2026-03-26 22:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976 to the API
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996842>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e89df73f-3ad2-56b2-a17c-509d239ae37d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996842',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 228600,
'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': 5,
'seller_name': None,
'title': 'Tiguan Allspace Highline 4Motion 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Allspace Highline 4Motion 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996842auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [ecarstrade.de] INFO: Saving data for 6996842auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368501.49791, 'last_price_update_time': 1774562564.324038}
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996842auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5a15d61-5e4e-5bc6-979f-724f6c796828 with identifier: 7005340auction111085
2026-03-26 22:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a15d61-5e4e-5bc6-979f-724f6c796828 with scrape type 1
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005340%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537385%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_001/780x0__r.jpg?hash=1774537385 not downloaded yet
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cfd4d0f0-e3b6-5333-852d-332b8f218acc
2026-03-26 22:02:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfd4d0f0-e3b6-5333-852d-332b8f218acc, skipping ID generation
2026-03-26 22:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfd4d0f0-e3b6-5333-852d-332b8f218acc with scrape type 1
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfd4d0f0-e3b6-5333-852d-332b8f218acc sending to next pipeline
2026-03-26 22:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cfd4d0f0-e3b6-5333-852d-332b8f218acc, identifier: 7005324auction111085
2026-03-26 22:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cfd4d0f0-e3b6-5333-852d-332b8f218acc with identifier: 7005324auction111085
2026-03-26 22:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cfd4d0f0-e3b6-5333-852d-332b8f218acc with identifier: 7005324auction111085
2026-03-26 22:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cfd4d0f0-e3b6-5333-852d-332b8f218acc with identifier: 7005324auction111085 to the API
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005324/photo_001/780x0__r.jpg?hash=1774537363>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cfd4d0f0-e3b6-5333-852d-332b8f218acc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005324',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Opel',
'model': 'Astra',
'odometer': 101791,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Astra K Lim. 5-trg. Elegance Start/Stop 1.5 77KW MT6 E6d',
'transmission': 'manual',
'trim': 'K Lim. 5-trg. Elegance Start/Stop 1.5 77KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005324auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [ecarstrade.de] INFO: Saving data for 7005324auction111085: {'created_time': 1774562564.811543, 'last_price_update_time': 1774562564.811556, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005324auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005340%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537385%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_002/780x0__r.jpg?hash=1774537385 not downloaded yet
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005340%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537385%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_003/780x0__r.jpg?hash=1774537385 not downloaded yet
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005340%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537386%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_004/780x0__r.jpg?hash=1774537386 not downloaded yet
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005340%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537386%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_005/780x0__r.jpg?hash=1774537386 not downloaded yet
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005340%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537385%27 HTTP/1.1" 200 None
2026-03-26 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_006/780x0__r.jpg?hash=1774537385 not downloaded yet
2026-03-26 22:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996796> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:46 [ecarstrade.de] INFO: Extracting details for car 6996796auction110976
2026-03-26 22:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976
2026-03-26 22:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9150056-bf00-55db-ad9e-356c177bb8a1 with scrape type 2
2026-03-26 22:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9150056-bf00-55db-ad9e-356c177bb8a1 with scrape type 2
2026-03-26 22:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e9150056-bf00-55db-ad9e-356c177bb8a1, identifier: 6996796auction110976
2026-03-26 22:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976
2026-03-26 22:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976
2026-03-26 22:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976 to the API
2026-03-26 22:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996796>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e9150056-bf00-55db-ad9e-356c177bb8a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996796',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '520',
'odometer': 181151,
'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': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 520 d 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d 2.0 140KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996796auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:47 [ecarstrade.de] INFO: Saving data for 6996796auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368515.625713, 'last_price_update_time': 1774562567.199479}
2026-03-26 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996796auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996840> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:48 [ecarstrade.de] INFO: Extracting details for car 6996840auction110976
2026-03-26 22:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976
2026-03-26 22:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 178bd992-d10f-5326-9b65-87bda5ca7557 with scrape type 2
2026-03-26 22:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 178bd992-d10f-5326-9b65-87bda5ca7557 with scrape type 2
2026-03-26 22:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 178bd992-d10f-5326-9b65-87bda5ca7557, identifier: 6996840auction110976
2026-03-26 22:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976
2026-03-26 22:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976
2026-03-26 22:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976 to the API
2026-03-26 22:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996840>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '178bd992-d10f-5326-9b65-87bda5ca7557',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996840',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 197440,
'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': 5,
'seller_name': None,
'title': 'Passat Variant Business 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996840auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:48 [ecarstrade.de] INFO: Saving data for 6996840auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368553.528699, 'last_price_update_time': 1774562568.929592}
2026-03-26 22:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996840auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996800> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:50 [ecarstrade.de] INFO: Extracting details for car 6996800auction110976
2026-03-26 22:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976
2026-03-26 22:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a99d74b-8890-57ce-a465-031efe300169 with scrape type 2
2026-03-26 22:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a99d74b-8890-57ce-a465-031efe300169 with scrape type 2
2026-03-26 22:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5a99d74b-8890-57ce-a465-031efe300169, identifier: 6996800auction110976
2026-03-26 22:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976
2026-03-26 22:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976
2026-03-26 22:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976 to the API
2026-03-26 22:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996800>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5a99d74b-8890-57ce-a465-031efe300169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996800',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 193551,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d Sport Line 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d Sport Line 2.0 140KW AT8 E6d',
'vin': None,
'year': 2020}
2026-03-26 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996800auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:50 [ecarstrade.de] INFO: Saving data for 6996800auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368552.481789, 'last_price_update_time': 1774562570.638452}
2026-03-26 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996800auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996844> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:50 [ecarstrade.de] INFO: Extracting details for car 6996844auction110976
2026-03-26 22:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976
2026-03-26 22:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with scrape type 2
2026-03-26 22:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with scrape type 2
2026-03-26 22:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1, identifier: 6996844auction110976
2026-03-26 22:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976
2026-03-26 22:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976
2026-03-26 22:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976 to the API
2026-03-26 22:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996844>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996844',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Volvo',
'model': 'V90',
'odometer': 249980,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'V90 Kombi R Design Plug-In Hybrid AWD 2.0 T8 Twin Engine 288KW AT8 '
'E6dT',
'transmission': 'automatic',
'trim': 'Kombi R Design Plug-In Hybrid AWD 2.0 T8 Twin Engine 288KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996844auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:51 [ecarstrade.de] INFO: Saving data for 6996844auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368486.020792, 'last_price_update_time': 1774562571.135981}
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996844auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996826> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:51 [ecarstrade.de] INFO: Extracting details for car 6996826auction110976
2026-03-26 22:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996841> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976
2026-03-26 22:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c500b4-d949-5c40-9e59-86b2e078c881 with scrape type 2
2026-03-26 22:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0c500b4-d949-5c40-9e59-86b2e078c881 with scrape type 2
2026-03-26 22:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e0c500b4-d949-5c40-9e59-86b2e078c881, identifier: 6996826auction110976
2026-03-26 22:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976
2026-03-26 22:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976
2026-03-26 22:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976 to the API
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996826>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e0c500b4-d949-5c40-9e59-86b2e078c881',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996826',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 190747,
'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': 5,
'seller_name': None,
'title': 'SKODA Kodiaq 2.0 TDI DSG Ambition 5d 110kW',
'transmission': 'automatic',
'trim': 'SKODA 2.0 TDI DSG Ambition 5d 110kW',
'vin': None,
'year': 2021}
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996826auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:51 [ecarstrade.de] INFO: Saving data for 6996826auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368699.833035, 'last_price_update_time': 1774562571.664143}
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996826auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:51 [ecarstrade.de] INFO: Extracting details for car 6996841auction110976
2026-03-26 22:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976
2026-03-26 22:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc7007c3-e22c-5bcc-98aa-31ac9b64649c with scrape type 2
2026-03-26 22:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc7007c3-e22c-5bcc-98aa-31ac9b64649c with scrape type 2
2026-03-26 22:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fc7007c3-e22c-5bcc-98aa-31ac9b64649c, identifier: 6996841auction110976
2026-03-26 22:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976
2026-03-26 22:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976
2026-03-26 22:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976 to the API
2026-03-26 22:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996841>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc7007c3-e22c-5bcc-98aa-31ac9b64649c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996841',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 206035,
'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': 5,
'seller_name': None,
'title': 'Passat Variant Elegance 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Elegance 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996841auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:52 [ecarstrade.de] INFO: Saving data for 6996841auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368570.115225, 'last_price_update_time': 1774562572.096606}
2026-03-26 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996841auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996831> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:02:52 [ecarstrade.de] INFO: Extracting details for car 6996831auction110976
2026-03-26 22:02:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976
2026-03-26 22:02:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebfb4f80-e048-5efb-8983-550833f86eb7 with scrape type 2
2026-03-26 22:02:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebfb4f80-e048-5efb-8983-550833f86eb7 with scrape type 2
2026-03-26 22:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ebfb4f80-e048-5efb-8983-550833f86eb7, identifier: 6996831auction110976
2026-03-26 22:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976
2026-03-26 22:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976
2026-03-26 22:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976 to the API
2026-03-26 22:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996831>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ebfb4f80-e048-5efb-8983-550833f86eb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996831',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 200311,
'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': 5,
'seller_name': None,
'title': 'Superb Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996831auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:53 [ecarstrade.de] INFO: Saving data for 6996831auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368597.583998, 'last_price_update_time': 1774562573.354386}
2026-03-26 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996831auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996828> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:55 [ecarstrade.de] INFO: Extracting details for car 6996828auction110976
2026-03-26 22:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976
2026-03-26 22:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca5b99b-a74d-515a-b275-42c243f1398e with scrape type 2
2026-03-26 22:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eca5b99b-a74d-515a-b275-42c243f1398e with scrape type 2
2026-03-26 22:02:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: eca5b99b-a74d-515a-b275-42c243f1398e, identifier: 6996828auction110976
2026-03-26 22:02:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976
2026-03-26 22:02:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976
2026-03-26 22:02:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976 to the API
2026-03-26 22:02:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:02: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-26 22:02:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996828>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'eca5b99b-a74d-515a-b275-42c243f1398e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996828',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 191288,
'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': 5,
'seller_name': None,
'title': 'Octavia Combi RS 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi RS 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996828auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:55 [ecarstrade.de] INFO: Saving data for 6996828auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368580.084761, 'last_price_update_time': 1774562575.430397}
2026-03-26 22:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996828auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996832> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_006/780x0__r.jpg?hash=1774537385> (referer: https://ecarstrade.com/cars/7005340)
2026-03-26 22:02:57 [ecarstrade.de] INFO: Extracting details for car 6996832auction110976
2026-03-26 22:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976
2026-03-26 22:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with scrape type 2
2026-03-26 22:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with scrape type 2
2026-03-26 22:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e6a1a7e2-6028-5d09-9c42-8a48e63784c8, identifier: 6996832auction110976
2026-03-26 22:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976
2026-03-26 22:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976
2026-03-26 22:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976 to the API
2026-03-26 22:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996832>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e6a1a7e2-6028-5d09-9c42-8a48e63784c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996832',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 176374,
'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': 5,
'seller_name': None,
'title': 'Superb Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996832auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:57 [ecarstrade.de] INFO: Saving data for 6996832auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368625.73597, 'last_price_update_time': 1774562577.5465}
2026-03-26 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996832auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_005/780x0__r.jpg?hash=1774537386> (referer: https://ecarstrade.com/cars/7005340)
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996801> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996835> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_003/780x0__r.jpg?hash=1774537385> (referer: https://ecarstrade.com/cars/7005340)
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_004/780x0__r.jpg?hash=1774537386> (referer: https://ecarstrade.com/cars/7005340)
2026-03-26 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-26 22:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:57 [ecarstrade.de] INFO: Extracting details for car 6996801auction110976
2026-03-26 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_002/780x0__r.jpg?hash=1774537385> (referer: https://ecarstrade.com/cars/7005340)
2026-03-26 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-26 22:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976
2026-03-26 22:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b60881a-f995-52a6-ae2d-cd2da63091ab with scrape type 2
2026-03-26 22:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b60881a-f995-52a6-ae2d-cd2da63091ab with scrape type 2
2026-03-26 22:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0b60881a-f995-52a6-ae2d-cd2da63091ab, identifier: 6996801auction110976
2026-03-26 22:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976
2026-03-26 22:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976
2026-03-26 22:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976 to the API
2026-03-26 22:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996801>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '0b60881a-f995-52a6-ae2d-cd2da63091ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996801',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 254279,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Lim. 320 d Advantage 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Lim. d Advantage 2.0 140KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996801auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:58 [ecarstrade.de] INFO: Saving data for 6996801auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368569.675736, 'last_price_update_time': 1774562578.108991}
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996801auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_001/780x0__r.jpg?hash=1774537385> (referer: https://ecarstrade.com/cars/7005340)
2026-03-26 22:02:58 [ecarstrade.de] INFO: Extracting details for car 6996835auction110976
2026-03-26 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-26 22:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976
2026-03-26 22:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with scrape type 2
2026-03-26 22:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with scrape type 2
2026-03-26 22:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea, identifier: 6996835auction110976
2026-03-26 22:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976
2026-03-26 22:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976
2026-03-26 22:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976 to the API
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996835>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996835',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 170961,
'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': 5,
'seller_name': None,
'title': 'Superb Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996835auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:58 [ecarstrade.de] INFO: Saving data for 6996835auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368500.262107, 'last_price_update_time': 1774562578.521802}
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996835auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e5a15d61-5e4e-5bc6-979f-724f6c796828
2026-03-26 22:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5a15d61-5e4e-5bc6-979f-724f6c796828, skipping ID generation
2026-03-26 22:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5a15d61-5e4e-5bc6-979f-724f6c796828 with scrape type 1
2026-03-26 22:02:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5a15d61-5e4e-5bc6-979f-724f6c796828 sending to next pipeline
2026-03-26 22:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e5a15d61-5e4e-5bc6-979f-724f6c796828, identifier: 7005340auction111085
2026-03-26 22:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e5a15d61-5e4e-5bc6-979f-724f6c796828 with identifier: 7005340auction111085
2026-03-26 22:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e5a15d61-5e4e-5bc6-979f-724f6c796828 with identifier: 7005340auction111085
2026-03-26 22:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e5a15d61-5e4e-5bc6-979f-724f6c796828 with identifier: 7005340auction111085 to the API
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005340/photo_001/780x0__r.jpg?hash=1774537385>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'e5a15d61-5e4e-5bc6-979f-724f6c796828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005340',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 38184,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Polo VI Life 1.0 TSI 85KW AT7 6E',
'transmission': 'automatic',
'trim': 'VI Life 1.0 TSI 85KW AT7 6E',
'vin': None,
'year': 2024}
2026-03-26 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005340auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:02:59 [ecarstrade.de] INFO: Saving data for 7005340auction111085: {'created_time': 1774562579.003364, 'last_price_update_time': 1774562579.003375, 'auction_closing_time': 1774618800.0}
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005340auction111085') HTTP/1.1" 204 0
2026-03-26 22:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996811> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:59 [ecarstrade.de] INFO: Extracting details for car 6996811auction110976
2026-03-26 22:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976
2026-03-26 22:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with scrape type 2
2026-03-26 22:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with scrape type 2
2026-03-26 22:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796, identifier: 6996811auction110976
2026-03-26 22:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976
2026-03-26 22:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976
2026-03-26 22:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976 to the API
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996811>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '4bbd4c61-0c3f-5b7e-8470-91f531cc4796',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996811',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 188294,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'GLA -Klasse GLA 200 d (247.712) 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'GLA -Klasse d (247.712) 110KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996811auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:02:59 [ecarstrade.de] INFO: Saving data for 6996811auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368491.979245, 'last_price_update_time': 1774562579.529638}
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996811auction110976') HTTP/1.1" 204 0
2026-03-26 22:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996837> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:02:59 [ecarstrade.de] INFO: Extracting details for car 6996837auction110976
2026-03-26 22:02:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976
2026-03-26 22:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4625db7-ff90-52f8-af91-0b5207dc0b77 with scrape type 2
2026-03-26 22:02:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4625db7-ff90-52f8-af91-0b5207dc0b77 with scrape type 2
2026-03-26 22:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f4625db7-ff90-52f8-af91-0b5207dc0b77, identifier: 6996837auction110976
2026-03-26 22:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976
2026-03-26 22:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976
2026-03-26 22:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976 to the API
2026-03-26 22:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996837>
{'auction_title': '',
'c_o_2_emission_value': 234,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f4625db7-ff90-52f8-af91-0b5207dc0b77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996837',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 262665,
'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': 3,
'seller_name': None,
'title': 'Crafter Kasten Kasten 35 mittellang Hochdach 4MOTION 2.0 TDI 130KW '
'MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten Kasten 35 mittellang Hochdach 4MOTION 2.0 TDI 130KW MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-26 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996837auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:00 [ecarstrade.de] INFO: Saving data for 6996837auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368511.661097, 'last_price_update_time': 1774562580.045649}
2026-03-26 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996837auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996824> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:01 [ecarstrade.de] INFO: Extracting details for car 6996824auction110976
2026-03-26 22:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976
2026-03-26 22:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf95d212-062e-5202-998c-15bbf49eb9e0 with scrape type 2
2026-03-26 22:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf95d212-062e-5202-998c-15bbf49eb9e0 with scrape type 2
2026-03-26 22:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cf95d212-062e-5202-998c-15bbf49eb9e0, identifier: 6996824auction110976
2026-03-26 22:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976
2026-03-26 22:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976
2026-03-26 22:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976 to the API
2026-03-26 22:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996824>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'cf95d212-062e-5202-998c-15bbf49eb9e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996824',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 209987,
'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': 5,
'seller_name': None,
'title': 'Tarraco FR 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Tarraco FR 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996824auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:01 [ecarstrade.de] INFO: Saving data for 6996824auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368483.859535, 'last_price_update_time': 1774562581.731654}
2026-03-26 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996824auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005290> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:02 [ecarstrade.de] INFO: Extracting details for car 7005290auction111085
2026-03-26 22:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 with identifier: 7005290auction111085
2026-03-26 22:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 with scrape type 1
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005290%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537308%27 HTTP/1.1" 200 None
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_001/780x0__r.jpg?hash=1774537308 not downloaded yet
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005290%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537307%27 HTTP/1.1" 200 None
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_002/780x0__r.jpg?hash=1774537307 not downloaded yet
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005290%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537307%27 HTTP/1.1" 200 None
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_003/780x0__r.jpg?hash=1774537307 not downloaded yet
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005290%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537309%27 HTTP/1.1" 200 None
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_004/780x0__r.jpg?hash=1774537309 not downloaded yet
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005290%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537307%27 HTTP/1.1" 200 None
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_005/780x0__r.jpg?hash=1774537307 not downloaded yet
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005290%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537307%27 HTTP/1.1" 200 None
2026-03-26 22:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_006/780x0__r.jpg?hash=1774537307 not downloaded yet
2026-03-26 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996795> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_006/780x0__r.jpg?hash=1774537330> (referer: https://ecarstrade.com/cars/7005301)
2026-03-26 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996806> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:05 [ecarstrade.de] INFO: Extracting details for car 6996795auction110976
2026-03-26 22:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976
2026-03-26 22:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9eb924e-94a0-561b-8369-b29314ffc04e with scrape type 2
2026-03-26 22:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9eb924e-94a0-561b-8369-b29314ffc04e with scrape type 2
2026-03-26 22:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e9eb924e-94a0-561b-8369-b29314ffc04e, identifier: 6996795auction110976
2026-03-26 22:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976
2026-03-26 22:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976
2026-03-26 22:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976 to the API
2026-03-26 22:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996795>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e9eb924e-94a0-561b-8369-b29314ffc04e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996795',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '520',
'odometer': 198539,
'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': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 520 d xDrive 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d xDrive 2.0 140KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996795auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:06 [ecarstrade.de] INFO: Saving data for 6996795auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368489.329565, 'last_price_update_time': 1774562586.023314}
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996795auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_005/780x0__r.jpg?hash=1774537331> (referer: https://ecarstrade.com/cars/7005301)
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_005/780x0__r.jpg?hash=1774537338> (referer: https://ecarstrade.com/cars/7005307)
2026-03-26 22:03:06 [ecarstrade.de] INFO: Extracting details for car 6996806auction110976
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996823> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996836> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976
2026-03-26 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440ab2db-9854-5cbb-8f22-470e94298366 with scrape type 2
2026-03-26 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 440ab2db-9854-5cbb-8f22-470e94298366 with scrape type 2
2026-03-26 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 440ab2db-9854-5cbb-8f22-470e94298366, identifier: 6996806auction110976
2026-03-26 22:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976
2026-03-26 22:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976
2026-03-26 22:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976 to the API
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996806>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '440ab2db-9854-5cbb-8f22-470e94298366',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996806',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'A 220',
'odometer': 154754,
'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': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse A 220 d 8G-DCT AMG Line 5d 140kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-Klasse d 8G-DCT AMG Line 5d 140kW',
'vin': None,
'year': 2022}
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996806auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:06 [ecarstrade.de] INFO: Saving data for 6996806auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368497.500092, 'last_price_update_time': 1774562586.447532}
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996806auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_004/780x0__r.jpg?hash=1774537329> (referer: https://ecarstrade.com/cars/7005301)
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_004/780x0__r.jpg?hash=1774537339> (referer: https://ecarstrade.com/cars/7005307)
2026-03-26 22:03:06 [ecarstrade.de] INFO: Extracting details for car 6996823auction110976
2026-03-26 22:03:06 [ecarstrade.de] INFO: Extracting details for car 6996836auction110976
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_003/780x0__r.jpg?hash=1774537338> (referer: https://ecarstrade.com/cars/7005307)
2026-03-26 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_003/780x0__r.jpg?hash=1774537329> (referer: https://ecarstrade.com/cars/7005301)
2026-03-26 22:03:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:03:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976
2026-03-26 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with scrape type 2
2026-03-26 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with scrape type 2
2026-03-26 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16, identifier: 6996823auction110976
2026-03-26 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976
2026-03-26 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e08b45ed-91cb-5256-8d29-3955a244b2d1 with scrape type 2
2026-03-26 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e08b45ed-91cb-5256-8d29-3955a244b2d1 with scrape type 2
2026-03-26 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e08b45ed-91cb-5256-8d29-3955a244b2d1, identifier: 6996836auction110976
2026-03-26 22:03:06 [scrapy.extensions.logstats] INFO: Crawled 108 pages (at 46 pages/min), scraped 83 items (at 39 items/min)
2026-03-26 22:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 260MiB
2026-03-26 22:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976
2026-03-26 22:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976
2026-03-26 22:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976 to the API
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996823>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '8cbf7f4f-4266-5299-8ae9-f39da7f5af16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996823',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'AC',
'model': 'Seat Tarraco',
'odometer': 187628,
'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': 5,
'seller_name': None,
'title': 'Tarraco FR 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Tarraco FR 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996823auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:06 [ecarstrade.de] INFO: Saving data for 6996823auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368498.817003, 'last_price_update_time': 1774562586.98908}
2026-03-26 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996823auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976
2026-03-26 22:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976
2026-03-26 22:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976 to the API
2026-03-26 22:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996836>
{'auction_title': '',
'c_o_2_emission_value': 234,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e08b45ed-91cb-5256-8d29-3955a244b2d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996836',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 229503,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Crafter Kasten Kasten 35 mittellang Hochdach 4MOTION 2.0 TDI 130KW '
'MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten Kasten 35 mittellang Hochdach 4MOTION 2.0 TDI 130KW MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-26 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996836auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:07 [ecarstrade.de] INFO: Saving data for 6996836auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368499.598033, 'last_price_update_time': 1774562587.297699}
2026-03-26 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996836auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_002/780x0__r.jpg?hash=1774537338> (referer: https://ecarstrade.com/cars/7005307)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_005/780x0__r.jpg?hash=1774537307> (referer: https://ecarstrade.com/cars/7005290)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_004/780x0__r.jpg?hash=1774537309> (referer: https://ecarstrade.com/cars/7005290)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_006/780x0__r.jpg?hash=1774537307> (referer: https://ecarstrade.com/cars/7005290)
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_003/780x0__r.jpg?hash=1774537307> (referer: https://ecarstrade.com/cars/7005290)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_001/780x0__r.jpg?hash=1774537308> (referer: https://ecarstrade.com/cars/7005290)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_002/780x0__r.jpg?hash=1774537329> (referer: https://ecarstrade.com/cars/7005301)
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_006/780x0__r.jpg?hash=1774537361> (referer: https://ecarstrade.com/cars/7005325)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_001/780x0__r.jpg?hash=1774537338> (referer: https://ecarstrade.com/cars/7005307)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_002/780x0__r.jpg?hash=1774537307> (referer: https://ecarstrade.com/cars/7005290)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_001/780x0__r.jpg?hash=1774537329> (referer: https://ecarstrade.com/cars/7005301)
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_003/780x0__r.jpg?hash=1774537361> (referer: https://ecarstrade.com/cars/7005325)
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_005/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005325)
2026-03-26 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_002/780x0__r.jpg?hash=1774537361> (referer: https://ecarstrade.com/cars/7005325)
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6266bee2-acc5-579f-ab67-12db74c8e81d
2026-03-26 22:03:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6266bee2-acc5-579f-ab67-12db74c8e81d, skipping ID generation
2026-03-26 22:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6266bee2-acc5-579f-ab67-12db74c8e81d with scrape type 1
2026-03-26 22:03:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6266bee2-acc5-579f-ab67-12db74c8e81d sending to next pipeline
2026-03-26 22:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6266bee2-acc5-579f-ab67-12db74c8e81d, identifier: 7005307auction111085
2026-03-26 22:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6266bee2-acc5-579f-ab67-12db74c8e81d with identifier: 7005307auction111085
2026-03-26 22:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6266bee2-acc5-579f-ab67-12db74c8e81d with identifier: 7005307auction111085
2026-03-26 22:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6266bee2-acc5-579f-ab67-12db74c8e81d with identifier: 7005307auction111085 to the API
2026-03-26 22:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005307/photo_001/780x0__r.jpg?hash=1774537338>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6266bee2-acc5-579f-ab67-12db74c8e81d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005307',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 131910,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'Transit Connect Kasten Trend 1.5 EcoBlue 88KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Kasten Trend 1.5 EcoBlue 88KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005307auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:08 [ecarstrade.de] INFO: Saving data for 7005307auction111085: {'created_time': 1774562588.631068, 'last_price_update_time': 1774562588.631081, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005307auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_001/780x0__r.jpg?hash=1774537361> (referer: https://ecarstrade.com/cars/7005325)
2026-03-26 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_003/780x0__r.jpg?hash=1774537303> (referer: https://ecarstrade.com/cars/7005287)
2026-03-26 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-26 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_002/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005287)
2026-03-26 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-26 22:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5
2026-03-26 22:03:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5, skipping ID generation
2026-03-26 22:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 with scrape type 1
2026-03-26 22:03:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 sending to next pipeline
2026-03-26 22:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5, identifier: 7005290auction111085
2026-03-26 22:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9487bb42-c913-5f8f-97fc-de190632469a
2026-03-26 22:03:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9487bb42-c913-5f8f-97fc-de190632469a, skipping ID generation
2026-03-26 22:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9487bb42-c913-5f8f-97fc-de190632469a with scrape type 1
2026-03-26 22:03:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9487bb42-c913-5f8f-97fc-de190632469a sending to next pipeline
2026-03-26 22:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9487bb42-c913-5f8f-97fc-de190632469a, identifier: 7005301auction111085
2026-03-26 22:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_004/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005325)
2026-03-26 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996821> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 with identifier: 7005290auction111085
2026-03-26 22:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 with identifier: 7005290auction111085
2026-03-26 22:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 866b2dd7-9f0c-5122-ab84-ca4e3a0117a5 with identifier: 7005290auction111085 to the API
2026-03-26 22:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005290/photo_002/780x0__r.jpg?hash=1774537307>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '866b2dd7-9f0c-5122-ab84-ca4e3a0117a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005290',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '118',
'odometer': 81348,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 1 Lim. 118 i Advantage 1.5 100KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 1 Lim. i Advantage 1.5 100KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005290auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:09 [ecarstrade.de] INFO: Saving data for 7005290auction111085: {'created_time': 1774562589.309176, 'last_price_update_time': 1774562589.309188, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005290auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9487bb42-c913-5f8f-97fc-de190632469a with identifier: 7005301auction111085
2026-03-26 22:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9487bb42-c913-5f8f-97fc-de190632469a with identifier: 7005301auction111085
2026-03-26 22:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9487bb42-c913-5f8f-97fc-de190632469a with identifier: 7005301auction111085 to the API
2026-03-26 22:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005301/photo_001/780x0__r.jpg?hash=1774537329>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9487bb42-c913-5f8f-97fc-de190632469a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005301',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 21082,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Fiesta Cool & Connect 1.0 EcoBoost 74KW MT6 E6d',
'transmission': 'manual',
'trim': 'Cool & Connect 1.0 EcoBoost 74KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005301auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:10 [ecarstrade.de] INFO: Saving data for 7005301auction111085: {'created_time': 1774562590.717989, 'last_price_update_time': 1774562590.718003, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005301auction111085') HTTP/1.1" 204 0
2026-03-26 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-26 22:03:10 [ecarstrade.de] INFO: Extracting details for car 6996821auction110976
2026-03-26 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-26 22:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_001/780x0__r.jpg?hash=1774537302> (referer: https://ecarstrade.com/cars/7005287)
2026-03-26 22:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 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-26 22:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e
2026-03-26 22:03:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e, skipping ID generation
2026-03-26 22:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e with scrape type 1
2026-03-26 22:03:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e sending to next pipeline
2026-03-26 22:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e, identifier: 7005325auction111085
2026-03-26 22:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976
2026-03-26 22:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with scrape type 2
2026-03-26 22:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with scrape type 2
2026-03-26 22:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5, identifier: 6996821auction110976
2026-03-26 22:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e with identifier: 7005325auction111085
2026-03-26 22:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e with identifier: 7005325auction111085
2026-03-26 22:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e with identifier: 7005325auction111085 to the API
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005325/photo_004/780x0__r.jpg?hash=1774537363>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '8c2eebf8-5e8f-59d9-95ba-16b8ec66bf8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005325',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 40246,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Corsa F Elegance 1.2 Turbo 74KW MT6 E6d',
'transmission': 'manual',
'trim': 'F Elegance 1.2 Turbo 74KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005325auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:11 [ecarstrade.de] INFO: Saving data for 7005325auction111085: {'created_time': 1774562591.363951, 'last_price_update_time': 1774562591.363964, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005325auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976
2026-03-26 22:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976
2026-03-26 22:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976 to the API
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996821>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '98d6142d-8dc1-50ac-9bd7-13fdfed435d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996821',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Peugeot',
'model': '5008',
'odometer': 107205,
'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': 7,
'seller_name': None,
'title': '5008 GT 1.5 HDi 96KW AT8 7 Sitzer E6d',
'transmission': 'automatic',
'trim': 'GT 1.5 HDi 96KW AT8 7 Sitzer E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996821auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:11 [ecarstrade.de] INFO: Saving data for 6996821auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368487.669269, 'last_price_update_time': 1774562591.644399}
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996821auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1
2026-03-26 22:03:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1, skipping ID generation
2026-03-26 22:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 with scrape type 1
2026-03-26 22:03:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 sending to next pipeline
2026-03-26 22:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1, identifier: 7005287auction111085
2026-03-26 22:03:11 [ecarstrade.de] INFO: Found 13 car items
2026-03-26 22:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 with identifier: 7005287auction111085
2026-03-26 22:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 with identifier: 7005287auction111085
2026-03-26 22:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 22c7623e-d2ec-53b3-8df7-b3417d5ac8d1 with identifier: 7005287auction111085 to the API
2026-03-26 22:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005287/photo_001/780x0__r.jpg?hash=1774537302>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '22c7623e-d2ec-53b3-8df7-b3417d5ac8d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005287',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'Q3',
'odometer': 79727,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Q3 45 TFSI e 1.4 TFSI 180KW AT6 E6d',
'transmission': 'automatic',
'trim': '45 TFSI e 1.4 TFSI 180KW AT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005287auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Saving data for 7005287auction111085: {'created_time': 1774562592.245297, 'last_price_update_time': 1774562592.24531, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005287auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996838auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996838auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996838auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996791auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996791auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996791auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996805auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996805auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996805auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996834auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996834auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996834auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996830auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996830auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996830auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996807auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996807auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996807auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996839auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996839auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996839auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996820auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996820auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996820auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996802auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996802auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996802auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996819auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996819auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996819auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996804auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996804auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996804auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996803auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996803auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996803auction110976: 2
2026-03-26 22:03:12 [ecarstrade.de] INFO: Found listing with ID: 6996817auction110976
2026-03-26 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996817auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:12 [ecarstrade.de] INFO: Scrape type for 6996817auction110976: 2
2026-03-26 22:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996788> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:16 [ecarstrade.de] INFO: Extracting details for car 6996788auction110976
2026-03-26 22:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976
2026-03-26 22:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac502713-7496-56f6-b156-c0467eb955b3 with scrape type 2
2026-03-26 22:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac502713-7496-56f6-b156-c0467eb955b3 with scrape type 2
2026-03-26 22:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ac502713-7496-56f6-b156-c0467eb955b3, identifier: 6996788auction110976
2026-03-26 22:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976
2026-03-26 22:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976
2026-03-26 22:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976 to the API
2026-03-26 22:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996788>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ac502713-7496-56f6-b156-c0467eb955b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996788',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'A3',
'odometer': 197331,
'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': 5,
'seller_name': None,
'title': 'A3 Sportback 30 TDI 2.0 TDI 85KW MT6 E6d',
'transmission': 'manual',
'trim': 'Sportback 30 TDI 2.0 TDI 85KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996788auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:16 [ecarstrade.de] INFO: Saving data for 6996788auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368554.440469, 'last_price_update_time': 1774562596.855529}
2026-03-26 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996788auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996845> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:18 [ecarstrade.de] INFO: Extracting details for car 6996845auction110976
2026-03-26 22:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976
2026-03-26 22:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with scrape type 2
2026-03-26 22:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with scrape type 2
2026-03-26 22:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6, identifier: 6996845auction110976
2026-03-26 22:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976
2026-03-26 22:03:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-26 22:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976
2026-03-26 22:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976 to the API
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996845>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '88f44671-3c28-5e8c-98fd-479bc9ed4ee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996845',
'listing': 'auction',
'location': 'Germany - "DE-12-BERLIN-BECKER&BECKMANN"',
'make': 'Volkswagen',
'model': 'T6',
'odometer': 195814,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'T6 Bus Multivan Highline 4Motion 2.0 TDI 146KW AT7 7 Sitzer E6dT',
'transmission': 'automatic',
'trim': 'Bus Multivan Highline 4Motion 2.0 TDI 146KW AT7 7 Sitzer E6dT',
'vin': None,
'year': 2019}
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996845auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:18 [ecarstrade.de] INFO: Saving data for 6996845auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368416.938145, 'last_price_update_time': 1774562598.484927}
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996845auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996793> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:18 [ecarstrade.de] INFO: Extracting details for car 6996793auction110976
2026-03-26 22:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976
2026-03-26 22:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0890d5cc-7e63-58ed-93cb-051633802529 with scrape type 2
2026-03-26 22:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0890d5cc-7e63-58ed-93cb-051633802529 with scrape type 2
2026-03-26 22:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0890d5cc-7e63-58ed-93cb-051633802529, identifier: 6996793auction110976
2026-03-26 22:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976
2026-03-26 22:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976
2026-03-26 22:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976 to the API
2026-03-26 22:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996793>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '0890d5cc-7e63-58ed-93cb-051633802529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996793',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'BMW',
'model': '530',
'odometer': 179009,
'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': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 530 d M Sport 3.0 210KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d M Sport 3.0 210KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996793auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:19 [ecarstrade.de] INFO: Saving data for 6996793auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368397.45936, 'last_price_update_time': 1774562599.026248}
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996793auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996814> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996799> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_006/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005310)
2026-03-26 22:03:19 [ecarstrade.de] INFO: Extracting details for car 6996814auction110976
2026-03-26 22:03:19 [ecarstrade.de] INFO: Extracting details for car 6996799auction110976
2026-03-26 22:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976
2026-03-26 22:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf1c871-5ef6-510d-8fc8-98c5555466d3 with scrape type 2
2026-03-26 22:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edf1c871-5ef6-510d-8fc8-98c5555466d3 with scrape type 2
2026-03-26 22:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: edf1c871-5ef6-510d-8fc8-98c5555466d3, identifier: 6996814auction110976
2026-03-26 22:03:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976
2026-03-26 22:03:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1589c8-235f-5428-81a1-ad03eb379c7b with scrape type 2
2026-03-26 22:03:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a1589c8-235f-5428-81a1-ad03eb379c7b with scrape type 2
2026-03-26 22:03:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8a1589c8-235f-5428-81a1-ad03eb379c7b, identifier: 6996799auction110976
2026-03-26 22:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976
2026-03-26 22:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976
2026-03-26 22:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976 to the API
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996814>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'edf1c871-5ef6-510d-8fc8-98c5555466d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996814',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 86467,
'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': 5,
'seller_name': None,
'title': 'GLB -Klasse GLB 200 d (247.612) 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'GLB -Klasse d (247.612) 110KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996814auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:19 [ecarstrade.de] INFO: Saving data for 6996814auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368392.941334, 'last_price_update_time': 1774562599.659946}
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996814auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976
2026-03-26 22:03:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976
2026-03-26 22:03:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976 to the API
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996799>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '8a1589c8-235f-5428-81a1-ad03eb379c7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996799',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'BMW',
'model': 'X3',
'odometer': 203255,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe X3 xDrive 20 d Luxury Line 2.0 140KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Baureihe xDrive 20 d Luxury Line 2.0 140KW AT8 E6dT',
'vin': None,
'year': 2019}
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996799auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:19 [ecarstrade.de] INFO: Saving data for 6996799auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368396.966712, 'last_price_update_time': 1774562599.961019}
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996799auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_005/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005310)
2026-03-26 22:03:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996792> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_004/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005310)
2026-03-26 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-26 22:03:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:03:20 [ecarstrade.de] INFO: Extracting details for car 6996792auction110976
2026-03-26 22:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976
2026-03-26 22:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10d98410-1295-59df-aa7f-007e1f410ece with scrape type 2
2026-03-26 22:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10d98410-1295-59df-aa7f-007e1f410ece with scrape type 2
2026-03-26 22:03:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 10d98410-1295-59df-aa7f-007e1f410ece, identifier: 6996792auction110976
2026-03-26 22:03:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976
2026-03-26 22:03:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976
2026-03-26 22:03:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976 to the API
2026-03-26 22:03:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996792>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '10d98410-1295-59df-aa7f-007e1f410ece',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996792',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '530',
'odometer': 189273,
'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': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 530 d xDrive 3.0 210KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d xDrive 3.0 210KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996792auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:20 [ecarstrade.de] INFO: Saving data for 6996792auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368398.230519, 'last_price_update_time': 1774562600.48547}
2026-03-26 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996792auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005308> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:23 [ecarstrade.de] INFO: Extracting details for car 7005308auction111085
2026-03-26 22:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c69790bc-f83b-5798-bada-2f395f2ba7f2 with identifier: 7005308auction111085
2026-03-26 22:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c69790bc-f83b-5798-bada-2f395f2ba7f2 with scrape type 1
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005308%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537340%27 HTTP/1.1" 200 None
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_001/780x0__r.jpg?hash=1774537340 not downloaded yet
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005308%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537340%27 HTTP/1.1" 200 None
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_002/780x0__r.jpg?hash=1774537340 not downloaded yet
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005308%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537340%27 HTTP/1.1" 200 None
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_003/780x0__r.jpg?hash=1774537340 not downloaded yet
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005308%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537340%27 HTTP/1.1" 200 None
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_004/780x0__r.jpg?hash=1774537340 not downloaded yet
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005308%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537340%27 HTTP/1.1" 200 None
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_005/780x0__r.jpg?hash=1774537340 not downloaded yet
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005308%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537341%27 HTTP/1.1" 200 None
2026-03-26 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_006/780x0__r.jpg?hash=1774537341 not downloaded yet
2026-03-26 22:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005323> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:25 [ecarstrade.de] INFO: Extracting details for car 7005323auction111085
2026-03-26 22:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 with identifier: 7005323auction111085
2026-03-26 22:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 with scrape type 1
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005323%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537363%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005323/photo_001/780x0__r.jpg?hash=1774537363 not downloaded yet
2026-03-26 22:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005337> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:25 [ecarstrade.de] INFO: Extracting details for car 7005337auction111085
2026-03-26 22:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e776f96d-e941-5dbf-8bb2-d34605f9aae1 with identifier: 7005337auction111085
2026-03-26 22:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e776f96d-e941-5dbf-8bb2-d34605f9aae1 with scrape type 1
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005337%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537378%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_001/780x0__r.jpg?hash=1774537378 not downloaded yet
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005337%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537379%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_002/780x0__r.jpg?hash=1774537379 not downloaded yet
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005337%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537379%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_003/780x0__r.jpg?hash=1774537379 not downloaded yet
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005337%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537378%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_004/780x0__r.jpg?hash=1774537378 not downloaded yet
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005337%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537379%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_005/780x0__r.jpg?hash=1774537379 not downloaded yet
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005337%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537379%27 HTTP/1.1" 200 None
2026-03-26 22:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_006/780x0__r.jpg?hash=1774537379 not downloaded yet
2026-03-26 22:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005328> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:26 [ecarstrade.de] INFO: Extracting details for car 7005328auction111085
2026-03-26 22:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de3a88ee-f2db-5a65-9964-02e2c1d91974 with identifier: 7005328auction111085
2026-03-26 22:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3a88ee-f2db-5a65-9964-02e2c1d91974 with scrape type 1
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item de3a88ee-f2db-5a65-9964-02e2c1d91974
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005328%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005328/photo_001/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005300> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:26 [ecarstrade.de] INFO: Extracting details for car 7005300auction111085
2026-03-26 22:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 405145a8-4783-544a-9756-8b85f7d83a24 with identifier: 7005300auction111085
2026-03-26 22:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 405145a8-4783-544a-9756-8b85f7d83a24 with scrape type 1
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005300%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537328%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_001/780x0__r.jpg?hash=1774537328 not downloaded yet
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005300%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537327%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_002/780x0__r.jpg?hash=1774537327 not downloaded yet
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005300%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537328%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_003/780x0__r.jpg?hash=1774537328 not downloaded yet
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005300%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537328%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_004/780x0__r.jpg?hash=1774537328 not downloaded yet
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005300%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537327%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_005/780x0__r.jpg?hash=1774537327 not downloaded yet
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005300%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537327%27 HTTP/1.1" 200 None
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_006/780x0__r.jpg?hash=1774537327 not downloaded yet
2026-03-26 22:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996817> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:26 [ecarstrade.de] INFO: Extracting details for car 6996817auction110976
2026-03-26 22:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976
2026-03-26 22:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3689f2c-7cab-5196-abb5-02b510c714f0 with scrape type 2
2026-03-26 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3689f2c-7cab-5196-abb5-02b510c714f0 with scrape type 2
2026-03-26 22:03:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d3689f2c-7cab-5196-abb5-02b510c714f0, identifier: 6996817auction110976
2026-03-26 22:03:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976
2026-03-26 22:03:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976
2026-03-26 22:03:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976 to the API
2026-03-26 22:03:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996817>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'd3689f2c-7cab-5196-abb5-02b510c714f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996817',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Opel',
'model': 'Astra',
'odometer': 192703,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Astra K Sports Tourer Edition Start/Stop 1.6 CDTI 81KW MT6 E6dT',
'transmission': 'manual',
'trim': 'K Sports Tourer Edition Start/Stop 1.6 CDTI 81KW MT6 E6dT',
'vin': None,
'year': 2018}
2026-03-26 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996817auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:27 [ecarstrade.de] INFO: Saving data for 6996817auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368490.738759, 'last_price_update_time': 1774562607.324205}
2026-03-26 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996817auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996803> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:30 [ecarstrade.de] INFO: Extracting details for car 6996803auction110976
2026-03-26 22:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976
2026-03-26 22:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773fa62f-061a-54a5-bd3d-488442177357 with scrape type 2
2026-03-26 22:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 773fa62f-061a-54a5-bd3d-488442177357 with scrape type 2
2026-03-26 22:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 773fa62f-061a-54a5-bd3d-488442177357, identifier: 6996803auction110976
2026-03-26 22:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976
2026-03-26 22:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976
2026-03-26 22:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976 to the API
2026-03-26 22:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996803>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '773fa62f-061a-54a5-bd3d-488442177357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996803',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 201132,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996803auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:30 [ecarstrade.de] INFO: Saving data for 6996803auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368655.551912, 'last_price_update_time': 1774562610.900648}
2026-03-26 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996803auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996819> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:31 [ecarstrade.de] INFO: Extracting details for car 6996819auction110976
2026-03-26 22:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976
2026-03-26 22:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21ae51b7-6bff-5939-b628-1ab30aad3610 with scrape type 2
2026-03-26 22:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21ae51b7-6bff-5939-b628-1ab30aad3610 with scrape type 2
2026-03-26 22:03:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 21ae51b7-6bff-5939-b628-1ab30aad3610, identifier: 6996819auction110976
2026-03-26 22:03:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976
2026-03-26 22:03:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976
2026-03-26 22:03:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976 to the API
2026-03-26 22:03:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996819>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '21ae51b7-6bff-5939-b628-1ab30aad3610',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996819',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 259040,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Insignia B Sports Tourer Business INNOVATION 1.6 CDTI 100KW AT6 '
'E6dT',
'transmission': 'automatic',
'trim': 'B Sports Tourer Business INNOVATION 1.6 CDTI 100KW AT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996819auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:32 [ecarstrade.de] INFO: Saving data for 6996819auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368514.858695, 'last_price_update_time': 1774562612.094539}
2026-03-26 22:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996819auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996802> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:32 [ecarstrade.de] INFO: Extracting details for car 6996802auction110976
2026-03-26 22:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976
2026-03-26 22:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa10bc28-9bb2-5df3-9905-22392d761a87 with scrape type 2
2026-03-26 22:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa10bc28-9bb2-5df3-9905-22392d761a87 with scrape type 2
2026-03-26 22:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa10bc28-9bb2-5df3-9905-22392d761a87, identifier: 6996802auction110976
2026-03-26 22:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976
2026-03-26 22:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976
2026-03-26 22:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976 to the API
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996802>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'fa10bc28-9bb2-5df3-9905-22392d761a87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996802',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 197881,
'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': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996802auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:33 [ecarstrade.de] INFO: Saving data for 6996802auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368514.070383, 'last_price_update_time': 1774562613.255948}
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996802auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996820> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_006/780x0__r.jpg?hash=1774537341> (referer: https://ecarstrade.com/cars/7005308)
2026-03-26 22:03:33 [ecarstrade.de] INFO: Extracting details for car 6996820auction110976
2026-03-26 22:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976
2026-03-26 22:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0a28e49-7274-5540-bea0-7a339e4e6ce8 with scrape type 2
2026-03-26 22:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0a28e49-7274-5540-bea0-7a339e4e6ce8 with scrape type 2
2026-03-26 22:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f0a28e49-7274-5540-bea0-7a339e4e6ce8, identifier: 6996820auction110976
2026-03-26 22:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976
2026-03-26 22:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976
2026-03-26 22:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976 to the API
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996820>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f0a28e49-7274-5540-bea0-7a339e4e6ce8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996820',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Peugeot',
'model': '308',
'odometer': 139757,
'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': 5,
'seller_name': None,
'title': '308 SW Allure Pack 1.5 HDi 96KW AT8 E6d',
'transmission': 'automatic',
'trim': 'SW Allure Pack 1.5 HDi 96KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996820auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:33 [ecarstrade.de] INFO: Saving data for 6996820auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368513.532182, 'last_price_update_time': 1774562613.82674}
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996820auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005323/photo_001/780x0__r.jpg?hash=1774537363> (referer: https://ecarstrade.com/cars/7005323)
2026-03-26 22:03:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_006/780x0__r.jpg?hash=1774537379> (referer: https://ecarstrade.com/cars/7005337)
2026-03-26 22:03:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3
2026-03-26 22:03:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3, skipping ID generation
2026-03-26 22:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 with scrape type 1
2026-03-26 22:03:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 sending to next pipeline
2026-03-26 22:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3, identifier: 7005323auction111085
2026-03-26 22:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 with identifier: 7005323auction111085
2026-03-26 22:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 with identifier: 7005323auction111085
2026-03-26 22:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3 with identifier: 7005323auction111085 to the API
2026-03-26 22:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005323/photo_001/780x0__r.jpg?hash=1774537363>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8bf9ed58-b6ed-59a0-bd75-7e8273cfd7a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005323',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 117586,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Corsa F Elegance 1.5 75KW MT6 E6d',
'transmission': 'manual',
'trim': 'F Elegance 1.5 75KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005323auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:34 [ecarstrade.de] INFO: Saving data for 7005323auction111085: {'created_time': 1774562614.40581, 'last_price_update_time': 1774562614.405822, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005323auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005328/photo_001/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005328)
2026-03-26 22:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996839> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_005/780x0__r.jpg?hash=1774537327> (referer: https://ecarstrade.com/cars/7005300)
2026-03-26 22:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_006/780x0__r.jpg?hash=1774537327> (referer: https://ecarstrade.com/cars/7005300)
2026-03-26 22:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de3a88ee-f2db-5a65-9964-02e2c1d91974
2026-03-26 22:03:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de3a88ee-f2db-5a65-9964-02e2c1d91974, skipping ID generation
2026-03-26 22:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de3a88ee-f2db-5a65-9964-02e2c1d91974 with scrape type 1
2026-03-26 22:03:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de3a88ee-f2db-5a65-9964-02e2c1d91974 sending to next pipeline
2026-03-26 22:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: de3a88ee-f2db-5a65-9964-02e2c1d91974, identifier: 7005328auction111085
2026-03-26 22:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: de3a88ee-f2db-5a65-9964-02e2c1d91974 with identifier: 7005328auction111085
2026-03-26 22:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: de3a88ee-f2db-5a65-9964-02e2c1d91974 with identifier: 7005328auction111085
2026-03-26 22:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: de3a88ee-f2db-5a65-9964-02e2c1d91974 with identifier: 7005328auction111085 to the API
2026-03-26 22:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005328/photo_001/780x0__r.jpg?hash=1774537370>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'de3a88ee-f2db-5a65-9964-02e2c1d91974',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005328',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 99426,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Corsa F GS Line 1.2 Turbo 96KW AT8 E6d',
'transmission': 'automatic',
'trim': 'F GS Line 1.2 Turbo 96KW AT8 E6d',
'vin': None,
'year': 2020}
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005328auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:35 [ecarstrade.de] INFO: Saving data for 7005328auction111085: {'created_time': 1774562615.129893, 'last_price_update_time': 1774562615.129908, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005328auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_004/780x0__r.jpg?hash=1774537328> (referer: https://ecarstrade.com/cars/7005300)
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_003/780x0__r.jpg?hash=1774537328> (referer: https://ecarstrade.com/cars/7005300)
2026-03-26 22:03:35 [ecarstrade.de] INFO: Extracting details for car 6996839auction110976
2026-03-26 22:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976
2026-03-26 22:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f02944e-c44b-517f-8056-9b9284748237 with scrape type 2
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f02944e-c44b-517f-8056-9b9284748237 with scrape type 2
2026-03-26 22:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5f02944e-c44b-517f-8056-9b9284748237, identifier: 6996839auction110976
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976
2026-03-26 22:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976
2026-03-26 22:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976 to the API
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996839>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5f02944e-c44b-517f-8056-9b9284748237',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996839',
'listing': 'auction',
'location': 'Germany - "DE-12-BERLIN-BECKER&BECKMANN"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 182453,
'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': 5,
'seller_name': None,
'title': 'Golf VII Variant Comfortline BMT/Start-Stopp 1.6 TDI 85KW MT5 E6dT',
'transmission': 'manual',
'trim': 'VII Variant Comfortline BMT/Start-Stopp 1.6 TDI 85KW MT5 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996839auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:35 [ecarstrade.de] INFO: Saving data for 6996839auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368560.000057, 'last_price_update_time': 1774562615.549271}
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996839auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_002/780x0__r.jpg?hash=1774537327> (referer: https://ecarstrade.com/cars/7005300)
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_001/780x0__r.jpg?hash=1774537328> (referer: https://ecarstrade.com/cars/7005300)
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996797> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_005/780x0__r.jpg?hash=1774537379> (referer: https://ecarstrade.com/cars/7005337)
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_003/780x0__r.jpg?hash=1774537379> (referer: https://ecarstrade.com/cars/7005337)
2026-03-26 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_004/780x0__r.jpg?hash=1774537378> (referer: https://ecarstrade.com/cars/7005337)
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 405145a8-4783-544a-9756-8b85f7d83a24
2026-03-26 22:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 405145a8-4783-544a-9756-8b85f7d83a24, skipping ID generation
2026-03-26 22:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 405145a8-4783-544a-9756-8b85f7d83a24 with scrape type 1
2026-03-26 22:03:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 405145a8-4783-544a-9756-8b85f7d83a24 sending to next pipeline
2026-03-26 22:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 405145a8-4783-544a-9756-8b85f7d83a24, identifier: 7005300auction111085
2026-03-26 22:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 405145a8-4783-544a-9756-8b85f7d83a24 with identifier: 7005300auction111085
2026-03-26 22:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 405145a8-4783-544a-9756-8b85f7d83a24 with identifier: 7005300auction111085
2026-03-26 22:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 405145a8-4783-544a-9756-8b85f7d83a24 with identifier: 7005300auction111085 to the API
2026-03-26 22:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005300/photo_001/780x0__r.jpg?hash=1774537328>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '405145a8-4783-544a-9756-8b85f7d83a24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005300',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 93397,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Lim. Titanium 1.0 EcoBoost 92KW MT6 E6d',
'transmission': 'manual',
'trim': 'Lim. Titanium 1.0 EcoBoost 92KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005300auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:36 [ecarstrade.de] INFO: Saving data for 7005300auction111085: {'created_time': 1774562616.137367, 'last_price_update_time': 1774562616.137379, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005300auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_002/780x0__r.jpg?hash=1774537379> (referer: https://ecarstrade.com/cars/7005337)
2026-03-26 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_001/780x0__r.jpg?hash=1774537378> (referer: https://ecarstrade.com/cars/7005337)
2026-03-26 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_005/780x0__r.jpg?hash=1774537340> (referer: https://ecarstrade.com/cars/7005308)
2026-03-26 22:03:36 [ecarstrade.de] INFO: Extracting details for car 6996797auction110976
2026-03-26 22:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976
2026-03-26 22:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da650172-4b35-5ba4-b3b9-9b58dff5446e with scrape type 2
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da650172-4b35-5ba4-b3b9-9b58dff5446e with scrape type 2
2026-03-26 22:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: da650172-4b35-5ba4-b3b9-9b58dff5446e, identifier: 6996797auction110976
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976
2026-03-26 22:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976
2026-03-26 22:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976 to the API
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996797>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'da650172-4b35-5ba4-b3b9-9b58dff5446e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996797',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'BMW',
'model': '520',
'odometer': 197338,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 520 d xDrive Luxury Line 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d xDrive Luxury Line 2.0 140KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996797auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:36 [ecarstrade.de] INFO: Saving data for 6996797auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368495.733557, 'last_price_update_time': 1774562616.58302}
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996797auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_003/780x0__r.jpg?hash=1774537340> (referer: https://ecarstrade.com/cars/7005308)
2026-03-26 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_004/780x0__r.jpg?hash=1774537340> (referer: https://ecarstrade.com/cars/7005308)
2026-03-26 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_002/780x0__r.jpg?hash=1774537340> (referer: https://ecarstrade.com/cars/7005308)
2026-03-26 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-26 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-26 22:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e776f96d-e941-5dbf-8bb2-d34605f9aae1
2026-03-26 22:03:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e776f96d-e941-5dbf-8bb2-d34605f9aae1, skipping ID generation
2026-03-26 22:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e776f96d-e941-5dbf-8bb2-d34605f9aae1 with scrape type 1
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e776f96d-e941-5dbf-8bb2-d34605f9aae1 sending to next pipeline
2026-03-26 22:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e776f96d-e941-5dbf-8bb2-d34605f9aae1, identifier: 7005337auction111085
2026-03-26 22:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e776f96d-e941-5dbf-8bb2-d34605f9aae1 with identifier: 7005337auction111085
2026-03-26 22:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e776f96d-e941-5dbf-8bb2-d34605f9aae1 with identifier: 7005337auction111085
2026-03-26 22:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e776f96d-e941-5dbf-8bb2-d34605f9aae1 with identifier: 7005337auction111085 to the API
2026-03-26 22:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005337/photo_001/780x0__r.jpg?hash=1774537378>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e776f96d-e941-5dbf-8bb2-d34605f9aae1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005337',
'listing': 'auction',
'location': 'Germany - "DE-12-BERLIN-BECKER&BECKMANN"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 176941,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Golf VII Variant Comfortline BMT/Start-Stopp 1.6 TDI 85KW MT5 E6dT',
'transmission': 'manual',
'trim': 'VII Variant Comfortline BMT/Start-Stopp 1.6 TDI 85KW MT5 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005337auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:37 [ecarstrade.de] INFO: Saving data for 7005337auction111085: {'created_time': 1774562617.097963, 'last_price_update_time': 1774562617.097981, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005337auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_001/780x0__r.jpg?hash=1774537340> (referer: https://ecarstrade.com/cars/7005308)
2026-03-26 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-26 22:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c69790bc-f83b-5798-bada-2f395f2ba7f2
2026-03-26 22:03:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c69790bc-f83b-5798-bada-2f395f2ba7f2, skipping ID generation
2026-03-26 22:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c69790bc-f83b-5798-bada-2f395f2ba7f2 with scrape type 1
2026-03-26 22:03:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c69790bc-f83b-5798-bada-2f395f2ba7f2 sending to next pipeline
2026-03-26 22:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c69790bc-f83b-5798-bada-2f395f2ba7f2, identifier: 7005308auction111085
2026-03-26 22:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c69790bc-f83b-5798-bada-2f395f2ba7f2 with identifier: 7005308auction111085
2026-03-26 22:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c69790bc-f83b-5798-bada-2f395f2ba7f2 with identifier: 7005308auction111085
2026-03-26 22:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c69790bc-f83b-5798-bada-2f395f2ba7f2 with identifier: 7005308auction111085 to the API
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005308/photo_001/780x0__r.jpg?hash=1774537340>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c69790bc-f83b-5798-bada-2f395f2ba7f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005308',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 272692,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Transit Connect 230 L2 LKW S&S Trend 5d 74kW',
'transmission': 'manual',
'trim': 'FORD 230 L2 LKW S&S Trend 5d 74kW',
'vin': None,
'year': 2020}
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005308auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:37 [ecarstrade.de] INFO: Saving data for 7005308auction111085: {'created_time': 1774562617.666604, 'last_price_update_time': 1774562617.666616, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005308auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996830> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:38 [ecarstrade.de] INFO: Extracting details for car 6996830auction110976
2026-03-26 22:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976
2026-03-26 22:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with scrape type 2
2026-03-26 22:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with scrape type 2
2026-03-26 22:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee, identifier: 6996830auction110976
2026-03-26 22:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976
2026-03-26 22:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976
2026-03-26 22:03:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976 to the API
2026-03-26 22:03:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996830>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e9e5b348-5a35-5917-8ac5-abcbc50ea1ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996830',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 205586,
'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': 5,
'seller_name': None,
'title': 'Octavia Combi Clever 2.0 TDI 110KW MT6 E6d',
'transmission': 'manual',
'trim': 'Combi Clever 2.0 TDI 110KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996830auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:38 [ecarstrade.de] INFO: Saving data for 6996830auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368558.782437, 'last_price_update_time': 1774562618.525149}
2026-03-26 22:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996830auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996807> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_003/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005310)
2026-03-26 22:03:38 [ecarstrade.de] INFO: Extracting details for car 6996807auction110976
2026-03-26 22:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976
2026-03-26 22:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with scrape type 2
2026-03-26 22:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with scrape type 2
2026-03-26 22:03:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0, identifier: 6996807auction110976
2026-03-26 22:03:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976
2026-03-26 22:03:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976
2026-03-26 22:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976 to the API
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996807>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Petrol',
'id': '2dd335f6-5e17-5d9a-a2f5-368713ee20a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996807',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Kia',
'model': "cee'd",
'odometer': 148400,
'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': 5,
'seller_name': None,
'title': 'Ceed Sportswagon Vision 1.5 T-GDI 118KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Ceed Sportswagon Vision 1.5 T-GDI 118KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996807auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:39 [ecarstrade.de] INFO: Saving data for 6996807auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368556.331166, 'last_price_update_time': 1774562619.238023}
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996807auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_002/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005310)
2026-03-26 22:03:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_002/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005333)
2026-03-26 22:03:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e140e81a-4b4e-5033-87e1-a21489b1edff
2026-03-26 22:03:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e140e81a-4b4e-5033-87e1-a21489b1edff, skipping ID generation
2026-03-26 22:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e140e81a-4b4e-5033-87e1-a21489b1edff with scrape type 1
2026-03-26 22:03:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e140e81a-4b4e-5033-87e1-a21489b1edff sending to next pipeline
2026-03-26 22:03:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e140e81a-4b4e-5033-87e1-a21489b1edff, identifier: 7005310auction111085
2026-03-26 22:03:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e140e81a-4b4e-5033-87e1-a21489b1edff with identifier: 7005310auction111085
2026-03-26 22:03:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e140e81a-4b4e-5033-87e1-a21489b1edff with identifier: 7005310auction111085
2026-03-26 22:03:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e140e81a-4b4e-5033-87e1-a21489b1edff with identifier: 7005310auction111085 to the API
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005310/photo_002/780x0__r.jpg?hash=1774537345>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e140e81a-4b4e-5033-87e1-a21489b1edff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005310',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'MG',
'model': 'EHS',
'odometer': 28859,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS PHEV Comfort 5d 119kW',
'transmission': 'automatic',
'trim': 'PHEV Comfort 5d 119kW',
'vin': None,
'year': 2022}
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005310auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:39 [ecarstrade.de] INFO: Saving data for 7005310auction111085: {'created_time': 1774562619.799494, 'last_price_update_time': 1774562619.799505, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005310auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_001/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005333)
2026-03-26 22:03:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996834> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_005/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005313)
2026-03-26 22:03:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 831b3849-e36b-510c-b883-692b7855e180
2026-03-26 22:03:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 831b3849-e36b-510c-b883-692b7855e180, skipping ID generation
2026-03-26 22:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 831b3849-e36b-510c-b883-692b7855e180 with scrape type 1
2026-03-26 22:03:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 831b3849-e36b-510c-b883-692b7855e180 sending to next pipeline
2026-03-26 22:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 831b3849-e36b-510c-b883-692b7855e180, identifier: 7005333auction111085
2026-03-26 22:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 831b3849-e36b-510c-b883-692b7855e180 with identifier: 7005333auction111085
2026-03-26 22:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 831b3849-e36b-510c-b883-692b7855e180 with identifier: 7005333auction111085
2026-03-26 22:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 831b3849-e36b-510c-b883-692b7855e180 with identifier: 7005333auction111085 to the API
2026-03-26 22:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005333/photo_001/780x0__r.jpg?hash=1774537372>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '831b3849-e36b-510c-b883-692b7855e180',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005333',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 97961,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Combi Style 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005333auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:40 [ecarstrade.de] INFO: Saving data for 7005333auction111085: {'created_time': 1774562620.393536, 'last_price_update_time': 1774562620.393546, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005333auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_003/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005313)
2026-03-26 22:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_004/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005313)
2026-03-26 22:03:40 [ecarstrade.de] INFO: Extracting details for car 6996834auction110976
2026-03-26 22:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976
2026-03-26 22:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56a9059f-1a82-5864-b61b-3fae4e166994 with scrape type 2
2026-03-26 22:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56a9059f-1a82-5864-b61b-3fae4e166994 with scrape type 2
2026-03-26 22:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 56a9059f-1a82-5864-b61b-3fae4e166994, identifier: 6996834auction110976
2026-03-26 22:03:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976
2026-03-26 22:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976
2026-03-26 22:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976 to the API
2026-03-26 22:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996834>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '56a9059f-1a82-5864-b61b-3fae4e166994',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996834',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 104396,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Caddy Nfz Maxi Kasten BMT 2.0 TDI 75KW MT5 E6dT',
'transmission': 'manual',
'trim': 'Nfz Maxi Kasten BMT 2.0 TDI 75KW MT5 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996834auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:41 [ecarstrade.de] INFO: Saving data for 6996834auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368555.573538, 'last_price_update_time': 1774562621.015238}
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996834auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_001/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005313)
2026-03-26 22:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_002/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005313)
2026-03-26 22:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:03:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:03:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:03:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cc111a32-9977-510d-ac0e-0c62f5cf5c3b
2026-03-26 22:03:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cc111a32-9977-510d-ac0e-0c62f5cf5c3b, skipping ID generation
2026-03-26 22:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc111a32-9977-510d-ac0e-0c62f5cf5c3b with scrape type 1
2026-03-26 22:03:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cc111a32-9977-510d-ac0e-0c62f5cf5c3b sending to next pipeline
2026-03-26 22:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cc111a32-9977-510d-ac0e-0c62f5cf5c3b, identifier: 7005313auction111085
2026-03-26 22:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cc111a32-9977-510d-ac0e-0c62f5cf5c3b with identifier: 7005313auction111085
2026-03-26 22:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cc111a32-9977-510d-ac0e-0c62f5cf5c3b with identifier: 7005313auction111085
2026-03-26 22:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cc111a32-9977-510d-ac0e-0c62f5cf5c3b with identifier: 7005313auction111085 to the API
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005313/photo_002/780x0__r.jpg?hash=1774537346>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cc111a32-9977-510d-ac0e-0c62f5cf5c3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005313',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 51826,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 340 L1 Trend 2.0 TDCi 96KW AT6 E6dT',
'transmission': 'automatic',
'trim': 'Kasten 340 L1 Trend 2.0 TDCi 96KW AT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005313auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:41 [ecarstrade.de] INFO: Saving data for 7005313auction111085: {'created_time': 1774562621.569706, 'last_price_update_time': 1774562621.569718, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005313auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996791> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996805> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:43 [ecarstrade.de] INFO: Extracting details for car 6996791auction110976
2026-03-26 22:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976
2026-03-26 22:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with scrape type 2
2026-03-26 22:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with scrape type 2
2026-03-26 22:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f, identifier: 6996791auction110976
2026-03-26 22:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976
2026-03-26 22:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976
2026-03-26 22:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976 to the API
2026-03-26 22:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996791>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '3.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'fecc8ecf-0169-57a8-8b2a-1fee0c1f682f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996791',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Audi',
'model': 'A4',
'odometer': 225872,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'A4 Avant 45 TDI quattro 3.0 TDI 170KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Avant 45 TDI quattro 3.0 TDI 170KW AT8 E6dT',
'vin': None,
'year': 2019}
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996791auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:44 [ecarstrade.de] INFO: Saving data for 6996791auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368679.13721, 'last_price_update_time': 1774562624.16736}
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996791auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:44 [ecarstrade.de] INFO: Extracting details for car 6996805auction110976
2026-03-26 22:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976
2026-03-26 22:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973017d5-c83c-5d7e-9599-24afa118ad7e with scrape type 2
2026-03-26 22:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 973017d5-c83c-5d7e-9599-24afa118ad7e with scrape type 2
2026-03-26 22:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 973017d5-c83c-5d7e-9599-24afa118ad7e, identifier: 6996805auction110976
2026-03-26 22:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976
2026-03-26 22:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976
2026-03-26 22:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976 to the API
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996805>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '973017d5-c83c-5d7e-9599-24afa118ad7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996805',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 177486,
'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': 5,
'seller_name': None,
'title': 'S-Max ST-Line 2.0 EcoBlue 110KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'ST-Line 2.0 EcoBlue 110KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996805auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:44 [ecarstrade.de] INFO: Saving data for 6996805auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368568.648034, 'last_price_update_time': 1774562624.59395}
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996805auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996838> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:44 [ecarstrade.de] INFO: Extracting details for car 6996838auction110976
2026-03-26 22:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976
2026-03-26 22:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393529e9-9037-5b5d-b174-4bad8c5b29e3 with scrape type 2
2026-03-26 22:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 393529e9-9037-5b5d-b174-4bad8c5b29e3 with scrape type 2
2026-03-26 22:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 393529e9-9037-5b5d-b174-4bad8c5b29e3, identifier: 6996838auction110976
2026-03-26 22:03:44 [ecarstrade.de] INFO: No car items found on page 10
2026-03-26 22:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976
2026-03-26 22:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976
2026-03-26 22:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976 to the API
2026-03-26 22:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996838>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '393529e9-9037-5b5d-b174-4bad8c5b29e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996838',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 182856,
'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': 5,
'seller_name': None,
'title': 'Passat Variant Business 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996838auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:45 [ecarstrade.de] INFO: Saving data for 6996838auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368690.062857, 'last_price_update_time': 1774562625.132994}
2026-03-26 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996838auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996790> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:45 [ecarstrade.de] INFO: Extracting details for car 6996790auction110976
2026-03-26 22:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976
2026-03-26 22:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b7799b-310d-5a44-a960-6d6157548566 with scrape type 2
2026-03-26 22:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b7799b-310d-5a44-a960-6d6157548566 with scrape type 2
2026-03-26 22:03:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 09b7799b-310d-5a44-a960-6d6157548566, identifier: 6996790auction110976
2026-03-26 22:03:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976
2026-03-26 22:03:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976
2026-03-26 22:03:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976 to the API
2026-03-26 22:03:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996790>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '09b7799b-310d-5a44-a960-6d6157548566',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996790',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 176633,
'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': 5,
'seller_name': None,
'title': 'A6 Avant 40 TDI design 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI design 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996790auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:46 [ecarstrade.de] INFO: Saving data for 6996790auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368400.737104, 'last_price_update_time': 1774562626.221093}
2026-03-26 22:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996790auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005306> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:47 [ecarstrade.de] INFO: Extracting details for car 7005306auction111085
2026-03-26 22:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a709e7ca-f94f-5c7a-aee0-589887fbee8a with identifier: 7005306auction111085
2026-03-26 22:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a709e7ca-f94f-5c7a-aee0-589887fbee8a with scrape type 1
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005306%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537335%27 HTTP/1.1" 200 None
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_001/780x0__r.jpg?hash=1774537335 not downloaded yet
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005306%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537335%27 HTTP/1.1" 200 None
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_002/780x0__r.jpg?hash=1774537335 not downloaded yet
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005306%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537335%27 HTTP/1.1" 200 None
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_003/780x0__r.jpg?hash=1774537335 not downloaded yet
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005306%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537336%27 HTTP/1.1" 200 None
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_004/780x0__r.jpg?hash=1774537336 not downloaded yet
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005306%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537336%27 HTTP/1.1" 200 None
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_005/780x0__r.jpg?hash=1774537336 not downloaded yet
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005306%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537336%27 HTTP/1.1" 200 None
2026-03-26 22:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_006/780x0__r.jpg?hash=1774537336 not downloaded yet
2026-03-26 22:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005312> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996804> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 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-26 22:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_004/780x0__r.jpg?hash=1774537383> (referer: https://ecarstrade.com/cars/7005338)
2026-03-26 22:03:48 [ecarstrade.de] INFO: Extracting details for car 7005312auction111085
2026-03-26 22:03:48 [ecarstrade.de] INFO: Extracting details for car 6996804auction110976
2026-03-26 22:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_003/780x0__r.jpg?hash=1774537382> (referer: https://ecarstrade.com/cars/7005338)
2026-03-26 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-26 22:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2a373ae-3045-5132-9624-b2081f7f3722 with identifier: 7005312auction111085
2026-03-26 22:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2a373ae-3045-5132-9624-b2081f7f3722 with scrape type 1
2026-03-26 22:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d2a373ae-3045-5132-9624-b2081f7f3722
2026-03-26 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005312%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537346%27 HTTP/1.1" 200 None
2026-03-26 22:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005312/photo_001/780x0__r.jpg?hash=1774537346 not downloaded yet
2026-03-26 22:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976
2026-03-26 22:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2ef2c23-0cca-5818-860c-6da6dffe75f3 with scrape type 2
2026-03-26 22:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2ef2c23-0cca-5818-860c-6da6dffe75f3 with scrape type 2
2026-03-26 22:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b2ef2c23-0cca-5818-860c-6da6dffe75f3, identifier: 6996804auction110976
2026-03-26 22:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976
2026-03-26 22:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976
2026-03-26 22:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976 to the API
2026-03-26 22:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6996804>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'b2ef2c23-0cca-5818-860c-6da6dffe75f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996804',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 176076,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-26 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%276996804auction110976%27 HTTP/1.1" 200 None
2026-03-26 22:03:48 [ecarstrade.de] INFO: Saving data for 6996804auction110976: {'auction_closing_time': 1774622400.0, 'created_time': 1774368558.158358, 'last_price_update_time': 1774562628.592038}
2026-03-26 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996804auction110976') HTTP/1.1" 204 0
2026-03-26 22:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005332> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_005/780x0__r.jpg?hash=1774537358> (referer: https://ecarstrade.com/cars/7005321)
2026-03-26 22:03:50 [ecarstrade.de] INFO: Extracting details for car 7005332auction111085
2026-03-26 22:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00808ba3-786e-563b-9f1a-c47967a27a08 with identifier: 7005332auction111085
2026-03-26 22:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00808ba3-786e-563b-9f1a-c47967a27a08 with scrape type 1
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005332%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_001/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005332%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_002/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_002/780x0__r.jpg?hash=1774537382> (referer: https://ecarstrade.com/cars/7005338)
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005332%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_003/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:03:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005332%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_004/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e70fcd87-90e1-507a-9655-69e6079e6177
2026-03-26 22:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e70fcd87-90e1-507a-9655-69e6079e6177, skipping ID generation
2026-03-26 22:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e70fcd87-90e1-507a-9655-69e6079e6177 with scrape type 1
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e70fcd87-90e1-507a-9655-69e6079e6177 sending to next pipeline
2026-03-26 22:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e70fcd87-90e1-507a-9655-69e6079e6177, identifier: 7005321auction111085
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005332%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_005/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e70fcd87-90e1-507a-9655-69e6079e6177 with identifier: 7005321auction111085
2026-03-26 22:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e70fcd87-90e1-507a-9655-69e6079e6177 with identifier: 7005321auction111085
2026-03-26 22:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e70fcd87-90e1-507a-9655-69e6079e6177 with identifier: 7005321auction111085 to the API
2026-03-26 22:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005321/photo_005/780x0__r.jpg?hash=1774537358>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.9L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e70fcd87-90e1-507a-9655-69e6079e6177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005321',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 92428,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse Lim. C 220 d 4Matic (205.015) 143KW AT9 E6dT',
'transmission': 'automatic',
'trim': 'C -Klasse Lim. d 4Matic (205.015) 143KW AT9 E6dT',
'vin': None,
'year': 2019}
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005321auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:51 [ecarstrade.de] INFO: Saving data for 7005321auction111085: {'created_time': 1774562631.179994, 'last_price_update_time': 1774562631.180029, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005321auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005332%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537372%27 HTTP/1.1" 200 None
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_006/780x0__r.jpg?hash=1774537372 not downloaded yet
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4
2026-03-26 22:03:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4, skipping ID generation
2026-03-26 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 with scrape type 1
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 sending to next pipeline
2026-03-26 22:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4, identifier: 7005338auction111085
2026-03-26 22:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 with identifier: 7005338auction111085
2026-03-26 22:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 with identifier: 7005338auction111085
2026-03-26 22:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6ae4e844-ce0b-5e96-a650-3d23bf6f47b4 with identifier: 7005338auction111085 to the API
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005338/photo_002/780x0__r.jpg?hash=1774537382>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6ae4e844-ce0b-5e96-a650-3d23bf6f47b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005338',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 86480,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'XC40 Plus Recharge Pure Electric AWD 78kWh',
'transmission': 'automatic',
'trim': 'Plus Recharge Pure Electric AWD 78kWh',
'vin': None,
'year': 2023}
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005338auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:51 [ecarstrade.de] INFO: Saving data for 7005338auction111085: {'created_time': 1774562631.700708, 'last_price_update_time': 1774562631.700718, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005338auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005299> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_001/780x0__r.jpg?hash=1774537335> (referer: https://ecarstrade.com/cars/7005306)
2026-03-26 22:03:51 [ecarstrade.de] INFO: Extracting details for car 7005299auction111085
2026-03-26 22:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18336b20-dd86-5d3b-a450-4d0d62dca6d5 with identifier: 7005299auction111085
2026-03-26 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18336b20-dd86-5d3b-a450-4d0d62dca6d5 with scrape type 1
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 18336b20-dd86-5d3b-a450-4d0d62dca6d5
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005299%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537329%27 HTTP/1.1" 200 None
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005299/photo_001/780x0__r.jpg?hash=1774537329 not downloaded yet
2026-03-26 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_006/780x0__r.jpg?hash=1774537336> (referer: https://ecarstrade.com/cars/7005306)
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_005/780x0__r.jpg?hash=1774537336> (referer: https://ecarstrade.com/cars/7005306)
2026-03-26 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005334> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_003/780x0__r.jpg?hash=1774537335> (referer: https://ecarstrade.com/cars/7005306)
2026-03-26 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_004/780x0__r.jpg?hash=1774537336> (referer: https://ecarstrade.com/cars/7005306)
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:52 [ecarstrade.de] INFO: Extracting details for car 7005334auction111085
2026-03-26 22:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47679d51-fc45-5bbf-957a-d98ac046bf67 with identifier: 7005334auction111085
2026-03-26 22:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47679d51-fc45-5bbf-957a-d98ac046bf67 with scrape type 1
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005334%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537375%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_001/780x0__r.jpg?hash=1774537375 not downloaded yet
2026-03-26 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005312/photo_001/780x0__r.jpg?hash=1774537346> (referer: https://ecarstrade.com/cars/7005312)
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005334%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537375%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_002/780x0__r.jpg?hash=1774537375 not downloaded yet
2026-03-26 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_002/780x0__r.jpg?hash=1774537335> (referer: https://ecarstrade.com/cars/7005306)
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005334%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537375%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_003/780x0__r.jpg?hash=1774537375 not downloaded yet
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005334%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537375%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_004/780x0__r.jpg?hash=1774537375 not downloaded yet
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005334%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537375%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_005/780x0__r.jpg?hash=1774537375 not downloaded yet
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_006/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005332)
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005334%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537375%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_006/780x0__r.jpg?hash=1774537375 not downloaded yet
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2a373ae-3045-5132-9624-b2081f7f3722
2026-03-26 22:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2a373ae-3045-5132-9624-b2081f7f3722, skipping ID generation
2026-03-26 22:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2a373ae-3045-5132-9624-b2081f7f3722 with scrape type 1
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2a373ae-3045-5132-9624-b2081f7f3722 sending to next pipeline
2026-03-26 22:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d2a373ae-3045-5132-9624-b2081f7f3722, identifier: 7005312auction111085
2026-03-26 22:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d2a373ae-3045-5132-9624-b2081f7f3722 with identifier: 7005312auction111085
2026-03-26 22:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d2a373ae-3045-5132-9624-b2081f7f3722 with identifier: 7005312auction111085
2026-03-26 22:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d2a373ae-3045-5132-9624-b2081f7f3722 with identifier: 7005312auction111085 to the API
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005312/photo_001/780x0__r.jpg?hash=1774537346>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Electric',
'id': 'd2a373ae-3045-5132-9624-b2081f7f3722',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005312',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'MG',
'model': 'ZS',
'odometer': 33073,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG ZS EV Luxury 5d 105kW',
'transmission': 'automatic',
'trim': 'EV Luxury 5d 105kW',
'vin': None,
'year': 2021}
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005312auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:52 [ecarstrade.de] INFO: Saving data for 7005312auction111085: {'created_time': 1774562632.632261, 'last_price_update_time': 1774562632.632273, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005312auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_002/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005332)
2026-03-26 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_005/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005332)
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a709e7ca-f94f-5c7a-aee0-589887fbee8a
2026-03-26 22:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a709e7ca-f94f-5c7a-aee0-589887fbee8a, skipping ID generation
2026-03-26 22:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a709e7ca-f94f-5c7a-aee0-589887fbee8a with scrape type 1
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a709e7ca-f94f-5c7a-aee0-589887fbee8a sending to next pipeline
2026-03-26 22:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a709e7ca-f94f-5c7a-aee0-589887fbee8a, identifier: 7005306auction111085
2026-03-26 22:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a709e7ca-f94f-5c7a-aee0-589887fbee8a with identifier: 7005306auction111085
2026-03-26 22:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a709e7ca-f94f-5c7a-aee0-589887fbee8a with identifier: 7005306auction111085
2026-03-26 22:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a709e7ca-f94f-5c7a-aee0-589887fbee8a with identifier: 7005306auction111085 to the API
2026-03-26 22:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005306/photo_002/780x0__r.jpg?hash=1774537335>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a709e7ca-f94f-5c7a-aee0-589887fbee8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005306',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit',
'odometer': 67853,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Pritsche 350 L3 Einzelkabine Trend 2.0 TDCi 96KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Pritsche 350 L3 Einzelkabine Trend 2.0 TDCi 96KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005306auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:53 [ecarstrade.de] INFO: Saving data for 7005306auction111085: {'created_time': 1774562633.142259, 'last_price_update_time': 1774562633.142276, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005306auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005299/photo_001/780x0__r.jpg?hash=1774537329> (referer: https://ecarstrade.com/cars/7005299)
2026-03-26 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_004/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005332)
2026-03-26 22:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005326> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_003/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005332)
2026-03-26 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_001/780x0__r.jpg?hash=1774537372> (referer: https://ecarstrade.com/cars/7005332)
2026-03-26 22:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18336b20-dd86-5d3b-a450-4d0d62dca6d5
2026-03-26 22:03:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18336b20-dd86-5d3b-a450-4d0d62dca6d5, skipping ID generation
2026-03-26 22:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18336b20-dd86-5d3b-a450-4d0d62dca6d5 with scrape type 1
2026-03-26 22:03:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18336b20-dd86-5d3b-a450-4d0d62dca6d5 sending to next pipeline
2026-03-26 22:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 18336b20-dd86-5d3b-a450-4d0d62dca6d5, identifier: 7005299auction111085
2026-03-26 22:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 18336b20-dd86-5d3b-a450-4d0d62dca6d5 with identifier: 7005299auction111085
2026-03-26 22:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 18336b20-dd86-5d3b-a450-4d0d62dca6d5 with identifier: 7005299auction111085
2026-03-26 22:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 18336b20-dd86-5d3b-a450-4d0d62dca6d5 with identifier: 7005299auction111085 to the API
2026-03-26 22:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005299/photo_001/780x0__r.jpg?hash=1774537329>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '18336b20-dd86-5d3b-a450-4d0d62dca6d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005299',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 56166,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005299auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [ecarstrade.de] INFO: Saving data for 7005299auction111085: {'created_time': 1774562634.170743, 'last_price_update_time': 1774562634.170753, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005299auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_001/780x0__r.jpg?hash=1774537375> (referer: https://ecarstrade.com/cars/7005334)
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_002/780x0__r.jpg?hash=1774537375> (referer: https://ecarstrade.com/cars/7005334)
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_003/780x0__r.jpg?hash=1774537375> (referer: https://ecarstrade.com/cars/7005334)
2026-03-26 22:03:54 [ecarstrade.de] INFO: Extracting details for car 7005326auction111085
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005304> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005303> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a38cfeeb-2309-5bfe-9d91-663054d81c96 with identifier: 7005326auction111085
2026-03-26 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a38cfeeb-2309-5bfe-9d91-663054d81c96 with scrape type 1
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005326%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537366%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_001/780x0__r.jpg?hash=1774537366 not downloaded yet
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 00808ba3-786e-563b-9f1a-c47967a27a08
2026-03-26 22:03:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 00808ba3-786e-563b-9f1a-c47967a27a08, skipping ID generation
2026-03-26 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00808ba3-786e-563b-9f1a-c47967a27a08 with scrape type 1
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 00808ba3-786e-563b-9f1a-c47967a27a08 sending to next pipeline
2026-03-26 22:03:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 00808ba3-786e-563b-9f1a-c47967a27a08, identifier: 7005332auction111085
2026-03-26 22:03:54 [ecarstrade.de] INFO: Extracting details for car 7005304auction111085
2026-03-26 22:03:54 [ecarstrade.de] INFO: Extracting details for car 7005303auction111085
2026-03-26 22:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 00808ba3-786e-563b-9f1a-c47967a27a08 with identifier: 7005332auction111085
2026-03-26 22:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 00808ba3-786e-563b-9f1a-c47967a27a08 with identifier: 7005332auction111085
2026-03-26 22:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 00808ba3-786e-563b-9f1a-c47967a27a08 with identifier: 7005332auction111085 to the API
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005332/photo_001/780x0__r.jpg?hash=1774537372>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '00808ba3-786e-563b-9f1a-c47967a27a08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005332',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 59514,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Fabia Ambition 1.0 TSI 81KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Ambition 1.0 TSI 81KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005332auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [ecarstrade.de] INFO: Saving data for 7005332auction111085: {'created_time': 1774562634.728492, 'last_price_update_time': 1774562634.728505, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005332auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_006/780x0__r.jpg?hash=1774537375> (referer: https://ecarstrade.com/cars/7005334)
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_004/780x0__r.jpg?hash=1774537375> (referer: https://ecarstrade.com/cars/7005334)
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005326%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537366%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_002/780x0__r.jpg?hash=1774537366 not downloaded yet
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_005/780x0__r.jpg?hash=1774537375> (referer: https://ecarstrade.com/cars/7005334)
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f99b771f-ce16-57db-9f9d-d36f6f9084ac with identifier: 7005304auction111085
2026-03-26 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f99b771f-ce16-57db-9f9d-d36f6f9084ac with scrape type 1
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005304%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_001/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09300152-ced7-577f-b50c-7e477eb9d69c with identifier: 7005303auction111085
2026-03-26 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09300152-ced7-577f-b50c-7e477eb9d69c with scrape type 1
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 09300152-ced7-577f-b50c-7e477eb9d69c
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005303%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005303/photo_001/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005326%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537366%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_003/780x0__r.jpg?hash=1774537366 not downloaded yet
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005304%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_002/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005326%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537366%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_004/780x0__r.jpg?hash=1774537366 not downloaded yet
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005304%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_003/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005326%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537366%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_005/780x0__r.jpg?hash=1774537366 not downloaded yet
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005304%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537333%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_004/780x0__r.jpg?hash=1774537333 not downloaded yet
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_001/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005304)
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_002/780x0__r.jpg?hash=1774537366> (referer: https://ecarstrade.com/cars/7005326)
2026-03-26 22:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_001/780x0__r.jpg?hash=1774537366> (referer: https://ecarstrade.com/cars/7005326)
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005326%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537366%27 HTTP/1.1" 200 None
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_006/780x0__r.jpg?hash=1774537366 not downloaded yet
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47679d51-fc45-5bbf-957a-d98ac046bf67
2026-03-26 22:03:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47679d51-fc45-5bbf-957a-d98ac046bf67, skipping ID generation
2026-03-26 22:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47679d51-fc45-5bbf-957a-d98ac046bf67 with scrape type 1
2026-03-26 22:03:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47679d51-fc45-5bbf-957a-d98ac046bf67 sending to next pipeline
2026-03-26 22:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 47679d51-fc45-5bbf-957a-d98ac046bf67, identifier: 7005334auction111085
2026-03-26 22:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005303/photo_001/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005303)
2026-03-26 22:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_003/780x0__r.jpg?hash=1774537366> (referer: https://ecarstrade.com/cars/7005326)
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005304%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_005/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 47679d51-fc45-5bbf-957a-d98ac046bf67 with identifier: 7005334auction111085
2026-03-26 22:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 47679d51-fc45-5bbf-957a-d98ac046bf67 with identifier: 7005334auction111085
2026-03-26 22:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 47679d51-fc45-5bbf-957a-d98ac046bf67 with identifier: 7005334auction111085 to the API
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005334/photo_005/780x0__r.jpg?hash=1774537375>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Petrol',
'id': '47679d51-fc45-5bbf-957a-d98ac046bf67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005334',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 62092,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Scala Ambition 1.0 TSI 81KW MT6 E6d',
'transmission': 'manual',
'trim': 'Ambition 1.0 TSI 81KW MT6 E6d',
'vin': None,
'year': 2023}
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005334auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:55 [ecarstrade.de] INFO: Saving data for 7005334auction111085: {'created_time': 1774562635.492003, 'last_price_update_time': 1774562635.492018, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005334auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_002/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005304)
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005304%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537332%27 HTTP/1.1" 200 None
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_006/780x0__r.jpg?hash=1774537332 not downloaded yet
2026-03-26 22:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_004/780x0__r.jpg?hash=1774537366> (referer: https://ecarstrade.com/cars/7005326)
2026-03-26 22:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005311> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09300152-ced7-577f-b50c-7e477eb9d69c
2026-03-26 22:03:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09300152-ced7-577f-b50c-7e477eb9d69c, skipping ID generation
2026-03-26 22:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09300152-ced7-577f-b50c-7e477eb9d69c with scrape type 1
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09300152-ced7-577f-b50c-7e477eb9d69c sending to next pipeline
2026-03-26 22:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 09300152-ced7-577f-b50c-7e477eb9d69c, identifier: 7005303auction111085
2026-03-26 22:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:55 [ecarstrade.de] INFO: Extracting details for car 7005311auction111085
2026-03-26 22:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 09300152-ced7-577f-b50c-7e477eb9d69c with identifier: 7005303auction111085
2026-03-26 22:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 09300152-ced7-577f-b50c-7e477eb9d69c with identifier: 7005303auction111085
2026-03-26 22:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 09300152-ced7-577f-b50c-7e477eb9d69c with identifier: 7005303auction111085 to the API
2026-03-26 22:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005303/photo_001/780x0__r.jpg?hash=1774537332>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '09300152-ced7-577f-b50c-7e477eb9d69c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005303',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 83509,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'S-Max Business 2.0 EcoBlue 110KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Business 2.0 EcoBlue 110KW MT6 E6dT',
'vin': None,
'year': 2019}
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005303auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:56 [ecarstrade.de] INFO: Saving data for 7005303auction111085: {'created_time': 1774562636.110817, 'last_price_update_time': 1774562636.110828, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005303auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_005/780x0__r.jpg?hash=1774537366> (referer: https://ecarstrade.com/cars/7005326)
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_003/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005304)
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_006/780x0__r.jpg?hash=1774537366> (referer: https://ecarstrade.com/cars/7005326)
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_004/780x0__r.jpg?hash=1774537333> (referer: https://ecarstrade.com/cars/7005304)
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005309> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 629af0c8-9add-53ea-8fe4-cdcda122df6b with identifier: 7005311auction111085
2026-03-26 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 629af0c8-9add-53ea-8fe4-cdcda122df6b with scrape type 1
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 629af0c8-9add-53ea-8fe4-cdcda122df6b
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005311%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005311/photo_001/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_006/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005304)
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_005/780x0__r.jpg?hash=1774537332> (referer: https://ecarstrade.com/cars/7005304)
2026-03-26 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005311/photo_001/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005311)
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a38cfeeb-2309-5bfe-9d91-663054d81c96
2026-03-26 22:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a38cfeeb-2309-5bfe-9d91-663054d81c96, skipping ID generation
2026-03-26 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a38cfeeb-2309-5bfe-9d91-663054d81c96 with scrape type 1
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a38cfeeb-2309-5bfe-9d91-663054d81c96 sending to next pipeline
2026-03-26 22:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a38cfeeb-2309-5bfe-9d91-663054d81c96, identifier: 7005326auction111085
2026-03-26 22:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a38cfeeb-2309-5bfe-9d91-663054d81c96 with identifier: 7005326auction111085
2026-03-26 22:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a38cfeeb-2309-5bfe-9d91-663054d81c96 with identifier: 7005326auction111085
2026-03-26 22:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a38cfeeb-2309-5bfe-9d91-663054d81c96 with identifier: 7005326auction111085 to the API
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005326/photo_006/780x0__r.jpg?hash=1774537366>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a38cfeeb-2309-5bfe-9d91-663054d81c96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005326',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 160314,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Grandland X Ultimate 2.0 130KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Ultimate 2.0 130KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005326auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:56 [ecarstrade.de] INFO: Saving data for 7005326auction111085: {'created_time': 1774562636.698724, 'last_price_update_time': 1774562636.698735, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005326auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:56 [ecarstrade.de] INFO: Extracting details for car 7005309auction111085
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d4d93c5-0e8a-5367-b415-0e23e13a90fa with identifier: 7005309auction111085
2026-03-26 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa with scrape type 1
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005309%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537344%27 HTTP/1.1" 200 None
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_001/780x0__r.jpg?hash=1774537344 not downloaded yet
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f99b771f-ce16-57db-9f9d-d36f6f9084ac
2026-03-26 22:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f99b771f-ce16-57db-9f9d-d36f6f9084ac, skipping ID generation
2026-03-26 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f99b771f-ce16-57db-9f9d-d36f6f9084ac with scrape type 1
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f99b771f-ce16-57db-9f9d-d36f6f9084ac sending to next pipeline
2026-03-26 22:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f99b771f-ce16-57db-9f9d-d36f6f9084ac, identifier: 7005304auction111085
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 629af0c8-9add-53ea-8fe4-cdcda122df6b
2026-03-26 22:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 629af0c8-9add-53ea-8fe4-cdcda122df6b, skipping ID generation
2026-03-26 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 629af0c8-9add-53ea-8fe4-cdcda122df6b with scrape type 1
2026-03-26 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 629af0c8-9add-53ea-8fe4-cdcda122df6b sending to next pipeline
2026-03-26 22:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 629af0c8-9add-53ea-8fe4-cdcda122df6b, identifier: 7005311auction111085
2026-03-26 22:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f99b771f-ce16-57db-9f9d-d36f6f9084ac with identifier: 7005304auction111085
2026-03-26 22:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f99b771f-ce16-57db-9f9d-d36f6f9084ac with identifier: 7005304auction111085
2026-03-26 22:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f99b771f-ce16-57db-9f9d-d36f6f9084ac with identifier: 7005304auction111085 to the API
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005304/photo_005/780x0__r.jpg?hash=1774537332>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f99b771f-ce16-57db-9f9d-d36f6f9084ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005304',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 128913,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'S-Max Trend 2.0 EcoBlue 110KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Trend 2.0 EcoBlue 110KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005304auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [ecarstrade.de] INFO: Saving data for 7005304auction111085: {'created_time': 1774562637.27593, 'last_price_update_time': 1774562637.275943, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005304auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 629af0c8-9add-53ea-8fe4-cdcda122df6b with identifier: 7005311auction111085
2026-03-26 22:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 629af0c8-9add-53ea-8fe4-cdcda122df6b with identifier: 7005311auction111085
2026-03-26 22:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 629af0c8-9add-53ea-8fe4-cdcda122df6b with identifier: 7005311auction111085 to the API
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005311/photo_001/780x0__r.jpg?hash=1774537345>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '629af0c8-9add-53ea-8fe4-cdcda122df6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005311',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'MG',
'model': 'EHS',
'odometer': 51165,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS PHEV Comfort 5d 119kW',
'transmission': 'automatic',
'trim': 'PHEV Comfort 5d 119kW',
'vin': None,
'year': 2022}
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005311auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [ecarstrade.de] INFO: Saving data for 7005311auction111085: {'created_time': 1774562637.637955, 'last_price_update_time': 1774562637.637968, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005311auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005309%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537344%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_002/780x0__r.jpg?hash=1774537344 not downloaded yet
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005309%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_003/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005309%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_004/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005309%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537345%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_005/780x0__r.jpg?hash=1774537345 not downloaded yet
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005309%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537344%27 HTTP/1.1" 200 None
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_006/780x0__r.jpg?hash=1774537344 not downloaded yet
2026-03-26 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_002/780x0__r.jpg?hash=1774537344> (referer: https://ecarstrade.com/cars/7005309)
2026-03-26 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_004/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005309)
2026-03-26 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_001/780x0__r.jpg?hash=1774537344> (referer: https://ecarstrade.com/cars/7005309)
2026-03-26 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_003/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005309)
2026-03-26 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_006/780x0__r.jpg?hash=1774537344> (referer: https://ecarstrade.com/cars/7005309)
2026-03-26 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_005/780x0__r.jpg?hash=1774537345> (referer: https://ecarstrade.com/cars/7005309)
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa
2026-03-26 22:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d4d93c5-0e8a-5367-b415-0e23e13a90fa, skipping ID generation
2026-03-26 22:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa with scrape type 1
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d4d93c5-0e8a-5367-b415-0e23e13a90fa sending to next pipeline
2026-03-26 22:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6d4d93c5-0e8a-5367-b415-0e23e13a90fa, identifier: 7005309auction111085
2026-03-26 22:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6d4d93c5-0e8a-5367-b415-0e23e13a90fa with identifier: 7005309auction111085
2026-03-26 22:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6d4d93c5-0e8a-5367-b415-0e23e13a90fa with identifier: 7005309auction111085
2026-03-26 22:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6d4d93c5-0e8a-5367-b415-0e23e13a90fa with identifier: 7005309auction111085 to the API
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 22:03: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-26 22:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005309/photo_005/780x0__r.jpg?hash=1774537345>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6d4d93c5-0e8a-5367-b415-0e23e13a90fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005309',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 113694,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 320 L1 2.0 TDCi 96KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten 320 L1 2.0 TDCi 96KW MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277005309auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [ecarstrade.de] INFO: Saving data for 7005309auction111085: {'created_time': 1774562638.494919, 'last_price_update_time': 1774562638.494934, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005309auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005330> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-26 22:03:58 [ecarstrade.de] INFO: Extracting details for car 7005330auction111085
2026-03-26 22:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13ae4da2-15c3-5811-b19c-a6844cbcc8de with identifier: 7005330auction111085
2026-03-26 22:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13ae4da2-15c3-5811-b19c-a6844cbcc8de with scrape type 1
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005330%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774537369%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_001/780x0__r.jpg?hash=1774537369 not downloaded yet
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005330%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774537369%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_002/780x0__r.jpg?hash=1774537369 not downloaded yet
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005330%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774537369%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_003/780x0__r.jpg?hash=1774537369 not downloaded yet
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005330%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774537369%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_004/780x0__r.jpg?hash=1774537369 not downloaded yet
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005330%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774537370%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_005/780x0__r.jpg?hash=1774537370 not downloaded yet
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7005330%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774537369%27 HTTP/1.1" 200 None
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_006/780x0__r.jpg?hash=1774537369 not downloaded yet
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_002/780x0__r.jpg?hash=1774537369> (referer: https://ecarstrade.com/cars/7005330)
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_001/780x0__r.jpg?hash=1774537369> (referer: https://ecarstrade.com/cars/7005330)
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_003/780x0__r.jpg?hash=1774537369> (referer: https://ecarstrade.com/cars/7005330)
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_004/780x0__r.jpg?hash=1774537369> (referer: https://ecarstrade.com/cars/7005330)
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_005/780x0__r.jpg?hash=1774537370> (referer: https://ecarstrade.com/cars/7005330)
2026-03-26 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_006/780x0__r.jpg?hash=1774537369> (referer: https://ecarstrade.com/cars/7005330)
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 13ae4da2-15c3-5811-b19c-a6844cbcc8de
2026-03-26 22:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13ae4da2-15c3-5811-b19c-a6844cbcc8de, skipping ID generation
2026-03-26 22:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13ae4da2-15c3-5811-b19c-a6844cbcc8de with scrape type 1
2026-03-26 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13ae4da2-15c3-5811-b19c-a6844cbcc8de sending to next pipeline
2026-03-26 22:03:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 13ae4da2-15c3-5811-b19c-a6844cbcc8de, identifier: 7005330auction111085
2026-03-26 22:03:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 13ae4da2-15c3-5811-b19c-a6844cbcc8de with identifier: 7005330auction111085
2026-03-26 22:03:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 13ae4da2-15c3-5811-b19c-a6844cbcc8de with identifier: 7005330auction111085
2026-03-26 22:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 13ae4da2-15c3-5811-b19c-a6844cbcc8de with identifier: 7005330auction111085 to the API
2026-03-26 22:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 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-26 22:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7005330/photo_006/780x0__r.jpg?hash=1774537369>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T13:40:00Z',
'fuel_type': 'Diesel',
'id': '13ae4da2-15c3-5811-b19c-a6844cbcc8de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005330',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 201946,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kodiaq Style 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Style 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2020}
2026-03-26 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 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%277005330auction111085%27 HTTP/1.1" 200 None
2026-03-26 22:03:59 [ecarstrade.de] INFO: Saving data for 7005330auction111085: {'created_time': 1774562639.443065, 'last_price_update_time': 1774562639.443077, 'auction_closing_time': 1774618800.0}
2026-03-26 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7005330auction111085') HTTP/1.1" 204 0
2026-03-26 22:03:59 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 22:03:59 [ecarstrade.de] INFO: ecarstrade.de Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-26 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 22:03:59 [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%201774130639 HTTP/1.1" 200 None
2026-03-26 22:03:59 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (133 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-26T22_00_00.jl
2026-03-26 22:03:59 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1099760,
'downloader/request_count': 454,
'downloader/request_method_count/GET': 454,
'downloader/response_bytes': 66998536,
'downloader/response_count': 454,
'downloader/response_status_count/200': 454,
'elapsed_time_seconds': 232.993954,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 22, 3, 59, 598730, tzinfo=datetime.timezone.utc),
'item_scraped_count': 133,
'log_count/DEBUG': 2936,
'log_count/INFO': 2049,
'log_count/WARNING': 310,
'memusage/max': 273108992,
'memusage/startup': 148021248,
'photo_download_count': 310,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 177,
'playwright/request_count/method/GET': 154,
'playwright/request_count/method/POST': 23,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 18,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 86,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 177,
'playwright/response_count/method/GET': 154,
'playwright/response_count/method/POST': 23,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 18,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 86,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 10,
'response_received_count': 144,
'scheduler/dequeued': 454,
'scheduler/dequeued/memory': 454,
'scheduler/enqueued': 454,
'scheduler/enqueued/memory': 454,
'scrape_type/new': 60,
'scrape_type/price_update': 73,
'scrape_type/skipped': 40,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 143,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.174550796096975,
'scrapy-zyte-api/mean_response_seconds': 9.382039236803573,
'scrapy-zyte-api/processed': 143,
'scrapy-zyte-api/request_args/browserHtml': 143,
'scrapy-zyte-api/request_args/experimental.requestCookies': 143,
'scrapy-zyte-api/request_args/experimental.responseCookies': 143,
'scrapy-zyte-api/request_args/requestHeaders': 143,
'scrapy-zyte-api/request_args/sessionContext': 143,
'scrapy-zyte-api/request_args/url': 143,
'scrapy-zyte-api/status_codes/200': 143,
'scrapy-zyte-api/success': 143,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 26, 22, 0, 6, 604776, tzinfo=datetime.timezone.utc)}
2026-03-26 22:03:59 [scrapy.core.engine] INFO: Spider closed (finished)