2026-03-24 16:00:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 16:00:06 [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-24 16:00:06 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-24 16:00:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 16:00:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 16:00:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 16:00:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 16:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: 5c272d980a2907ba
2026-03-24 16:00:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-24 16:00:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ecarstrade.de/task_42_2026-03-24T16_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-24 16:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 16:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 16:00:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-24 16:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 16:00:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-24 16:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-24 16:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 16:00:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2113
2026-03-24 16:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 16:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 16:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:00:07 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-24 16:00:07 [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-24 16:00:07 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 16:00:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 16:00:07 [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-24 16:00:07 [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-24 16:00:07 [scrapy.core.engine] INFO: Spider opened
2026-03-24 16:00:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 16:00:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-24 16:00:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-24 16:00:07 [scrapy-playwright] INFO: Starting download handler
2026-03-24 16:00:07 [scrapy-playwright] INFO: Starting download handler
2026-03-24 16:00:12 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 16:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-24 16:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-24 16:00:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-24 16:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-24 16:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-24 16:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-24 16: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-24 16: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-24 16: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-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [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-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:17 [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-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=6ec65eed>
2026-03-24 16: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-24 16:00:17 [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-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=6ec65eed>
2026-03-24 16:00:17 [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-24 16:00:17 [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-24 16:00:17 [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-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=6ec65eed>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-24 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-24 16:00:18 [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-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=902333330&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=1946998927&gjid=59664646&cid=768387492.1774368018&tid=UA-73443533-1&_gid=1209750301.1774368018&_r=1&_slc=1&z=372231242> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-24 16:00:18 [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-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=902333330&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=1946998927&gjid=59664646&cid=768387492.1774368018&tid=UA-73443533-1&_gid=1209750301.1774368018&_r=1&_slc=1&z=372231242>
2026-03-24 16:00:18 [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-24 16:00:18 [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-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&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=4526> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=768387492.1774368018>m=45je63k1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-24 16: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=768387492.1774368018>m=45je63k1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&z=881658284> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [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-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63k1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131588&apve=1&apvf=f&apvc=1&tft=1774368018564&tfd=4597> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256z8811692034za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=43&tfd=4671> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=86&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=4752> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-24 16:00:18 [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=6ec65eed)
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&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=4526>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=86&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=4752>
2026-03-24 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368018942&cv=11&fst=1774368018942&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368018967&tfd=5001> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [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-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [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-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256z8811692034za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=43&tfd=4671>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=768387492.1774368018>m=45je63k1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-24 16:00:19 [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-24 16:00:19 [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-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368018942&cv=11&fst=1774368018942&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774368018942&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9nNK5rG7IvkhLGSc9Wkp0gwaYuBCnlKi5fUVsBeHrEc7RahpePuJXDRM4ZetZgRjeVfYMddgGdIQCRFDD8qKZH-Y1_Zn0whKobIw&random=3641055723&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368018942&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9nNK5rG7IvkhLGSc9Wkp0gwaYuBCnlKi5fUVsBeHrEc7RahpePuJXDRM4ZetZgRjeVfYMddgGdIQCRFDD8qKZH-Y1_Zn0whKobIw&random=3641055723&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-24 16:00:19 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63k1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131588&apve=1&apvf=f&apvc=1&tft=1774368018564&tfd=4597>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774367700000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-24 16:00:19 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368018967&tfd=5001>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16: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=768387492.1774368018>m=45je63k1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&z=881658284>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368018942&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9nNK5rG7IvkhLGSc9Wkp0gwaYuBCnlKi5fUVsBeHrEc7RahpePuJXDRM4ZetZgRjeVfYMddgGdIQCRFDD8qKZH-Y1_Zn0whKobIw&random=3641055723&rmt_tld=1&ipr=y>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774368018942&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9nNK5rG7IvkhLGSc9Wkp0gwaYuBCnlKi5fUVsBeHrEc7RahpePuJXDRM4ZetZgRjeVfYMddgGdIQCRFDD8qKZH-Y1_Zn0whKobIw&random=3641055723&rmt_tld=0&ipr=y>
2026-03-24 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-24 16:00:20 [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-24 16:00:20 [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-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [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-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/de.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [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-24 16:00:20 [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-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956822/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/it.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [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-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/nl.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774367700000/5441429.js>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/de.png>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25873&mobile=false&messagesUtk=2bc48547033e420f9a993e3a5107f889&traceId=2bc48547033e420f9a993e3a5107f889> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940210/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941759/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941452/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941593/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941363/photo_061/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941565/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6941847/photo_110/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6951172/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948720/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956005/photo_039/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6948713/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6950867/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956822/photo_000/260x0__r.jpg>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/it.png>
2026-03-24 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-24 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-24 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25873&mobile=false&messagesUtk=2bc48547033e420f9a993e3a5107f889&traceId=2bc48547033e420f9a993e3a5107f889>
2026-03-24 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-24 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-24 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=4&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&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=1774365150&ep.url=%2Fsearch&ep.eventName=search&_et=72&tfd=9753> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=4&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&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=1774365150&ep.url=%2Fsearch&ep.eventName=search&_et=72&tfd=9753>
2026-03-24 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-24 16:01:06 [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=1774368066577&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:06 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:06 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:06 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:06 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:06 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=6ec65eed>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=6ec65eed>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=6ec65eed>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=6ec65eed>
2026-03-24 16:01:07 [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=4123&_hs_mouse_x_coordinate=38&_hs_mouse_y_coordinate=672&_hs_offset_x=32&_hs_offset_y=8&_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=1774368066945&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 16:01:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 156MiB
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [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=6ec65eed)
2026-03-24 16:01:07 [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=1774368066577&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0>
2026-03-24 16:01:07 [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=6ec65eed)
2026-03-24 16:01:07 [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=1774368067279&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-24 16:01:07 [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=4123&_hs_mouse_x_coordinate=38&_hs_mouse_y_coordinate=672&_hs_offset_x=32&_hs_offset_y=8&_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=1774368066945&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368067355&cv=11&fst=1774368067355&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:07 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368067376&tfd=53411> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [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=1774368067535&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [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=1774368067279&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0>
2026-03-24 16:01:07 [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-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368067645&cv=11&fst=1774368067645&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:07 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368067660&tfd=53694> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368067355&cv=11&fst=1774368067355&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774368067355&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B93ckmzCHAbEeZvUJ2FT4rSOG0U65JRWhUTRCx00aiZljcTzzEGJtunqa5KDBFnVE_6ZJiGdxmdohnWgndVTlNnhoyC4IAwgUWX1_H1hXa-Q3aDBPNP-cEMA&random=3988309598&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368067355&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B93ckmzCHAbEeZvUJ2FT4rSOG0U65JRWhUTRCx00aiZljcTzzEGJtunqa5KDBFnVE_6ZJiGdxmdohnWgndVTlNnhoyC4IAwgUWX1_H1hXa-Q3aDBPNP-cEMA&random=3988309598&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [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=1774368067535&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0>
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368067645&cv=11&fst=1774368067645&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774368067645&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B97MK49ic7mn_sbc0RJoj9G74LJdNRyQsHGtdVHf_L5OQcNb9gM5xaZH6NmXTmF1yNQQFR0mrVxqEvpOHxXocAgM6AH_ffCPyLNBQEv3zTtFnXCKXK0qRKGQ&random=674862900&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:07 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368067645&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B97MK49ic7mn_sbc0RJoj9G74LJdNRyQsHGtdVHf_L5OQcNb9gM5xaZH6NmXTmF1yNQQFR0mrVxqEvpOHxXocAgM6AH_ffCPyLNBQEv3zTtFnXCKXK0qRKGQ&random=674862900&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:08 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368067376&tfd=53411>
2026-03-24 16:01:08 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368067660&tfd=53694>
2026-03-24 16:01:08 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368067355&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B93ckmzCHAbEeZvUJ2FT4rSOG0U65JRWhUTRCx00aiZljcTzzEGJtunqa5KDBFnVE_6ZJiGdxmdohnWgndVTlNnhoyC4IAwgUWX1_H1hXa-Q3aDBPNP-cEMA&random=3988309598&rmt_tld=1&ipr=y>
2026-03-24 16:01:08 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774368067355&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B93ckmzCHAbEeZvUJ2FT4rSOG0U65JRWhUTRCx00aiZljcTzzEGJtunqa5KDBFnVE_6ZJiGdxmdohnWgndVTlNnhoyC4IAwgUWX1_H1hXa-Q3aDBPNP-cEMA&random=3988309598&rmt_tld=0&ipr=y>
2026-03-24 16:01:08 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774368067645&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B97MK49ic7mn_sbc0RJoj9G74LJdNRyQsHGtdVHf_L5OQcNb9gM5xaZH6NmXTmF1yNQQFR0mrVxqEvpOHxXocAgM6AH_ffCPyLNBQEv3zTtFnXCKXK0qRKGQ&random=674862900&rmt_tld=0&ipr=y>
2026-03-24 16:01:08 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368067645&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B97MK49ic7mn_sbc0RJoj9G74LJdNRyQsHGtdVHf_L5OQcNb9gM5xaZH6NmXTmF1yNQQFR0mrVxqEvpOHxXocAgM6AH_ffCPyLNBQEv3zTtFnXCKXK0qRKGQ&random=674862900&rmt_tld=1&ipr=y>
2026-03-24 16:01:09 [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-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997771/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [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-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997751/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997750/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997745/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997744/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997743/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997742/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997730/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/2/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997727/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997728/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997729/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997722/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997723/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997724/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997725/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997720/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997751/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997750/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997715/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997716/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997717/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997718/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997745/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997744/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997743/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997742/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997730/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/2/logo.png>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997727/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997728/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997729/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997722/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997771/photo_000/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997723/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997724/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997725/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997720/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997715/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997716/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997717/photo_001/260x0__r.jpg>
2026-03-24 16:01:09 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6997718/photo_001/260x0__r.jpg>
2026-03-24 16:01:10 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-24 16:01:12 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=58381> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:01:12 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=58381>
2026-03-24 16:01:12 [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=1774368072891&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368072943&cv=11&fst=1774368072943&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:12 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368072960&tfd=58994> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:01:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368072943&cv=11&fst=1774368072943&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774368072943&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9vfroCEYRi0-zwZclW4nU3KFDf7msVvJMOL_YMZsYDg3g0rxu-2-Ti-vxVQgAiSSNkCw9H4yLLA1OtG5Cx0UqoazXBTf-XRLTdKpidZxgQTa9KU2qrAQXzQ&random=2671863204&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368072943&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9vfroCEYRi0-zwZclW4nU3KFDf7msVvJMOL_YMZsYDg3g0rxu-2-Ti-vxVQgAiSSNkCw9H4yLLA1OtG5Cx0UqoazXBTf-XRLTdKpidZxgQTa9KU2qrAQXzQ&random=2671863204&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:13 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368072960&tfd=58994>
2026-03-24 16:01:13 [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=1774368072891&vi=4cfc887f3d3b551d9e350f5a43c478b6&nc=true&ce=false&cc=0>
2026-03-24 16:01:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774368072943&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9vfroCEYRi0-zwZclW4nU3KFDf7msVvJMOL_YMZsYDg3g0rxu-2-Ti-vxVQgAiSSNkCw9H4yLLA1OtG5Cx0UqoazXBTf-XRLTdKpidZxgQTa9KU2qrAQXzQ&random=2671863204&rmt_tld=0&ipr=y>
2026-03-24 16:01:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368072943&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9vfroCEYRi0-zwZclW4nU3KFDf7msVvJMOL_YMZsYDg3g0rxu-2-Ti-vxVQgAiSSNkCw9H4yLLA1OtG5Cx0UqoazXBTf-XRLTdKpidZxgQTa9KU2qrAQXzQ&random=2671863204&rmt_tld=1&ipr=y>
2026-03-24 16:01:13 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 16:01:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368075279&cv=11&fst=1774368075279&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368075307&cv=11&fst=1774368075307&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:15 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368075325&tfd=61359> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:01:15 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368075330&tfd=61365> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368075279&cv=11&fst=1774368075279&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774368075307&cv=11&fst=1774368075307&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774368075279&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BOZkBsSw8JUKmncTqlTic5t5551isw15SHyKW1gmAjWEzuXjiy8F_Q8MJBXgYn-weMuiFrT9-ur3Mx0T47atLXswhH8IiySipTjjDf0U52ZdBPO4kNRRgw&random=3292008568&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368075279&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BOZkBsSw8JUKmncTqlTic5t5551isw15SHyKW1gmAjWEzuXjiy8F_Q8MJBXgYn-weMuiFrT9-ur3Mx0T47atLXswhH8IiySipTjjDf0U52ZdBPO4kNRRgw&random=3292008568&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774368075307&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9Qw_BdXMNI6lyQBlHnAr5t4aw6oijNgHNSE_kbZAjwAF1x3KlNmSSU3NTo-8t0PYZbKSC5VwhsbYrk7Iqv-ZaCd_7gyIkLDJLXTrcl5bqrQ0-GBHAklxlhQ&random=3324074142&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368075307&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9Qw_BdXMNI6lyQBlHnAr5t4aw6oijNgHNSE_kbZAjwAF1x3KlNmSSU3NTo-8t0PYZbKSC5VwhsbYrk7Iqv-ZaCd_7gyIkLDJLXTrcl5bqrQ0-GBHAklxlhQ&random=3324074142&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 16:01:15 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368075325&tfd=61359>
2026-03-24 16:01:15 [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=1454911938.1774368019&dt=Search%20%7C%20eCarsTrade&auid=1866835178.1774368019&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774365150&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774368075330&tfd=61365>
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774368075279&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BOZkBsSw8JUKmncTqlTic5t5551isw15SHyKW1gmAjWEzuXjiy8F_Q8MJBXgYn-weMuiFrT9-ur3Mx0T47atLXswhH8IiySipTjjDf0U52ZdBPO4kNRRgw&random=3292008568&rmt_tld=0&ipr=y>
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774368075307&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9Qw_BdXMNI6lyQBlHnAr5t4aw6oijNgHNSE_kbZAjwAF1x3KlNmSSU3NTo-8t0PYZbKSC5VwhsbYrk7Iqv-ZaCd_7gyIkLDJLXTrcl5bqrQ0-GBHAklxlhQ&random=3324074142&rmt_tld=0&ipr=y>
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368075279&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9BOZkBsSw8JUKmncTqlTic5t5551isw15SHyKW1gmAjWEzuXjiy8F_Q8MJBXgYn-weMuiFrT9-ur3Mx0T47atLXswhH8IiySipTjjDf0U52ZdBPO4kNRRgw&random=3292008568&rmt_tld=1&ipr=y>
2026-03-24 16:01:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774368075307&cv=11&fst=1774368000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~117884344~118104771&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=1866835178.1774368019&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774365150%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=CAQSXQAFq6B9Qw_BdXMNI6lyQBlHnAr5t4aw6oijNgHNSE_kbZAjwAF1x3KlNmSSU3NTo-8t0PYZbKSC5VwhsbYrk7Iqv-ZaCd_7gyIkLDJLXTrcl5bqrQ0-GBHAklxlhQ&random=3324074142&rmt_tld=1&ipr=y>
2026-03-24 16:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-24 16:01:17 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnC71wnlwSMzolP4eYMIBEhiLei7EGREbtZvyDp9lswEpL9Q9rGSIj4Bqjk', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808064067, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1776960015, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'oibk8nfb2bh0khavogisrv93n5', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774396815, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835884815, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1776960015, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1209750301.1774368018', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774454418, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774368078, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'd0da6c28-534a-407d-8ea6-b19295fa516d', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1808928018, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.768387492.1774368018', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837440018, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1866835178.1774368019', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782144019, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A2c6d4461-9f30-4897-b913-6e2a668e0659%22%2C%22%24device_id%22%3A%222c6d4461-9f30-4897-b913-6e2a668e0659%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': 1805904019, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'fc390e97-9672-4f5f-96a8-db398a1580f7', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1805904019, '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-24T16%3A01%3A06.996Z%22%2C%22consentId%22%3A%228645c175-b33a-4f7b-b79f-7de837c172d5%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-24T16%3A01%3A06.996Z%22%2C%22expirationTime%22%3A1790092866996%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790092866, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"8645c175-b33a-4f7b-b79f-7de837c172d5","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': 1774368369, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774368018$o1$g1$t1774368075$j3$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837440075, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'Bbo_MDDvfL7uUNRO9wePWcr85DCFWKxLLpAdCtcCJcY-1774368067-1.0.1.1-CfLOuni5hMHW1WSkzuQIFnA1MuZfGu0wzASaT8K4iRST89AGC.uw23dFxU4CipwDQ3bjrslftyB6w.5CBrxprSxykn2XvybddOB91vSa.mw', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774369867, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'ky8qD_CupoDXdlF8A6QfVIGpS5V54EF7Xct02IqfBkk-1774368067104-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-24 16:01:17 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnC71wnlwSMzolP4eYMIBEhiLei7EGREbtZvyDp9lswEpL9Q9rGSIj4Bqjk', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'oibk8nfb2bh0khavogisrv93n5', '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.1209750301.1774368018', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'gbuuid', 'value': 'd0da6c28-534a-407d-8ea6-b19295fa516d', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.768387492.1774368018', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1866835178.1774368019', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A2c6d4461-9f30-4897-b913-6e2a668e0659%22%2C%22%24device_id%22%3A%222c6d4461-9f30-4897-b913-6e2a668e0659%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': 'fc390e97-9672-4f5f-96a8-db398a1580f7', '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-24T16%3A01%3A06.996Z%22%2C%22consentId%22%3A%228645c175-b33a-4f7b-b79f-7de837c172d5%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-24T16%3A01%3A06.996Z%22%2C%22expirationTime%22%3A1790092866996%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"8645c175-b33a-4f7b-b79f-7de837c172d5","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.s1774368018$o1$g1$t1774368075$j3$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'Bbo_MDDvfL7uUNRO9wePWcr85DCFWKxLLpAdCtcCJcY-1774368067-1.0.1.1-CfLOuni5hMHW1WSkzuQIFnA1MuZfGu0wzASaT8K4iRST89AGC.uw23dFxU4CipwDQ3bjrslftyB6w.5CBrxprSxykn2XvybddOB91vSa.mw', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'ky8qD_CupoDXdlF8A6QfVIGpS5V54EF7Xct02IqfBkk-1774368067104-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-24 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-24 16:01:17 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-24 16:01:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63k1v871189256za200zd871189256&_p=1774368017173&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=768387492.1774368018&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252~118131590&sid=1774368018&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=6&tfd=63978> (resource type: fetch)
2026-03-24 16:01:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:01:28 [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-24 16:01:28 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 6995056auction110952
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995056auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:28 [ecarstrade.de] INFO: Scrape type for 6995056auction110952: 0
2026-03-24 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 6995053auction110952
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995053auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:28 [ecarstrade.de] INFO: Scrape type for 6995053auction110952: 0
2026-03-24 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 6995020auction110952
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995020auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:28 [ecarstrade.de] INFO: Scrape type for 6995020auction110952: 0
2026-03-24 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 6995059auction110952
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995059auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:28 [ecarstrade.de] INFO: Scrape type for 6995059auction110952: 0
2026-03-24 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 6995081auction110952
2026-03-24 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995081auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995081auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995021auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995021auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995021auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995055auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995055auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995055auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995028auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995028auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995028auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995022auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995022auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995022auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995031auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995031auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995031auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995050auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995050auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995050auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995067auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995067auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995067auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995019auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995019auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995019auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995054auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995054auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995054auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995047auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995047auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995047auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995049auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995049auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995049auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995023auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995023auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995023auction110952: 1
2026-03-24 16:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995074auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995074auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995074auction110952: 1
2026-03-24 16:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995029auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995029auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995029auction110952: 0
2026-03-24 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 6995041auction110952
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995041auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:01:29 [ecarstrade.de] INFO: Scrape type for 6995041auction110952: 0
2026-03-24 16:01:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:02:07 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 16:02:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 186MiB
2026-03-24 16:02:44 [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-24 16:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995074> (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-24 16:02:44 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 16:02:44 [ecarstrade.de] INFO: Extracting details for car 6995074auction110952
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995052auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995052auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995052auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995078auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995078auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995078auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995024auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995024auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995024auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995027auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995027auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995027auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995037auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995037auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995037auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995082auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995082auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995082auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995017auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995017auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:44 [ecarstrade.de] INFO: Scrape type for 6995017auction110952: 0
2026-03-24 16:02:44 [ecarstrade.de] INFO: Found listing with ID: 6995071auction110952
2026-03-24 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995071auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995071auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995025auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995025auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995025auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995045auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995045auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995045auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995072auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995072auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995072auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995026auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995026auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995026auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995051auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995051auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995051auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995018auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995018auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995018auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995058auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995058auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995058auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995077auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995077auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995077auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995038auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995038auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995038auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995043auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995043auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995043auction110952: 0
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995032auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995032auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995032auction110952: 1
2026-03-24 16:02:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:02:45 [ecarstrade.de] INFO: Found listing with ID: 6995048auction110952
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995048auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [ecarstrade.de] INFO: Scrape type for 6995048auction110952: 1
2026-03-24 16:02:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 116be8ec-4447-5e87-a96f-1418a34ccc2d with identifier: 6995074auction110952
2026-03-24 16:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116be8ec-4447-5e87-a96f-1418a34ccc2d with scrape type 1
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995074%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_001/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995074%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_002/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 16:02:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995074%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_003/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995074%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_004/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995074%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_005/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995074%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_006/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_002/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995074)
2026-03-24 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_001/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995074)
2026-03-24 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_005/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995074)
2026-03-24 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_003/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995074)
2026-03-24 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_006/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995074)
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_004/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995074)
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 116be8ec-4447-5e87-a96f-1418a34ccc2d
2026-03-24 16:02:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 116be8ec-4447-5e87-a96f-1418a34ccc2d, skipping ID generation
2026-03-24 16:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 116be8ec-4447-5e87-a96f-1418a34ccc2d with scrape type 1
2026-03-24 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 116be8ec-4447-5e87-a96f-1418a34ccc2d sending to next pipeline
2026-03-24 16:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 116be8ec-4447-5e87-a96f-1418a34ccc2d, identifier: 6995074auction110952
2026-03-24 16:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 116be8ec-4447-5e87-a96f-1418a34ccc2d with identifier: 6995074auction110952
2026-03-24 16:02:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:02:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 116be8ec-4447-5e87-a96f-1418a34ccc2d with identifier: 6995074auction110952
2026-03-24 16:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 116be8ec-4447-5e87-a96f-1418a34ccc2d with identifier: 6995074auction110952 to the API
2026-03-24 16:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:02: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-24 16:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995074/photo_004/780x0__r.jpg?hash=1774343010>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '116be8ec-4447-5e87-a96f-1418a34ccc2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995074',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 188073,
'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': 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-24 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995074auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:46 [ecarstrade.de] INFO: Saving data for 6995074auction110952: {'created_time': 1774368166.570374, 'last_price_update_time': 1774368166.57039, 'auction_closing_time': 1774431600.0}
2026-03-24 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995074auction110952') HTTP/1.1" 204 0
2026-03-24 16:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995023> (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-24 16:02:50 [ecarstrade.de] INFO: Extracting details for car 6995023auction110952
2026-03-24 16:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28bf0ba7-05f1-5608-b84b-ed3315649da8 with identifier: 6995023auction110952
2026-03-24 16:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28bf0ba7-05f1-5608-b84b-ed3315649da8 with scrape type 1
2026-03-24 16:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02: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%252F6990001-7000000%252F6995023%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342921%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_001/780x0__r.jpg?hash=1774342921 not downloaded yet
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02: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%252F6990001-7000000%252F6995023%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342921%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_002/780x0__r.jpg?hash=1774342921 not downloaded yet
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02: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%252F6990001-7000000%252F6995023%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342921%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_003/780x0__r.jpg?hash=1774342921 not downloaded yet
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02: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%252F6990001-7000000%252F6995023%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342921%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_004/780x0__r.jpg?hash=1774342921 not downloaded yet
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02: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%252F6990001-7000000%252F6995023%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342920%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_005/780x0__r.jpg?hash=1774342920 not downloaded yet
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02: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%252F6990001-7000000%252F6995023%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342921%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_006/780x0__r.jpg?hash=1774342921 not downloaded yet
2026-03-24 16:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_001/780x0__r.jpg?hash=1774342921> (referer: https://ecarstrade.com/cars/6995023)
2026-03-24 16:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_003/780x0__r.jpg?hash=1774342921> (referer: https://ecarstrade.com/cars/6995023)
2026-03-24 16:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_002/780x0__r.jpg?hash=1774342921> (referer: https://ecarstrade.com/cars/6995023)
2026-03-24 16:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_004/780x0__r.jpg?hash=1774342921> (referer: https://ecarstrade.com/cars/6995023)
2026-03-24 16:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_006/780x0__r.jpg?hash=1774342921> (referer: https://ecarstrade.com/cars/6995023)
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_005/780x0__r.jpg?hash=1774342920> (referer: https://ecarstrade.com/cars/6995023)
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 28bf0ba7-05f1-5608-b84b-ed3315649da8
2026-03-24 16:02:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 28bf0ba7-05f1-5608-b84b-ed3315649da8, skipping ID generation
2026-03-24 16:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28bf0ba7-05f1-5608-b84b-ed3315649da8 with scrape type 1
2026-03-24 16:02:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 28bf0ba7-05f1-5608-b84b-ed3315649da8 sending to next pipeline
2026-03-24 16:02:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 28bf0ba7-05f1-5608-b84b-ed3315649da8, identifier: 6995023auction110952
2026-03-24 16:02:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 28bf0ba7-05f1-5608-b84b-ed3315649da8 with identifier: 6995023auction110952
2026-03-24 16:02:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:02:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 28bf0ba7-05f1-5608-b84b-ed3315649da8 with identifier: 6995023auction110952
2026-03-24 16:02:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 28bf0ba7-05f1-5608-b84b-ed3315649da8 with identifier: 6995023auction110952 to the API
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16: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-24 16:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995023/photo_005/780x0__r.jpg?hash=1774342920>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '28bf0ba7-05f1-5608-b84b-ed3315649da8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995023',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': '320',
'odometer': 67649,
'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 3 Touring 320 d xDrive Advantage 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d xDrive Advantage 2.0 140KW AT8 E6d',
'vin': None,
'year': 2020}
2026-03-24 16:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995023auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:02:51 [ecarstrade.de] INFO: Saving data for 6995023auction110952: {'created_time': 1774368171.996909, 'last_price_update_time': 1774368171.996925, 'auction_closing_time': 1774431600.0}
2026-03-24 16:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995023auction110952') HTTP/1.1" 204 0
2026-03-24 16:03:07 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 3 pages/min), scraped 2 items (at 2 items/min)
2026-03-24 16:03:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 193MiB
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995048> (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-24 16:03:12 [ecarstrade.de] INFO: Extracting details for car 6995048auction110952
2026-03-24 16:03:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 629db5d7-a7b9-548b-a706-d26dce7d1956 with identifier: 6995048auction110952
2026-03-24 16:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 629db5d7-a7b9-548b-a706-d26dce7d1956 with scrape type 1
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995048%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342963%27 HTTP/1.1" 200 None
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_001/780x0__r.jpg?hash=1774342963 not downloaded yet
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995048%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342963%27 HTTP/1.1" 200 None
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_002/780x0__r.jpg?hash=1774342963 not downloaded yet
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995048%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342963%27 HTTP/1.1" 200 None
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_003/780x0__r.jpg?hash=1774342963 not downloaded yet
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995048%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342963%27 HTTP/1.1" 200 None
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_004/780x0__r.jpg?hash=1774342963 not downloaded yet
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995048%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342963%27 HTTP/1.1" 200 None
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_005/780x0__r.jpg?hash=1774342963 not downloaded yet
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995048%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342963%27 HTTP/1.1" 200 None
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_006/780x0__r.jpg?hash=1774342963 not downloaded yet
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_001/780x0__r.jpg?hash=1774342963> (referer: https://ecarstrade.com/cars/6995048)
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_002/780x0__r.jpg?hash=1774342963> (referer: https://ecarstrade.com/cars/6995048)
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_003/780x0__r.jpg?hash=1774342963> (referer: https://ecarstrade.com/cars/6995048)
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_004/780x0__r.jpg?hash=1774342963> (referer: https://ecarstrade.com/cars/6995048)
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_005/780x0__r.jpg?hash=1774342963> (referer: https://ecarstrade.com/cars/6995048)
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_006/780x0__r.jpg?hash=1774342963> (referer: https://ecarstrade.com/cars/6995048)
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 629db5d7-a7b9-548b-a706-d26dce7d1956
2026-03-24 16:03:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 629db5d7-a7b9-548b-a706-d26dce7d1956, skipping ID generation
2026-03-24 16:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 629db5d7-a7b9-548b-a706-d26dce7d1956 with scrape type 1
2026-03-24 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 629db5d7-a7b9-548b-a706-d26dce7d1956 sending to next pipeline
2026-03-24 16:03:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 629db5d7-a7b9-548b-a706-d26dce7d1956, identifier: 6995048auction110952
2026-03-24 16:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 629db5d7-a7b9-548b-a706-d26dce7d1956 with identifier: 6995048auction110952
2026-03-24 16:03:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 629db5d7-a7b9-548b-a706-d26dce7d1956 with identifier: 6995048auction110952
2026-03-24 16:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 629db5d7-a7b9-548b-a706-d26dce7d1956 with identifier: 6995048auction110952 to the API
2026-03-24 16:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16: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-24 16:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995048/photo_006/780x0__r.jpg?hash=1774342963>
{'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-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': '629db5d7-a7b9-548b-a706-d26dce7d1956',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995048',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mazda',
'model': '3',
'odometer': 88683,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': '3 Lim. 5-trg. Homura 2.0 SKYACTIV-G 90KW AT6 E6d',
'transmission': 'automatic',
'trim': 'Lim. 5-trg. Homura 2.0 SKYACTIV-G 90KW AT6 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995048auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:13 [ecarstrade.de] INFO: Saving data for 6995048auction110952: {'created_time': 1774368193.029449, 'last_price_update_time': 1774368193.029465, 'auction_closing_time': 1774431600.0}
2026-03-24 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995048auction110952') HTTP/1.1" 204 0
2026-03-24 16:03:15 [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-24 16:03:15 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995069auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995069auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995069auction110952: 1
2026-03-24 16:03:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995033auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995033auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995033auction110952: 1
2026-03-24 16:03:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995070auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995070auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995070auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995061auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995061auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995061auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995076auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995076auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995076auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995060auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995060auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995060auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995064auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995064auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995064auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995044auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995044auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995044auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995079auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995079auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995079auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995035auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995035auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995035auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995042auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995042auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995042auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995063auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995063auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995063auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995040auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995040auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995040auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995068auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995068auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995068auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995036auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995036auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995036auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995075auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995075auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995075auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995046auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995046auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995046auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995034auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995034auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995034auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995062auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995062auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995062auction110952: 0
2026-03-24 16:03:15 [ecarstrade.de] INFO: Found listing with ID: 6995066auction110952
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995066auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:15 [ecarstrade.de] INFO: Scrape type for 6995066auction110952: 0
2026-03-24 16:03:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995069> (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-24 16:03:29 [ecarstrade.de] INFO: Extracting details for car 6995069auction110952
2026-03-24 16:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5daca5a4-3c45-59a0-8151-97a52c8a9559 with identifier: 6995069auction110952
2026-03-24 16:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5daca5a4-3c45-59a0-8151-97a52c8a9559 with scrape type 1
2026-03-24 16:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 5daca5a4-3c45-59a0-8151-97a52c8a9559
2026-03-24 16:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995069%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343005%27 HTTP/1.1" 200 None
2026-03-24 16:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995069/photo_001/780x0__r.jpg?hash=1774343005 not downloaded yet
2026-03-24 16:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995069/photo_001/780x0__r.jpg?hash=1774343005> (referer: https://ecarstrade.com/cars/6995069)
2026-03-24 16:03:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5daca5a4-3c45-59a0-8151-97a52c8a9559
2026-03-24 16:03:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5daca5a4-3c45-59a0-8151-97a52c8a9559, skipping ID generation
2026-03-24 16:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5daca5a4-3c45-59a0-8151-97a52c8a9559 with scrape type 1
2026-03-24 16:03:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5daca5a4-3c45-59a0-8151-97a52c8a9559 sending to next pipeline
2026-03-24 16:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5daca5a4-3c45-59a0-8151-97a52c8a9559, identifier: 6995069auction110952
2026-03-24 16:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5daca5a4-3c45-59a0-8151-97a52c8a9559 with identifier: 6995069auction110952
2026-03-24 16:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5daca5a4-3c45-59a0-8151-97a52c8a9559 with identifier: 6995069auction110952
2026-03-24 16:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5daca5a4-3c45-59a0-8151-97a52c8a9559 with identifier: 6995069auction110952 to the API
2026-03-24 16:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16: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-24 16:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995069/photo_001/780x0__r.jpg?hash=1774343005>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '5daca5a4-3c45-59a0-8151-97a52c8a9559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995069',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 151349,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi 2.0 TDI DSG Style 5d 110kW',
'transmission': 'automatic',
'trim': 'SKODA Combi 2.0 TDI DSG Style 5d 110kW',
'vin': None,
'year': 2022}
2026-03-24 16:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276995069auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:03:30 [ecarstrade.de] INFO: Saving data for 6995069auction110952: {'created_time': 1774368210.144298, 'last_price_update_time': 1774368210.144311, 'auction_closing_time': 1774431600.0}
2026-03-24 16:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995069auction110952') HTTP/1.1" 204 0
2026-03-24 16:03:38 [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-24 16:03:39 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990783auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990783auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990783auction110895: 2
2026-03-24 16:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990776auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990776auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990776auction110895: 2
2026-03-24 16:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990771auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990771auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990771auction110895: 2
2026-03-24 16:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990780auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990780auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990780auction110895: 2
2026-03-24 16:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990759auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990759auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990759auction110895: 2
2026-03-24 16:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990777auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990777auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990777auction110895: 2
2026-03-24 16:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990786auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990786auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990786auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990803auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990803auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990803auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990775auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990775auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990775auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990760auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990760auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990760auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990805auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990805auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990805auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990765auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990765auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990765auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990797auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990797auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990797auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990762auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990762auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990762auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990807auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990807auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990807auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990788auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990788auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990788auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990801auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990801auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990801auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990799auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990799auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990799auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990781auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990781auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990781auction110895: 2
2026-03-24 16:03:39 [ecarstrade.de] INFO: Found listing with ID: 6990768auction110895
2026-03-24 16:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16: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%276990768auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:03:39 [ecarstrade.de] INFO: Scrape type for 6990768auction110895: 2
2026-03-24 16:04:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990759> (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-24 16:04:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:04:04 [ecarstrade.de] INFO: Extracting details for car 6990759auction110895
2026-03-24 16:04:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01cf4a6f-989f-590d-a90b-af74e0fa9bfc with identifier: 6990759auction110895
2026-03-24 16:04:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01cf4a6f-989f-590d-a90b-af74e0fa9bfc with scrape type 2
2026-03-24 16:04:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01cf4a6f-989f-590d-a90b-af74e0fa9bfc with scrape type 2
2026-03-24 16:04:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 01cf4a6f-989f-590d-a90b-af74e0fa9bfc, identifier: 6990759auction110895
2026-03-24 16:04:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 01cf4a6f-989f-590d-a90b-af74e0fa9bfc with identifier: 6990759auction110895
2026-03-24 16:04:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:04:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:04:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 01cf4a6f-989f-590d-a90b-af74e0fa9bfc with identifier: 6990759auction110895
2026-03-24 16:04:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 01cf4a6f-989f-590d-a90b-af74e0fa9bfc with identifier: 6990759auction110895 to the API
2026-03-24 16:04:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:04: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-24 16:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990759>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.1L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Electric',
'id': '01cf4a6f-989f-590d-a90b-af74e0fa9bfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990759',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 74407,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Stelvio Sprint Q4 2.2 JTDM 154KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Sprint Q4 2.2 JTDM 154KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990759auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:05 [ecarstrade.de] INFO: Saving data for 6990759auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272851.466852, 'last_price_update_time': 1774368245.031032}
2026-03-24 16:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990759auction110895') HTTP/1.1" 204 0
2026-03-24 16:04:07 [scrapy.extensions.logstats] INFO: Crawled 10 pages (at 5 pages/min), scraped 5 items (at 3 items/min)
2026-03-24 16:04:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 215MiB
2026-03-24 16:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990776> (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-24 16:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:04:22 [ecarstrade.de] INFO: Extracting details for car 6990776auction110895
2026-03-24 16:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca926157-eea0-5ea7-93e1-b199e16533b7 with identifier: 6990776auction110895
2026-03-24 16:04:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca926157-eea0-5ea7-93e1-b199e16533b7 with scrape type 2
2026-03-24 16:04:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca926157-eea0-5ea7-93e1-b199e16533b7 with scrape type 2
2026-03-24 16:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ca926157-eea0-5ea7-93e1-b199e16533b7, identifier: 6990776auction110895
2026-03-24 16:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ca926157-eea0-5ea7-93e1-b199e16533b7 with identifier: 6990776auction110895
2026-03-24 16:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ca926157-eea0-5ea7-93e1-b199e16533b7 with identifier: 6990776auction110895
2026-03-24 16:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ca926157-eea0-5ea7-93e1-b199e16533b7 with identifier: 6990776auction110895 to the API
2026-03-24 16:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:04:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990776>
{'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-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca926157-eea0-5ea7-93e1-b199e16533b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990776',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 24905,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-Klasse C 220 d 9G-TRONIC Avantgarde Advanced 4d '
'145kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-Klasse d 9G-TRONIC Avantgarde Advanced 4d 145kW',
'vin': None,
'year': 2024}
2026-03-24 16:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990776auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:22 [ecarstrade.de] INFO: Saving data for 6990776auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272861.509449, 'last_price_update_time': 1774368262.745653}
2026-03-24 16:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990776auction110895') HTTP/1.1" 204 0
2026-03-24 16:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990777> (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-24 16:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:04:29 [ecarstrade.de] INFO: Extracting details for car 6990777auction110895
2026-03-24 16:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9eed0cf4-c3ad-526f-aff6-01a0b069bd23 with identifier: 6990777auction110895
2026-03-24 16:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9eed0cf4-c3ad-526f-aff6-01a0b069bd23 with scrape type 2
2026-03-24 16:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9eed0cf4-c3ad-526f-aff6-01a0b069bd23 with scrape type 2
2026-03-24 16:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9eed0cf4-c3ad-526f-aff6-01a0b069bd23, identifier: 6990777auction110895
2026-03-24 16:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9eed0cf4-c3ad-526f-aff6-01a0b069bd23 with identifier: 6990777auction110895
2026-03-24 16:04:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9eed0cf4-c3ad-526f-aff6-01a0b069bd23 with identifier: 6990777auction110895
2026-03-24 16:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9eed0cf4-c3ad-526f-aff6-01a0b069bd23 with identifier: 6990777auction110895 to the API
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990777>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '9eed0cf4-c3ad-526f-aff6-01a0b069bd23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990777',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 86424,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse T-Modell C 220 d T (206.204)Avantgarde 162KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell d T (206.204)Avantgarde 162KW AT9 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990777auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:29 [ecarstrade.de] INFO: Saving data for 6990777auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272850.314807, 'last_price_update_time': 1774368269.558211}
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990777auction110895') HTTP/1.1" 204 0
2026-03-24 16:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990803> (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-24 16:04:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:04:41 [ecarstrade.de] INFO: Extracting details for car 6990803auction110895
2026-03-24 16:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1da851d-e0c0-5a2a-92a8-3087abe510b6 with identifier: 6990803auction110895
2026-03-24 16:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1da851d-e0c0-5a2a-92a8-3087abe510b6 with scrape type 2
2026-03-24 16:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1da851d-e0c0-5a2a-92a8-3087abe510b6 with scrape type 2
2026-03-24 16:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c1da851d-e0c0-5a2a-92a8-3087abe510b6, identifier: 6990803auction110895
2026-03-24 16:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c1da851d-e0c0-5a2a-92a8-3087abe510b6 with identifier: 6990803auction110895
2026-03-24 16:04:42 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c1da851d-e0c0-5a2a-92a8-3087abe510b6 with identifier: 6990803auction110895
2026-03-24 16:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c1da851d-e0c0-5a2a-92a8-3087abe510b6 with identifier: 6990803auction110895 to the API
2026-03-24 16:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:04: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-24 16:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990803>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1da851d-e0c0-5a2a-92a8-3087abe510b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990803',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 135265,
'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': 'Tiguan Allspace Elegance 4Motion 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Allspace Elegance 4Motion 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 16:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990803auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:42 [ecarstrade.de] INFO: Saving data for 6990803auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272864.014911, 'last_price_update_time': 1774368282.323732}
2026-03-24 16:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990803auction110895') HTTP/1.1" 204 0
2026-03-24 16:04:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990775> (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-24 16:04:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:04:50 [ecarstrade.de] INFO: Extracting details for car 6990775auction110895
2026-03-24 16:04:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 301c4265-2f02-55be-81b3-3536347b2702 with identifier: 6990775auction110895
2026-03-24 16:04:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 301c4265-2f02-55be-81b3-3536347b2702 with scrape type 2
2026-03-24 16:04:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 301c4265-2f02-55be-81b3-3536347b2702 with scrape type 2
2026-03-24 16:04:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 301c4265-2f02-55be-81b3-3536347b2702, identifier: 6990775auction110895
2026-03-24 16:04:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 301c4265-2f02-55be-81b3-3536347b2702 with identifier: 6990775auction110895
2026-03-24 16:04:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 301c4265-2f02-55be-81b3-3536347b2702 with identifier: 6990775auction110895
2026-03-24 16:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 301c4265-2f02-55be-81b3-3536347b2702 with identifier: 6990775auction110895 to the API
2026-03-24 16:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:04: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-24 16:04:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990775>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '301c4265-2f02-55be-81b3-3536347b2702',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990775',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 115957,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'C T-Modell C 200 T d (206.203)Avantgarde 137KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C T-Modell T d (206.203)Avantgarde 137KW AT9 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990775auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:51 [ecarstrade.de] INFO: Saving data for 6990775auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272962.389624, 'last_price_update_time': 1774368291.134631}
2026-03-24 16:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990775auction110895') HTTP/1.1" 204 0
2026-03-24 16:04:55 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.650(s), this was the 1st time calling it.
2026-03-24 16:04:55 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.050828495054278 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:04:56 [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-24 16:04:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990794auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990794auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990794auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990791auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990791auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990791auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990784auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990784auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990784auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990764auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990764auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990764auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990766auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990766auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990766auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990787auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990787auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990787auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990782auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990782auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990782auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990763auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990763auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990763auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990767auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990767auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990767auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6990769auction110895
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990769auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6990769auction110895: 2
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996816auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996816auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996813auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996813auction110976%27 HTTP/1.1" 200 None
2026-03-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996813auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996845auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996845auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996808auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996808auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996814auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996814auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996793auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996793auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996792auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996792auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996790auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996790auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996815auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996815auction110976: 1
2026-03-24 16:04:56 [ecarstrade.de] INFO: Found listing with ID: 6996799auction110976
2026-03-24 16:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:04:56 [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-24 16:04:56 [ecarstrade.de] INFO: Scrape type for 6996799auction110976: 1
2026-03-24 16:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:05:07 [scrapy.extensions.logstats] INFO: Crawled 15 pages (at 5 pages/min), scraped 9 items (at 4 items/min)
2026-03-24 16:05:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 229MiB
2026-03-24 16:05:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995032> (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-24 16:05:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:11 [ecarstrade.de] INFO: Extracting details for car 6995032auction110952
2026-03-24 16:05:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278e1ce2-7e28-5094-ac79-224442aad29f with identifier: 6995032auction110952
2026-03-24 16:05:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278e1ce2-7e28-5094-ac79-224442aad29f with scrape type 1
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995032%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342934%27 HTTP/1.1" 200 None
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_001/780x0__r.jpg?hash=1774342934 not downloaded yet
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995032%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342933%27 HTTP/1.1" 200 None
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_002/780x0__r.jpg?hash=1774342933 not downloaded yet
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995032%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342933%27 HTTP/1.1" 200 None
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_003/780x0__r.jpg?hash=1774342933 not downloaded yet
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995032%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342933%27 HTTP/1.1" 200 None
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_004/780x0__r.jpg?hash=1774342933 not downloaded yet
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995032%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342934%27 HTTP/1.1" 200 None
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_005/780x0__r.jpg?hash=1774342934 not downloaded yet
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995032%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342933%27 HTTP/1.1" 200 None
2026-03-24 16:05:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_006/780x0__r.jpg?hash=1774342933 not downloaded yet
2026-03-24 16:05:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990765> (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-24 16:05:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:17 [ecarstrade.de] INFO: Extracting details for car 6990765auction110895
2026-03-24 16:05:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dc6deba-386c-525a-bf67-acaceb1644f8 with identifier: 6990765auction110895
2026-03-24 16:05:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dc6deba-386c-525a-bf67-acaceb1644f8 with scrape type 2
2026-03-24 16:05:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dc6deba-386c-525a-bf67-acaceb1644f8 with scrape type 2
2026-03-24 16:05:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2dc6deba-386c-525a-bf67-acaceb1644f8, identifier: 6990765auction110895
2026-03-24 16:05:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2dc6deba-386c-525a-bf67-acaceb1644f8 with identifier: 6990765auction110895
2026-03-24 16:05:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:05:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2dc6deba-386c-525a-bf67-acaceb1644f8 with identifier: 6990765auction110895
2026-03-24 16:05:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2dc6deba-386c-525a-bf67-acaceb1644f8 with identifier: 6990765auction110895 to the API
2026-03-24 16:05:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990765>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2dc6deba-386c-525a-bf67-acaceb1644f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990765',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 174790,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 e xDrive 2.0 150KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring e xDrive 2.0 150KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990765auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:18 [ecarstrade.de] INFO: Saving data for 6990765auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272949.441112, 'last_price_update_time': 1774368318.065023}
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990765auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990760> (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-24 16:05:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:18 [ecarstrade.de] INFO: Extracting details for car 6990760auction110895
2026-03-24 16:05:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 004b2501-5734-5a6f-be1c-6998f0a865d8 with identifier: 6990760auction110895
2026-03-24 16:05:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 004b2501-5734-5a6f-be1c-6998f0a865d8 with scrape type 2
2026-03-24 16:05:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 004b2501-5734-5a6f-be1c-6998f0a865d8 with scrape type 2
2026-03-24 16:05:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 004b2501-5734-5a6f-be1c-6998f0a865d8, identifier: 6990760auction110895
2026-03-24 16:05:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 004b2501-5734-5a6f-be1c-6998f0a865d8 with identifier: 6990760auction110895
2026-03-24 16:05:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 004b2501-5734-5a6f-be1c-6998f0a865d8 with identifier: 6990760auction110895
2026-03-24 16:05:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 004b2501-5734-5a6f-be1c-6998f0a865d8 with identifier: 6990760auction110895 to the API
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990760>
{'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-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '004b2501-5734-5a6f-be1c-6998f0a865d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990760',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 137647,
'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': '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-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990760auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:18 [ecarstrade.de] INFO: Saving data for 6990760auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272955.664579, 'last_price_update_time': 1774368318.833626}
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990760auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:26 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.956(s), this was the 1st time calling it.
2026-03-24 16:05:26 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.0688249056887145 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990768> (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-24 16:05:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:28 [ecarstrade.de] INFO: Extracting details for car 6990768auction110895
2026-03-24 16:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb83f9a7-3ba8-5a36-babd-53950ded2bf4 with identifier: 6990768auction110895
2026-03-24 16:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb83f9a7-3ba8-5a36-babd-53950ded2bf4 with scrape type 2
2026-03-24 16:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb83f9a7-3ba8-5a36-babd-53950ded2bf4 with scrape type 2
2026-03-24 16:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cb83f9a7-3ba8-5a36-babd-53950ded2bf4, identifier: 6990768auction110895
2026-03-24 16:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cb83f9a7-3ba8-5a36-babd-53950ded2bf4 with identifier: 6990768auction110895
2026-03-24 16:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cb83f9a7-3ba8-5a36-babd-53950ded2bf4 with identifier: 6990768auction110895
2026-03-24 16:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cb83f9a7-3ba8-5a36-babd-53950ded2bf4 with identifier: 6990768auction110895 to the API
2026-03-24 16:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:05:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990768>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'cb83f9a7-3ba8-5a36-babd-53950ded2bf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990768',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 128140,
'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': 'S-Max Titanium 2.0 EcoBlue 140KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Titanium 2.0 EcoBlue 140KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-24 16:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990768auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:29 [ecarstrade.de] INFO: Saving data for 6990768auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272893.578549, 'last_price_update_time': 1774368329.173606}
2026-03-24 16:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990768auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990797> (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-24 16:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:32 [ecarstrade.de] INFO: Extracting details for car 6990797auction110895
2026-03-24 16:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea3fd261-ae2a-5742-b733-c2e8af86ac07 with identifier: 6990797auction110895
2026-03-24 16:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea3fd261-ae2a-5742-b733-c2e8af86ac07 with scrape type 2
2026-03-24 16:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea3fd261-ae2a-5742-b733-c2e8af86ac07 with scrape type 2
2026-03-24 16:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ea3fd261-ae2a-5742-b733-c2e8af86ac07, identifier: 6990797auction110895
2026-03-24 16:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ea3fd261-ae2a-5742-b733-c2e8af86ac07 with identifier: 6990797auction110895
2026-03-24 16:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ea3fd261-ae2a-5742-b733-c2e8af86ac07 with identifier: 6990797auction110895
2026-03-24 16:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ea3fd261-ae2a-5742-b733-c2e8af86ac07 with identifier: 6990797auction110895 to the API
2026-03-24 16:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990797>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'ea3fd261-ae2a-5742-b733-c2e8af86ac07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990797',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 141497,
'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': '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': 2020}
2026-03-24 16:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990797auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:33 [ecarstrade.de] INFO: Saving data for 6990797auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774273059.895236, 'last_price_update_time': 1774368333.809965}
2026-03-24 16:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990797auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990805> (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-24 16:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:34 [ecarstrade.de] INFO: Extracting details for car 6990805auction110895
2026-03-24 16:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1 with identifier: 6990805auction110895
2026-03-24 16:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1 with scrape type 2
2026-03-24 16:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1 with scrape type 2
2026-03-24 16:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1, identifier: 6990805auction110895
2026-03-24 16:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1 with identifier: 6990805auction110895
2026-03-24 16:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1 with identifier: 6990805auction110895
2026-03-24 16:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1 with identifier: 6990805auction110895 to the API
2026-03-24 16:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990805>
{'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-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '2506b9f1-791c-5ec9-b48f-b4ef25dcf5f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990805',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 165897,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tiguan Life 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Life 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990805auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:35 [ecarstrade.de] INFO: Saving data for 6990805auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272948.279846, 'last_price_update_time': 1774368335.494339}
2026-03-24 16:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990805auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990786> (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-24 16:05:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:41 [ecarstrade.de] INFO: Extracting details for car 6990786auction110895
2026-03-24 16:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d514ea9-826d-55b0-9819-18a9cdfc8422 with identifier: 6990786auction110895
2026-03-24 16:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d514ea9-826d-55b0-9819-18a9cdfc8422 with scrape type 2
2026-03-24 16:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d514ea9-826d-55b0-9819-18a9cdfc8422 with scrape type 2
2026-03-24 16:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5d514ea9-826d-55b0-9819-18a9cdfc8422, identifier: 6990786auction110895
2026-03-24 16:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5d514ea9-826d-55b0-9819-18a9cdfc8422 with identifier: 6990786auction110895
2026-03-24 16:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5d514ea9-826d-55b0-9819-18a9cdfc8422 with identifier: 6990786auction110895
2026-03-24 16:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5d514ea9-826d-55b0-9819-18a9cdfc8422 with identifier: 6990786auction110895 to the API
2026-03-24 16:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990786>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '5d514ea9-826d-55b0-9819-18a9cdfc8422',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990786',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 95014,
'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': 'SKODA Kodiaq 2.0 TDI 4x4 DSG Clever 5d 147kW',
'transmission': 'automatic',
'trim': 'SKODA 2.0 TDI 4x4 DSG Clever 5d 147kW',
'vin': None,
'year': 2021}
2026-03-24 16:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990786auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:43 [ecarstrade.de] INFO: Saving data for 6990786auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272863.379702, 'last_price_update_time': 1774368343.244985}
2026-03-24 16:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990786auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990799> (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-24 16:05:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:43 [ecarstrade.de] INFO: Extracting details for car 6990799auction110895
2026-03-24 16:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f04dcdb-453e-58a2-9889-df7540f9a756 with identifier: 6990799auction110895
2026-03-24 16:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f04dcdb-453e-58a2-9889-df7540f9a756 with scrape type 2
2026-03-24 16:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f04dcdb-453e-58a2-9889-df7540f9a756 with scrape type 2
2026-03-24 16:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2f04dcdb-453e-58a2-9889-df7540f9a756, identifier: 6990799auction110895
2026-03-24 16:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2f04dcdb-453e-58a2-9889-df7540f9a756 with identifier: 6990799auction110895
2026-03-24 16:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2f04dcdb-453e-58a2-9889-df7540f9a756 with identifier: 6990799auction110895
2026-03-24 16:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2f04dcdb-453e-58a2-9889-df7540f9a756 with identifier: 6990799auction110895 to the API
2026-03-24 16:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990799>
{'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-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '2f04dcdb-453e-58a2-9889-df7540f9a756',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990799',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 146623,
'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': 'Passat Variant Business 2.0 TDI 110KW MT6 E6d',
'transmission': 'manual',
'trim': 'Business 2.0 TDI 110KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-24 16:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990799auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:44 [ecarstrade.de] INFO: Saving data for 6990799auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272951.131381, 'last_price_update_time': 1774368344.39671}
2026-03-24 16:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990799auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995033> (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-24 16:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:47 [ecarstrade.de] INFO: Extracting details for car 6995033auction110952
2026-03-24 16:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 with identifier: 6995033auction110952
2026-03-24 16:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 with scrape type 1
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05: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%252F6990001-7000000%252F6995033%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_001/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 16:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05: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%252F6990001-7000000%252F6995033%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_002/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 16:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05: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%252F6990001-7000000%252F6995033%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_003/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 16:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05: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%252F6990001-7000000%252F6995033%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_004/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 16:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05: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%252F6990001-7000000%252F6995033%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_005/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 16:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05: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%252F6990001-7000000%252F6995033%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 16:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_006/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 16:05:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990801> (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-24 16:05:48 [ecarstrade.de] INFO: Extracting details for car 6990801auction110895
2026-03-24 16:05:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0178c5e2-68a9-516c-9e7b-2cb05b0713b7 with identifier: 6990801auction110895
2026-03-24 16:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0178c5e2-68a9-516c-9e7b-2cb05b0713b7 with scrape type 2
2026-03-24 16:05:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0178c5e2-68a9-516c-9e7b-2cb05b0713b7 with scrape type 2
2026-03-24 16:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0178c5e2-68a9-516c-9e7b-2cb05b0713b7, identifier: 6990801auction110895
2026-03-24 16:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0178c5e2-68a9-516c-9e7b-2cb05b0713b7 with identifier: 6990801auction110895
2026-03-24 16:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0178c5e2-68a9-516c-9e7b-2cb05b0713b7 with identifier: 6990801auction110895
2026-03-24 16:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0178c5e2-68a9-516c-9e7b-2cb05b0713b7 with identifier: 6990801auction110895 to the API
2026-03-24 16:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990801>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '0178c5e2-68a9-516c-9e7b-2cb05b0713b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990801',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 138690,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Variant Business 2.0 TDI 140KW AT7 E6dT',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 140KW AT7 E6dT',
'vin': None,
'year': 2019}
2026-03-24 16:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990801auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:05:49 [ecarstrade.de] INFO: Saving data for 6990801auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272950.632712, 'last_price_update_time': 1774368349.776609}
2026-03-24 16:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990801auction110895') HTTP/1.1" 204 0
2026-03-24 16:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_006/780x0__r.jpg?hash=1774342933> (referer: https://ecarstrade.com/cars/6995032)
2026-03-24 16:05:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.610(s), this was the 1st time calling it.
2026-03-24 16:05:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.378691459170451 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:05:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.649(s), this was the 1st time calling it.
2026-03-24 16:05:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.700836914069852 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:05:49 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.588(s), this was the 1st time calling it.
2026-03-24 16:05:49 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.240104139041859 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_005/780x0__r.jpg?hash=1774342934> (referer: https://ecarstrade.com/cars/6995032)
2026-03-24 16:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_004/780x0__r.jpg?hash=1774342933> (referer: https://ecarstrade.com/cars/6995032)
2026-03-24 16:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_003/780x0__r.jpg?hash=1774342933> (referer: https://ecarstrade.com/cars/6995032)
2026-03-24 16:05:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_002/780x0__r.jpg?hash=1774342933> (referer: https://ecarstrade.com/cars/6995032)
2026-03-24 16:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_001/780x0__r.jpg?hash=1774342934> (referer: https://ecarstrade.com/cars/6995032)
2026-03-24 16:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 278e1ce2-7e28-5094-ac79-224442aad29f
2026-03-24 16:05:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 278e1ce2-7e28-5094-ac79-224442aad29f, skipping ID generation
2026-03-24 16:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278e1ce2-7e28-5094-ac79-224442aad29f with scrape type 1
2026-03-24 16:05:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 278e1ce2-7e28-5094-ac79-224442aad29f sending to next pipeline
2026-03-24 16:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 278e1ce2-7e28-5094-ac79-224442aad29f, identifier: 6995032auction110952
2026-03-24 16:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 278e1ce2-7e28-5094-ac79-224442aad29f with identifier: 6995032auction110952
2026-03-24 16:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 278e1ce2-7e28-5094-ac79-224442aad29f with identifier: 6995032auction110952
2026-03-24 16:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 278e1ce2-7e28-5094-ac79-224442aad29f with identifier: 6995032auction110952 to the API
2026-03-24 16:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:05: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-24 16:05:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995032/photo_001/780x0__r.jpg?hash=1774342934>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '278e1ce2-7e28-5094-ac79-224442aad29f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995032',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': 'X1',
'odometer': 152215,
'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': 5,
'seller_name': None,
'title': 'Baureihe X1 sDrive 18 d Advantage 2.0 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe sDrive 18 d Advantage 2.0 110KW AT8 E6d',
'vin': None,
'year': 2020}
2026-03-24 16:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995032auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:05:51 [ecarstrade.de] INFO: Saving data for 6995032auction110952: {'created_time': 1774368351.777776, 'last_price_update_time': 1774368351.777792, 'auction_closing_time': 1774431600.0}
2026-03-24 16:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995032auction110952') HTTP/1.1" 204 0
2026-03-24 16:05:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:05:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:05:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990788> (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-24 16:06:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:01 [ecarstrade.de] INFO: Extracting details for car 6990788auction110895
2026-03-24 16:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36348d06-1a39-5c75-9888-2d79aad647b4 with identifier: 6990788auction110895
2026-03-24 16:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36348d06-1a39-5c75-9888-2d79aad647b4 with scrape type 2
2026-03-24 16:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36348d06-1a39-5c75-9888-2d79aad647b4 with scrape type 2
2026-03-24 16:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 36348d06-1a39-5c75-9888-2d79aad647b4, identifier: 6990788auction110895
2026-03-24 16:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 36348d06-1a39-5c75-9888-2d79aad647b4 with identifier: 6990788auction110895
2026-03-24 16:06:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 36348d06-1a39-5c75-9888-2d79aad647b4 with identifier: 6990788auction110895
2026-03-24 16:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 36348d06-1a39-5c75-9888-2d79aad647b4 with identifier: 6990788auction110895 to the API
2026-03-24 16:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990788>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '36348d06-1a39-5c75-9888-2d79aad647b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990788',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 112621,
'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': 'Karoq Style 2.0 TDI 110KW MT6 E6d',
'transmission': 'manual',
'trim': 'Style 2.0 TDI 110KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-24 16:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990788auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:02 [ecarstrade.de] INFO: Saving data for 6990788auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272954.743053, 'last_price_update_time': 1774368362.154556}
2026-03-24 16:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990788auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990783> (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-24 16:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_006/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995033)
2026-03-24 16:06:03 [ecarstrade.de] INFO: Extracting details for car 6990783auction110895
2026-03-24 16:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996815> (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-24 16:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6708d864-4ab7-5577-857e-91ab3a04638e with identifier: 6990783auction110895
2026-03-24 16:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6708d864-4ab7-5577-857e-91ab3a04638e with scrape type 2
2026-03-24 16:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6708d864-4ab7-5577-857e-91ab3a04638e with scrape type 2
2026-03-24 16:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6708d864-4ab7-5577-857e-91ab3a04638e, identifier: 6990783auction110895
2026-03-24 16:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6708d864-4ab7-5577-857e-91ab3a04638e with identifier: 6990783auction110895
2026-03-24 16:06:03 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6708d864-4ab7-5577-857e-91ab3a04638e with identifier: 6990783auction110895
2026-03-24 16:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6708d864-4ab7-5577-857e-91ab3a04638e with identifier: 6990783auction110895 to the API
2026-03-24 16:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990783>
{'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-25T12:40:00Z',
'fuel_type': 'Electric',
'id': '6708d864-4ab7-5577-857e-91ab3a04638e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990783',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Opel',
'model': 'Movano',
'odometer': 16150,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 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-24 16:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990783auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:03 [ecarstrade.de] INFO: Saving data for 6990783auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272864.829906, 'last_price_update_time': 1774368363.846077}
2026-03-24 16:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990783auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:03 [ecarstrade.de] INFO: Extracting details for car 6996815auction110976
2026-03-24 16:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_005/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995033)
2026-03-24 16:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976
2026-03-24 16:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with scrape type 1
2026-03-24 16:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8f38b1b1-0b01-5a96-ad22-e001b735dc38
2026-03-24 16:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996815%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996815/photo_001/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_003/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995033)
2026-03-24 16:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_002/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995033)
2026-03-24 16:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_001/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995033)
2026-03-24 16:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_004/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995033)
2026-03-24 16:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4
2026-03-24 16:06:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a64f38c0-adb1-5893-bd7e-9f601fa6b3a4, skipping ID generation
2026-03-24 16:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 with scrape type 1
2026-03-24 16:06:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 sending to next pipeline
2026-03-24 16:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a64f38c0-adb1-5893-bd7e-9f601fa6b3a4, identifier: 6995033auction110952
2026-03-24 16:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 with identifier: 6995033auction110952
2026-03-24 16:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 with identifier: 6995033auction110952
2026-03-24 16:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a64f38c0-adb1-5893-bd7e-9f601fa6b3a4 with identifier: 6995033auction110952 to the API
2026-03-24 16:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995033/photo_004/780x0__r.jpg?hash=1774342939>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'a64f38c0-adb1-5893-bd7e-9f601fa6b3a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995033',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 14542,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumpy Kasten Club XS 1.5 BlueHDi 75KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten Club XS 1.5 BlueHDi 75KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-24 16:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995033auction110952%27 HTTP/1.1" 200 None
2026-03-24 16:06:04 [ecarstrade.de] INFO: Saving data for 6995033auction110952: {'created_time': 1774368364.592176, 'last_price_update_time': 1774368364.59219, 'auction_closing_time': 1774431600.0}
2026-03-24 16:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995033auction110952') HTTP/1.1" 204 0
2026-03-24 16:06:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990781> (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-24 16:06:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:05 [ecarstrade.de] INFO: Extracting details for car 6990781auction110895
2026-03-24 16:06:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5e0b578-0571-503d-9591-5724a6f9ff7c with identifier: 6990781auction110895
2026-03-24 16:06:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5e0b578-0571-503d-9591-5724a6f9ff7c with scrape type 2
2026-03-24 16:06:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5e0b578-0571-503d-9591-5724a6f9ff7c with scrape type 2
2026-03-24 16:06:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c5e0b578-0571-503d-9591-5724a6f9ff7c, identifier: 6990781auction110895
2026-03-24 16:06:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c5e0b578-0571-503d-9591-5724a6f9ff7c with identifier: 6990781auction110895
2026-03-24 16:06:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c5e0b578-0571-503d-9591-5724a6f9ff7c with identifier: 6990781auction110895
2026-03-24 16:06:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c5e0b578-0571-503d-9591-5724a6f9ff7c with identifier: 6990781auction110895 to the API
2026-03-24 16:06:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990781>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'c5e0b578-0571-503d-9591-5724a6f9ff7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990781',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 6034,
'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': 'OPEL Corsa 1.2 Direct Injection Turbo Start/Stop Elegance 5d 74kW',
'transmission': 'manual',
'trim': 'OPEL 1.2 Direct Injection Turbo Start/Stop Elegance 5d 74kW',
'vin': None,
'year': 2022}
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990781auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:06 [ecarstrade.de] INFO: Saving data for 6990781auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272945.090035, 'last_price_update_time': 1774368366.061544}
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990781auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990771> (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-24 16:06:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:06 [ecarstrade.de] INFO: Extracting details for car 6990771auction110895
2026-03-24 16:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ac818f-4807-5e36-93cf-9a2fab32a061 with identifier: 6990771auction110895
2026-03-24 16:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ac818f-4807-5e36-93cf-9a2fab32a061 with scrape type 2
2026-03-24 16:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ac818f-4807-5e36-93cf-9a2fab32a061 with scrape type 2
2026-03-24 16:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 50ac818f-4807-5e36-93cf-9a2fab32a061, identifier: 6990771auction110895
2026-03-24 16:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 50ac818f-4807-5e36-93cf-9a2fab32a061 with identifier: 6990771auction110895
2026-03-24 16:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 50ac818f-4807-5e36-93cf-9a2fab32a061 with identifier: 6990771auction110895
2026-03-24 16:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 50ac818f-4807-5e36-93cf-9a2fab32a061 with identifier: 6990771auction110895 to the API
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990771>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '50ac818f-4807-5e36-93cf-9a2fab32a061',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990771',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 167078,
'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': 'Range Rover Velar S 2.0 150KW AT8 E6d',
'transmission': 'automatic',
'trim': 'S 2.0 150KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990771auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:06 [ecarstrade.de] INFO: Saving data for 6990771auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272852.677821, 'last_price_update_time': 1774368366.78631}
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990771auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:07 [scrapy.extensions.logstats] INFO: Crawled 30 pages (at 15 pages/min), scraped 23 items (at 14 items/min)
2026-03-24 16:06:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 242MiB
2026-03-24 16:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990807> (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-24 16:06:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:08 [ecarstrade.de] INFO: Extracting details for car 6990807auction110895
2026-03-24 16:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afed0f04-c97a-52eb-8ed0-a7b13a686900 with identifier: 6990807auction110895
2026-03-24 16:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afed0f04-c97a-52eb-8ed0-a7b13a686900 with scrape type 2
2026-03-24 16:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afed0f04-c97a-52eb-8ed0-a7b13a686900 with scrape type 2
2026-03-24 16:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: afed0f04-c97a-52eb-8ed0-a7b13a686900, identifier: 6990807auction110895
2026-03-24 16:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: afed0f04-c97a-52eb-8ed0-a7b13a686900 with identifier: 6990807auction110895
2026-03-24 16:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: afed0f04-c97a-52eb-8ed0-a7b13a686900 with identifier: 6990807auction110895
2026-03-24 16:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: afed0f04-c97a-52eb-8ed0-a7b13a686900 with identifier: 6990807auction110895 to the API
2026-03-24 16:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990807>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'afed0f04-c97a-52eb-8ed0-a7b13a686900',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990807',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Volvo',
'model': 'V60',
'odometer': 178344,
'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': 5,
'seller_name': None,
'title': 'VOLVO V60 T8 AWD Twin Engine Geartronic R-Design 5d 223kW',
'transmission': 'automatic',
'trim': 'VOLVO T8 AWD Twin Engine Geartronic R-Design 5d 223kW',
'vin': None,
'year': 2020}
2026-03-24 16:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990807auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:08 [ecarstrade.de] INFO: Saving data for 6990807auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272947.702334, 'last_price_update_time': 1774368368.432778}
2026-03-24 16:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990807auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990780> (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-24 16:06:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:09 [ecarstrade.de] INFO: Extracting details for car 6990780auction110895
2026-03-24 16:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa with identifier: 6990780auction110895
2026-03-24 16:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa with scrape type 2
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa with scrape type 2
2026-03-24 16:06:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa, identifier: 6990780auction110895
2026-03-24 16:06:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa with identifier: 6990780auction110895
2026-03-24 16:06:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa with identifier: 6990780auction110895
2026-03-24 16:06:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0207a27d-ddd6-5e9a-bad7-e34f0a0371fa with identifier: 6990780auction110895 to the API
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990780>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '0207a27d-ddd6-5e9a-bad7-e34f0a0371fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990780',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 142428,
'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': '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': 2021}
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990780auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:09 [ecarstrade.de] INFO: Saving data for 6990780auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272860.940896, 'last_price_update_time': 1774368369.711425}
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990780auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996790> (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-24 16:06:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996815/photo_001/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996815)
2026-03-24 16:06:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:09 [ecarstrade.de] INFO: Extracting details for car 6996790auction110976
2026-03-24 16:06:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976
2026-03-24 16:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b7799b-310d-5a44-a960-6d6157548566 with scrape type 1
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996790%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361161%27 HTTP/1.1" 200 None
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_001/780x0__r.jpg?hash=1774361161 not downloaded yet
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996790%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361162%27 HTTP/1.1" 200 None
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_002/780x0__r.jpg?hash=1774361162 not downloaded yet
2026-03-24 16:06:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996790%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361162%27 HTTP/1.1" 200 None
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_003/780x0__r.jpg?hash=1774361162 not downloaded yet
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f38b1b1-0b01-5a96-ad22-e001b735dc38
2026-03-24 16:06:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f38b1b1-0b01-5a96-ad22-e001b735dc38, skipping ID generation
2026-03-24 16:06:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with scrape type 1
2026-03-24 16:06:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f38b1b1-0b01-5a96-ad22-e001b735dc38 sending to next pipeline
2026-03-24 16:06:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8f38b1b1-0b01-5a96-ad22-e001b735dc38, identifier: 6996815auction110976
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996790%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361162%27 HTTP/1.1" 200 None
2026-03-24 16:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_004/780x0__r.jpg?hash=1774361162 not downloaded yet
2026-03-24 16:06:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976
2026-03-24 16:06:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976
2026-03-24 16:06:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8f38b1b1-0b01-5a96-ad22-e001b735dc38 with identifier: 6996815auction110976 to the API
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996815/photo_001/780x0__r.jpg?hash=1774361214>
{'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': 1,
'photos': [],
'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-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:10 [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-24 16:06:10 [ecarstrade.de] INFO: Saving data for 6996815auction110976: {'created_time': 1774368370.434515, 'last_price_update_time': 1774368370.434527, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996815auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996790%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361162%27 HTTP/1.1" 200 None
2026-03-24 16:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_005/780x0__r.jpg?hash=1774361162 not downloaded yet
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996790%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361162%27 HTTP/1.1" 200 None
2026-03-24 16:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_006/780x0__r.jpg?hash=1774361162 not downloaded yet
2026-03-24 16:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996792> (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-24 16:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:11 [ecarstrade.de] INFO: Extracting details for car 6996792auction110976
2026-03-24 16:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976
2026-03-24 16:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10d98410-1295-59df-aa7f-007e1f410ece with scrape type 1
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996792%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361168%27 HTTP/1.1" 200 None
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_001/780x0__r.jpg?hash=1774361168 not downloaded yet
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996792%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361168%27 HTTP/1.1" 200 None
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_002/780x0__r.jpg?hash=1774361168 not downloaded yet
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996792%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361168%27 HTTP/1.1" 200 None
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_003/780x0__r.jpg?hash=1774361168 not downloaded yet
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996792%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361168%27 HTTP/1.1" 200 None
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_004/780x0__r.jpg?hash=1774361168 not downloaded yet
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996792%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361170%27 HTTP/1.1" 200 None
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_005/780x0__r.jpg?hash=1774361170 not downloaded yet
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996792%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361168%27 HTTP/1.1" 200 None
2026-03-24 16:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_006/780x0__r.jpg?hash=1774361168 not downloaded yet
2026-03-24 16:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996793> (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-24 16:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:14 [ecarstrade.de] INFO: Extracting details for car 6996793auction110976
2026-03-24 16:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976
2026-03-24 16:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0890d5cc-7e63-58ed-93cb-051633802529 with scrape type 1
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996793%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361170%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_001/780x0__r.jpg?hash=1774361170 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996793%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361170%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_002/780x0__r.jpg?hash=1774361170 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996793%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361170%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_003/780x0__r.jpg?hash=1774361170 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996793%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361170%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_004/780x0__r.jpg?hash=1774361170 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996793%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_005/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996793%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361170%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_006/780x0__r.jpg?hash=1774361170 not downloaded yet
2026-03-24 16:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996808> (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-24 16:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996799> (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-24 16:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:14 [ecarstrade.de] INFO: Extracting details for car 6996808auction110976
2026-03-24 16:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976
2026-03-24 16:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4df5740-0c1c-536f-a2eb-1e722463e840 with scrape type 1
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item a4df5740-0c1c-536f-a2eb-1e722463e840
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996808%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361208%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996808/photo_001/780x0__r.jpg?hash=1774361208 not downloaded yet
2026-03-24 16:06:14 [ecarstrade.de] INFO: Extracting details for car 6996799auction110976
2026-03-24 16:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976
2026-03-24 16:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1589c8-235f-5428-81a1-ad03eb379c7b with scrape type 1
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996799%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361183%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_001/780x0__r.jpg?hash=1774361183 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996799%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361183%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_002/780x0__r.jpg?hash=1774361183 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996799%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361184%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_003/780x0__r.jpg?hash=1774361184 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996799%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361183%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_004/780x0__r.jpg?hash=1774361183 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996799%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361183%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_005/780x0__r.jpg?hash=1774361183 not downloaded yet
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996799%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361183%27 HTTP/1.1" 200 None
2026-03-24 16:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_006/780x0__r.jpg?hash=1774361183 not downloaded yet
2026-03-24 16:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996814> (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-24 16:06:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:15 [ecarstrade.de] INFO: Extracting details for car 6996814auction110976
2026-03-24 16:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976
2026-03-24 16:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf1c871-5ef6-510d-8fc8-98c5555466d3 with scrape type 1
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996814%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_001/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996814%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_002/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996814%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_003/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996814%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_004/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996814%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_005/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996814%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361214%27 HTTP/1.1" 200 None
2026-03-24 16:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_006/780x0__r.jpg?hash=1774361214 not downloaded yet
2026-03-24 16:06:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996813> (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-24 16:06:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:16 [ecarstrade.de] INFO: Extracting details for car 6996813auction110976
2026-03-24 16:06:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ef60ab-601c-565d-9cb5-5c74642a9965 with identifier: 6996813auction110976
2026-03-24 16:06:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ef60ab-601c-565d-9cb5-5c74642a9965 with scrape type 1
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996813%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361211%27 HTTP/1.1" 200 None
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_001/780x0__r.jpg?hash=1774361211 not downloaded yet
2026-03-24 16:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996813%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361212%27 HTTP/1.1" 200 None
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_002/780x0__r.jpg?hash=1774361212 not downloaded yet
2026-03-24 16:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996813%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361211%27 HTTP/1.1" 200 None
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_003/780x0__r.jpg?hash=1774361211 not downloaded yet
2026-03-24 16:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996813%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361211%27 HTTP/1.1" 200 None
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_004/780x0__r.jpg?hash=1774361211 not downloaded yet
2026-03-24 16:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996813%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361211%27 HTTP/1.1" 200 None
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_005/780x0__r.jpg?hash=1774361211 not downloaded yet
2026-03-24 16:06:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996813%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361211%27 HTTP/1.1" 200 None
2026-03-24 16:06:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_006/780x0__r.jpg?hash=1774361211 not downloaded yet
2026-03-24 16:06:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996816> (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-24 16:06:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:17 [ecarstrade.de] INFO: Extracting details for car 6996816auction110976
2026-03-24 16:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976
2026-03-24 16:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a90551-709b-5e0b-b3fe-c2287aab085c with scrape type 1
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996816%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361216%27 HTTP/1.1" 200 None
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_001/780x0__r.jpg?hash=1774361216 not downloaded yet
2026-03-24 16:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996816%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361216%27 HTTP/1.1" 200 None
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_002/780x0__r.jpg?hash=1774361216 not downloaded yet
2026-03-24 16:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996816%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361217%27 HTTP/1.1" 200 None
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_005/780x0__r.jpg?hash=1774361217 not downloaded yet
2026-03-24 16:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996816%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361217%27 HTTP/1.1" 200 None
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_006/780x0__r.jpg?hash=1774361217 not downloaded yet
2026-03-24 16:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996816%252Fphoto_009%252F780x0__r.jpg%253Fhash%3D1774361217%27 HTTP/1.1" 200 None
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_009/780x0__r.jpg?hash=1774361217 not downloaded yet
2026-03-24 16:06:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996816%252Fphoto_011%252F780x0__r.jpg%253Fhash%3D1774361217%27 HTTP/1.1" 200 None
2026-03-24 16:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_011/780x0__r.jpg?hash=1774361217 not downloaded yet
2026-03-24 16:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990769> (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-24 16:06:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:21 [ecarstrade.de] INFO: Extracting details for car 6990769auction110895
2026-03-24 16:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43a53d91-639f-5769-84c2-a96f147b3fe2 with identifier: 6990769auction110895
2026-03-24 16:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43a53d91-639f-5769-84c2-a96f147b3fe2 with scrape type 2
2026-03-24 16:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43a53d91-639f-5769-84c2-a96f147b3fe2 with scrape type 2
2026-03-24 16:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 43a53d91-639f-5769-84c2-a96f147b3fe2, identifier: 6990769auction110895
2026-03-24 16:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 43a53d91-639f-5769-84c2-a96f147b3fe2 with identifier: 6990769auction110895
2026-03-24 16:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 43a53d91-639f-5769-84c2-a96f147b3fe2 with identifier: 6990769auction110895
2026-03-24 16:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 43a53d91-639f-5769-84c2-a96f147b3fe2 with identifier: 6990769auction110895 to the API
2026-03-24 16:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990769>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '43a53d91-639f-5769-84c2-a96f147b3fe2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990769',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 124563,
'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 Cool&Connect 1.5 EcoBlue 70KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Turnier Cool&Connect 1.5 EcoBlue 70KW MT6 E6dT',
'vin': None,
'year': 2019}
2026-03-24 16:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990769auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:21 [ecarstrade.de] INFO: Saving data for 6990769auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272892.722688, 'last_price_update_time': 1774368381.606937}
2026-03-24 16:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990769auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990767> (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-24 16:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_006/780x0__r.jpg?hash=1774361162> (referer: https://ecarstrade.com/cars/6996790)
2026-03-24 16:06:26 [ecarstrade.de] INFO: Extracting details for car 6990767auction110895
2026-03-24 16:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a8c43bb-c6b0-5014-b418-1c9972371d6d with identifier: 6990767auction110895
2026-03-24 16:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a8c43bb-c6b0-5014-b418-1c9972371d6d with scrape type 2
2026-03-24 16:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a8c43bb-c6b0-5014-b418-1c9972371d6d with scrape type 2
2026-03-24 16:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1a8c43bb-c6b0-5014-b418-1c9972371d6d, identifier: 6990767auction110895
2026-03-24 16:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1a8c43bb-c6b0-5014-b418-1c9972371d6d with identifier: 6990767auction110895
2026-03-24 16:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1a8c43bb-c6b0-5014-b418-1c9972371d6d with identifier: 6990767auction110895
2026-03-24 16:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1a8c43bb-c6b0-5014-b418-1c9972371d6d with identifier: 6990767auction110895 to the API
2026-03-24 16:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990767>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '1a8c43bb-c6b0-5014-b418-1c9972371d6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990767',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 81267,
'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': 2,
'seller_name': None,
'title': 'FORD Transit Connect 200 L1 S&S Basis 3d 55kW',
'transmission': 'manual',
'trim': 'FORD 200 L1 S&S Basis 3d 55kW',
'vin': None,
'year': 2021}
2026-03-24 16:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990767auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:26 [ecarstrade.de] INFO: Saving data for 6990767auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272892.002091, 'last_price_update_time': 1774368386.929701}
2026-03-24 16:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990767auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_006/780x0__r.jpg?hash=1774361168> (referer: https://ecarstrade.com/cars/6996792)
2026-03-24 16:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_006/780x0__r.jpg?hash=1774361170> (referer: https://ecarstrade.com/cars/6996793)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_005/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996793)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_006/780x0__r.jpg?hash=1774361183> (referer: https://ecarstrade.com/cars/6996799)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_006/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996814)
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_006/780x0__r.jpg?hash=1774361211> (referer: https://ecarstrade.com/cars/6996813)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_011/780x0__r.jpg?hash=1774361217> (referer: https://ecarstrade.com/cars/6996816)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_009/780x0__r.jpg?hash=1774361217> (referer: https://ecarstrade.com/cars/6996816)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_006/780x0__r.jpg?hash=1774361217> (referer: https://ecarstrade.com/cars/6996816)
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_005/780x0__r.jpg?hash=1774361217> (referer: https://ecarstrade.com/cars/6996816)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_002/780x0__r.jpg?hash=1774361216> (referer: https://ecarstrade.com/cars/6996816)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_001/780x0__r.jpg?hash=1774361216> (referer: https://ecarstrade.com/cars/6996816)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_005/780x0__r.jpg?hash=1774361211> (referer: https://ecarstrade.com/cars/6996813)
2026-03-24 16:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_004/780x0__r.jpg?hash=1774361211> (referer: https://ecarstrade.com/cars/6996813)
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c5a90551-709b-5e0b-b3fe-c2287aab085c
2026-03-24 16:06:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c5a90551-709b-5e0b-b3fe-c2287aab085c, skipping ID generation
2026-03-24 16:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5a90551-709b-5e0b-b3fe-c2287aab085c with scrape type 1
2026-03-24 16:06:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c5a90551-709b-5e0b-b3fe-c2287aab085c sending to next pipeline
2026-03-24 16:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c5a90551-709b-5e0b-b3fe-c2287aab085c, identifier: 6996816auction110976
2026-03-24 16:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976
2026-03-24 16:06:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976
2026-03-24 16:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c5a90551-709b-5e0b-b3fe-c2287aab085c with identifier: 6996816auction110976 to the API
2026-03-24 16:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996816/photo_001/780x0__r.jpg?hash=1774361216>
{'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': 6,
'photos': [],
'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-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:29 [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-24 16:06:29 [ecarstrade.de] INFO: Saving data for 6996816auction110976: {'created_time': 1774368389.130506, 'last_price_update_time': 1774368389.130517, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996816auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990782> (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-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_003/780x0__r.jpg?hash=1774361211> (referer: https://ecarstrade.com/cars/6996813)
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_001/780x0__r.jpg?hash=1774361211> (referer: https://ecarstrade.com/cars/6996813)
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_002/780x0__r.jpg?hash=1774361212> (referer: https://ecarstrade.com/cars/6996813)
2026-03-24 16:06:29 [ecarstrade.de] INFO: Extracting details for car 6990782auction110895
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_005/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996814)
2026-03-24 16:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2785e643-19a0-574e-990e-75af0c216d1a with identifier: 6990782auction110895
2026-03-24 16:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2785e643-19a0-574e-990e-75af0c216d1a with scrape type 2
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2785e643-19a0-574e-990e-75af0c216d1a with scrape type 2
2026-03-24 16:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2785e643-19a0-574e-990e-75af0c216d1a, identifier: 6990782auction110895
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2785e643-19a0-574e-990e-75af0c216d1a with identifier: 6990782auction110895
2026-03-24 16:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2785e643-19a0-574e-990e-75af0c216d1a with identifier: 6990782auction110895
2026-03-24 16:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2785e643-19a0-574e-990e-75af0c216d1a with identifier: 6990782auction110895 to the API
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990782>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '2785e643-19a0-574e-990e-75af0c216d1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990782',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 151362,
'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': 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-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990782auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:29 [ecarstrade.de] INFO: Saving data for 6990782auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272862.806063, 'last_price_update_time': 1774368389.757955}
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990782auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_004/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996814)
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_003/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996814)
2026-03-24 16:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990763> (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-24 16:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02ef60ab-601c-565d-9cb5-5c74642a9965
2026-03-24 16:06:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02ef60ab-601c-565d-9cb5-5c74642a9965, skipping ID generation
2026-03-24 16:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ef60ab-601c-565d-9cb5-5c74642a9965 with scrape type 1
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02ef60ab-601c-565d-9cb5-5c74642a9965 sending to next pipeline
2026-03-24 16:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 02ef60ab-601c-565d-9cb5-5c74642a9965, identifier: 6996813auction110976
2026-03-24 16:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 02ef60ab-601c-565d-9cb5-5c74642a9965 with identifier: 6996813auction110976
2026-03-24 16:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 02ef60ab-601c-565d-9cb5-5c74642a9965 with identifier: 6996813auction110976
2026-03-24 16:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 02ef60ab-601c-565d-9cb5-5c74642a9965 with identifier: 6996813auction110976 to the API
2026-03-24 16:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996813/photo_002/780x0__r.jpg?hash=1774361212>
{'auction_title': '',
'c_o_2_emission_value': 136,
'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': '02ef60ab-601c-565d-9cb5-5c74642a9965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996813',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 190964,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'GLC -Klasse GLC 220 d 4Matic (254.605)AMG AMG Line 162KW AT9 E6d',
'transmission': 'automatic',
'trim': 'GLC -Klasse d 4Matic (254.605)AMG AMG Line 162KW AT9 E6d',
'vin': None,
'year': 2023}
2026-03-24 16:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996813auction110976%27 HTTP/1.1" 200 None
2026-03-24 16:06:31 [ecarstrade.de] INFO: Saving data for 6996813auction110976: {'created_time': 1774368391.676334, 'last_price_update_time': 1774368391.676393, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996813auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_002/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996814)
2026-03-24 16:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_001/780x0__r.jpg?hash=1774361214> (referer: https://ecarstrade.com/cars/6996814)
2026-03-24 16:06:31 [ecarstrade.de] INFO: Extracting details for car 6990763auction110895
2026-03-24 16:06:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1484b43-22ab-5890-8b4b-7e97f6ebe12b with identifier: 6990763auction110895
2026-03-24 16:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1484b43-22ab-5890-8b4b-7e97f6ebe12b with scrape type 2
2026-03-24 16:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1484b43-22ab-5890-8b4b-7e97f6ebe12b with scrape type 2
2026-03-24 16:06:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f1484b43-22ab-5890-8b4b-7e97f6ebe12b, identifier: 6990763auction110895
2026-03-24 16:06:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f1484b43-22ab-5890-8b4b-7e97f6ebe12b with identifier: 6990763auction110895
2026-03-24 16:06:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f1484b43-22ab-5890-8b4b-7e97f6ebe12b with identifier: 6990763auction110895
2026-03-24 16:06:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f1484b43-22ab-5890-8b4b-7e97f6ebe12b with identifier: 6990763auction110895 to the API
2026-03-24 16:06:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990763>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'f1484b43-22ab-5890-8b4b-7e97f6ebe12b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990763',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 134010,
'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': '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-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990763auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:32 [ecarstrade.de] INFO: Saving data for 6990763auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272894.911237, 'last_price_update_time': 1774368392.093095}
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990763auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_003/780x0__r.jpg?hash=1774361184> (referer: https://ecarstrade.com/cars/6996799)
2026-03-24 16:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_004/780x0__r.jpg?hash=1774361183> (referer: https://ecarstrade.com/cars/6996799)
2026-03-24 16:06:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item edf1c871-5ef6-510d-8fc8-98c5555466d3
2026-03-24 16:06:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: edf1c871-5ef6-510d-8fc8-98c5555466d3, skipping ID generation
2026-03-24 16:06:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf1c871-5ef6-510d-8fc8-98c5555466d3 with scrape type 1
2026-03-24 16:06:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item edf1c871-5ef6-510d-8fc8-98c5555466d3 sending to next pipeline
2026-03-24 16:06:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: edf1c871-5ef6-510d-8fc8-98c5555466d3, identifier: 6996814auction110976
2026-03-24 16:06:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976
2026-03-24 16:06:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976
2026-03-24 16:06:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: edf1c871-5ef6-510d-8fc8-98c5555466d3 with identifier: 6996814auction110976 to the API
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:06:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996814/photo_001/780x0__r.jpg?hash=1774361214>
{'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': 6,
'photos': [],
'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-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:32 [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-24 16:06:32 [ecarstrade.de] INFO: Saving data for 6996814auction110976: {'created_time': 1774368392.941334, 'last_price_update_time': 1774368392.941347, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996814auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_002/780x0__r.jpg?hash=1774361183> (referer: https://ecarstrade.com/cars/6996799)
2026-03-24 16:06:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_001/780x0__r.jpg?hash=1774361183> (referer: https://ecarstrade.com/cars/6996799)
2026-03-24 16:06:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_004/780x0__r.jpg?hash=1774361170> (referer: https://ecarstrade.com/cars/6996793)
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996808/photo_001/780x0__r.jpg?hash=1774361208> (referer: https://ecarstrade.com/cars/6996808)
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_005/780x0__r.jpg?hash=1774361183> (referer: https://ecarstrade.com/cars/6996799)
2026-03-24 16:06:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_002/780x0__r.jpg?hash=1774361170> (referer: https://ecarstrade.com/cars/6996793)
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_003/780x0__r.jpg?hash=1774361170> (referer: https://ecarstrade.com/cars/6996793)
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_001/780x0__r.jpg?hash=1774361170> (referer: https://ecarstrade.com/cars/6996793)
2026-03-24 16:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_005/780x0__r.jpg?hash=1774361170> (referer: https://ecarstrade.com/cars/6996792)
2026-03-24 16:06:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a4df5740-0c1c-536f-a2eb-1e722463e840
2026-03-24 16:06:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a4df5740-0c1c-536f-a2eb-1e722463e840, skipping ID generation
2026-03-24 16:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4df5740-0c1c-536f-a2eb-1e722463e840 with scrape type 1
2026-03-24 16:06:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a4df5740-0c1c-536f-a2eb-1e722463e840 sending to next pipeline
2026-03-24 16:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a4df5740-0c1c-536f-a2eb-1e722463e840, identifier: 6996808auction110976
2026-03-24 16:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976
2026-03-24 16:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976
2026-03-24 16:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a4df5740-0c1c-536f-a2eb-1e722463e840 with identifier: 6996808auction110976 to the API
2026-03-24 16:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996808/photo_001/780x0__r.jpg?hash=1774361208>
{'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': 1,
'photos': [],
'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-24 16:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:35 [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-24 16:06:35 [ecarstrade.de] INFO: Saving data for 6996808auction110976: {'created_time': 1774368395.046341, 'last_price_update_time': 1774368395.046352, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996808auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_004/780x0__r.jpg?hash=1774361168> (referer: https://ecarstrade.com/cars/6996792)
2026-03-24 16:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_003/780x0__r.jpg?hash=1774361168> (referer: https://ecarstrade.com/cars/6996792)
2026-03-24 16:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_002/780x0__r.jpg?hash=1774361168> (referer: https://ecarstrade.com/cars/6996792)
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a1589c8-235f-5428-81a1-ad03eb379c7b
2026-03-24 16:06:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a1589c8-235f-5428-81a1-ad03eb379c7b, skipping ID generation
2026-03-24 16:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a1589c8-235f-5428-81a1-ad03eb379c7b with scrape type 1
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a1589c8-235f-5428-81a1-ad03eb379c7b sending to next pipeline
2026-03-24 16:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8a1589c8-235f-5428-81a1-ad03eb379c7b, identifier: 6996799auction110976
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0890d5cc-7e63-58ed-93cb-051633802529
2026-03-24 16:06:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0890d5cc-7e63-58ed-93cb-051633802529, skipping ID generation
2026-03-24 16:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0890d5cc-7e63-58ed-93cb-051633802529 with scrape type 1
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0890d5cc-7e63-58ed-93cb-051633802529 sending to next pipeline
2026-03-24 16:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0890d5cc-7e63-58ed-93cb-051633802529, identifier: 6996793auction110976
2026-03-24 16:06:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_005/780x0__r.jpg?hash=1774361162> (referer: https://ecarstrade.com/cars/6996790)
2026-03-24 16:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976
2026-03-24 16:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976
2026-03-24 16:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8a1589c8-235f-5428-81a1-ad03eb379c7b with identifier: 6996799auction110976 to the API
2026-03-24 16:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996799/photo_005/780x0__r.jpg?hash=1774361183>
{'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': 6,
'photos': [],
'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-24 16:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:36 [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-24 16:06:36 [ecarstrade.de] INFO: Saving data for 6996799auction110976: {'created_time': 1774368396.966712, 'last_price_update_time': 1774368396.966722, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996799auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976
2026-03-24 16:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976
2026-03-24 16:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0890d5cc-7e63-58ed-93cb-051633802529 with identifier: 6996793auction110976 to the API
2026-03-24 16:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996793/photo_001/780x0__r.jpg?hash=1774361170>
{'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': 6,
'photos': [],
'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-24 16:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:37 [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-24 16:06:37 [ecarstrade.de] INFO: Saving data for 6996793auction110976: {'created_time': 1774368397.45936, 'last_price_update_time': 1774368397.459372, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996793auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_001/780x0__r.jpg?hash=1774361168> (referer: https://ecarstrade.com/cars/6996792)
2026-03-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_004/780x0__r.jpg?hash=1774361162> (referer: https://ecarstrade.com/cars/6996790)
2026-03-24 16:06:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990787> (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-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990764> (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-24 16:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_001/780x0__r.jpg?hash=1774361161> (referer: https://ecarstrade.com/cars/6996790)
2026-03-24 16:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_003/780x0__r.jpg?hash=1774361162> (referer: https://ecarstrade.com/cars/6996790)
2026-03-24 16:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_002/780x0__r.jpg?hash=1774361162> (referer: https://ecarstrade.com/cars/6996790)
2026-03-24 16:06:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 10d98410-1295-59df-aa7f-007e1f410ece
2026-03-24 16:06:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 10d98410-1295-59df-aa7f-007e1f410ece, skipping ID generation
2026-03-24 16:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10d98410-1295-59df-aa7f-007e1f410ece with scrape type 1
2026-03-24 16:06:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 10d98410-1295-59df-aa7f-007e1f410ece sending to next pipeline
2026-03-24 16:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 10d98410-1295-59df-aa7f-007e1f410ece, identifier: 6996792auction110976
2026-03-24 16:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976
2026-03-24 16:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976
2026-03-24 16:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 10d98410-1295-59df-aa7f-007e1f410ece with identifier: 6996792auction110976 to the API
2026-03-24 16:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996792/photo_001/780x0__r.jpg?hash=1774361168>
{'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': 6,
'photos': [],
'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-24 16:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:38 [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-24 16:06:38 [ecarstrade.de] INFO: Saving data for 6996792auction110976: {'created_time': 1774368398.230519, 'last_price_update_time': 1774368398.230528, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996792auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:38 [ecarstrade.de] INFO: Extracting details for car 6990787auction110895
2026-03-24 16:06:38 [ecarstrade.de] INFO: Extracting details for car 6990764auction110895
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abf1c3b0-ad6a-5dde-894b-09f223d8901c with identifier: 6990787auction110895
2026-03-24 16:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abf1c3b0-ad6a-5dde-894b-09f223d8901c with scrape type 2
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abf1c3b0-ad6a-5dde-894b-09f223d8901c with scrape type 2
2026-03-24 16:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: abf1c3b0-ad6a-5dde-894b-09f223d8901c, identifier: 6990787auction110895
2026-03-24 16:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db03391a-40ac-54d0-b9ad-df31f54f42cc with identifier: 6990764auction110895
2026-03-24 16:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db03391a-40ac-54d0-b9ad-df31f54f42cc with scrape type 2
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item db03391a-40ac-54d0-b9ad-df31f54f42cc with scrape type 2
2026-03-24 16:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: db03391a-40ac-54d0-b9ad-df31f54f42cc, identifier: 6990764auction110895
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 09b7799b-310d-5a44-a960-6d6157548566
2026-03-24 16:06:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09b7799b-310d-5a44-a960-6d6157548566, skipping ID generation
2026-03-24 16:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b7799b-310d-5a44-a960-6d6157548566 with scrape type 1
2026-03-24 16:06:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09b7799b-310d-5a44-a960-6d6157548566 sending to next pipeline
2026-03-24 16:06:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 09b7799b-310d-5a44-a960-6d6157548566, identifier: 6996790auction110976
2026-03-24 16:06:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: abf1c3b0-ad6a-5dde-894b-09f223d8901c with identifier: 6990787auction110895
2026-03-24 16:06:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: abf1c3b0-ad6a-5dde-894b-09f223d8901c with identifier: 6990787auction110895
2026-03-24 16:06:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: abf1c3b0-ad6a-5dde-894b-09f223d8901c with identifier: 6990787auction110895 to the API
2026-03-24 16:06:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990787>
{'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-25T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'abf1c3b0-ad6a-5dde-894b-09f223d8901c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990787',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 23728,
'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-24 16:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990787auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:39 [ecarstrade.de] INFO: Saving data for 6990787auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272862.339997, 'last_price_update_time': 1774368399.731241}
2026-03-24 16:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990787auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: db03391a-40ac-54d0-b9ad-df31f54f42cc with identifier: 6990764auction110895
2026-03-24 16:06:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: db03391a-40ac-54d0-b9ad-df31f54f42cc with identifier: 6990764auction110895
2026-03-24 16:06:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: db03391a-40ac-54d0-b9ad-df31f54f42cc with identifier: 6990764auction110895 to the API
2026-03-24 16:06:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990764>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'db03391a-40ac-54d0-b9ad-df31f54f42cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990764',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 151317,
'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': 3,
'seller_name': None,
'title': 'Ducato Kasten 30 L1H1 RS: 3000 mm 140 2.3 Multijet 103KW AT9 E6dT',
'transmission': 'automatic',
'trim': 'Kasten 30 L1H1 RS: 3000 mm 140 2.3 Multijet 103KW AT9 E6dT',
'vin': None,
'year': 2021}
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990764auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:40 [ecarstrade.de] INFO: Saving data for 6990764auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272947.031627, 'last_price_update_time': 1774368400.036936}
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990764auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976
2026-03-24 16:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976
2026-03-24 16:06:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 09b7799b-310d-5a44-a960-6d6157548566 with identifier: 6996790auction110976 to the API
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996790/photo_002/780x0__r.jpg?hash=1774361162>
{'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': 6,
'photos': [],
'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-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:40 [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-24 16:06:40 [ecarstrade.de] INFO: Saving data for 6996790auction110976: {'created_time': 1774368400.737104, 'last_price_update_time': 1774368400.737114, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996790auction110976') HTTP/1.1" 204 0
2026-03-24 16:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990784> (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-24 16:06:43 [ecarstrade.de] INFO: Extracting details for car 6990784auction110895
2026-03-24 16:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f148c81-ae55-5c70-b801-3bbe00d73122 with identifier: 6990784auction110895
2026-03-24 16:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f148c81-ae55-5c70-b801-3bbe00d73122 with scrape type 2
2026-03-24 16:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f148c81-ae55-5c70-b801-3bbe00d73122 with scrape type 2
2026-03-24 16:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1f148c81-ae55-5c70-b801-3bbe00d73122, identifier: 6990784auction110895
2026-03-24 16:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1f148c81-ae55-5c70-b801-3bbe00d73122 with identifier: 6990784auction110895
2026-03-24 16:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1f148c81-ae55-5c70-b801-3bbe00d73122 with identifier: 6990784auction110895
2026-03-24 16:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1f148c81-ae55-5c70-b801-3bbe00d73122 with identifier: 6990784auction110895 to the API
2026-03-24 16:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990784>
{'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-25T12:40:00Z',
'fuel_type': 'Petrol',
'id': '1f148c81-ae55-5c70-b801-3bbe00d73122',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990784',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 28327,
'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 MT6 E6d',
'transmission': 'manual',
'trim': 'F Elegance 1.2 Turbo 74KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-24 16:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990784auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:44 [ecarstrade.de] INFO: Saving data for 6990784auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272946.350088, 'last_price_update_time': 1774368404.535745}
2026-03-24 16:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990784auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990762> (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-24 16:06:48 [ecarstrade.de] INFO: Extracting details for car 6990762auction110895
2026-03-24 16:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0966b1fb-2978-595b-9cb9-7a6d2fe864e4 with identifier: 6990762auction110895
2026-03-24 16:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0966b1fb-2978-595b-9cb9-7a6d2fe864e4 with scrape type 2
2026-03-24 16:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0966b1fb-2978-595b-9cb9-7a6d2fe864e4 with scrape type 2
2026-03-24 16:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0966b1fb-2978-595b-9cb9-7a6d2fe864e4, identifier: 6990762auction110895
2026-03-24 16:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0966b1fb-2978-595b-9cb9-7a6d2fe864e4 with identifier: 6990762auction110895
2026-03-24 16:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0966b1fb-2978-595b-9cb9-7a6d2fe864e4 with identifier: 6990762auction110895
2026-03-24 16:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0966b1fb-2978-595b-9cb9-7a6d2fe864e4 with identifier: 6990762auction110895 to the API
2026-03-24 16:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990762>
{'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-25T12:40:00Z',
'fuel_type': 'Diesel',
'id': '0966b1fb-2978-595b-9cb9-7a6d2fe864e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990762',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '320',
'odometer': 126066,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d Advantage 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d Advantage 2.0 140KW AT8 E6d',
'vin': None,
'year': 2020}
2026-03-24 16:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990762auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:48 [ecarstrade.de] INFO: Saving data for 6990762auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272948.846969, 'last_price_update_time': 1774368408.475725}
2026-03-24 16:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990762auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990766> (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-24 16:06:50 [ecarstrade.de] INFO: Extracting details for car 6990766auction110895
2026-03-24 16:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15950bea-ceac-59cd-856f-6287ef27baa6 with identifier: 6990766auction110895
2026-03-24 16:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15950bea-ceac-59cd-856f-6287ef27baa6 with scrape type 2
2026-03-24 16:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15950bea-ceac-59cd-856f-6287ef27baa6 with scrape type 2
2026-03-24 16:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 15950bea-ceac-59cd-856f-6287ef27baa6, identifier: 6990766auction110895
2026-03-24 16:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 15950bea-ceac-59cd-856f-6287ef27baa6 with identifier: 6990766auction110895
2026-03-24 16:06:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 15950bea-ceac-59cd-856f-6287ef27baa6 with identifier: 6990766auction110895
2026-03-24 16:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 15950bea-ceac-59cd-856f-6287ef27baa6 with identifier: 6990766auction110895 to the API
2026-03-24 16:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990766>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-25T12:40:00Z',
'fuel_type': 'Other',
'id': '15950bea-ceac-59cd-856f-6287ef27baa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990766',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 144818,
'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': '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-24 16:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990766auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:51 [ecarstrade.de] INFO: Saving data for 6990766auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272890.847273, 'last_price_update_time': 1774368411.227145}
2026-03-24 16:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990766auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990791> (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-24 16:06:51 [ecarstrade.de] INFO: Extracting details for car 6990791auction110895
2026-03-24 16:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ad1c14a-16cd-5126-a826-21acbcc0d424 with identifier: 6990791auction110895
2026-03-24 16:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ad1c14a-16cd-5126-a826-21acbcc0d424 with scrape type 2
2026-03-24 16:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ad1c14a-16cd-5126-a826-21acbcc0d424 with scrape type 2
2026-03-24 16:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9ad1c14a-16cd-5126-a826-21acbcc0d424, identifier: 6990791auction110895
2026-03-24 16:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9ad1c14a-16cd-5126-a826-21acbcc0d424 with identifier: 6990791auction110895
2026-03-24 16:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9ad1c14a-16cd-5126-a826-21acbcc0d424 with identifier: 6990791auction110895
2026-03-24 16:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9ad1c14a-16cd-5126-a826-21acbcc0d424 with identifier: 6990791auction110895 to the API
2026-03-24 16:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990791>
{'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-25T12:40:00Z',
'fuel_type': 'Petrol',
'id': '9ad1c14a-16cd-5126-a826-21acbcc0d424',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990791',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 76003,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 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-24 16:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990791auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:06:52 [ecarstrade.de] INFO: Saving data for 6990791auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774273013.228023, 'last_price_update_time': 1774368412.694341}
2026-03-24 16:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990791auction110895') HTTP/1.1" 204 0
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996845> (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-24 16:06:55 [ecarstrade.de] INFO: Extracting details for car 6996845auction110976
2026-03-24 16:06:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976
2026-03-24 16:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with scrape type 1
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996845%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361286%27 HTTP/1.1" 200 None
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_001/780x0__r.jpg?hash=1774361286 not downloaded yet
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996845%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361286%27 HTTP/1.1" 200 None
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_002/780x0__r.jpg?hash=1774361286 not downloaded yet
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996845%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361286%27 HTTP/1.1" 200 None
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_003/780x0__r.jpg?hash=1774361286 not downloaded yet
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996845%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361286%27 HTTP/1.1" 200 None
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_004/780x0__r.jpg?hash=1774361286 not downloaded yet
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996845%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361286%27 HTTP/1.1" 200 None
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_005/780x0__r.jpg?hash=1774361286 not downloaded yet
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06: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%252F6990001-7000000%252F6996845%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361287%27 HTTP/1.1" 200 None
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_006/780x0__r.jpg?hash=1774361287 not downloaded yet
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_001/780x0__r.jpg?hash=1774361286> (referer: https://ecarstrade.com/cars/6996845)
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_002/780x0__r.jpg?hash=1774361286> (referer: https://ecarstrade.com/cars/6996845)
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_003/780x0__r.jpg?hash=1774361286> (referer: https://ecarstrade.com/cars/6996845)
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_004/780x0__r.jpg?hash=1774361286> (referer: https://ecarstrade.com/cars/6996845)
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_005/780x0__r.jpg?hash=1774361286> (referer: https://ecarstrade.com/cars/6996845)
2026-03-24 16:06:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_006/780x0__r.jpg?hash=1774361287> (referer: https://ecarstrade.com/cars/6996845)
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6
2026-03-24 16:06:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6, skipping ID generation
2026-03-24 16:06:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with scrape type 1
2026-03-24 16:06:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 sending to next pipeline
2026-03-24 16:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6, identifier: 6996845auction110976
2026-03-24 16:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976
2026-03-24 16:06:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 16:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976
2026-03-24 16:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 88f44671-3c28-5e8c-98fd-479bc9ed4ee6 with identifier: 6996845auction110976 to the API
2026-03-24 16:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:06: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-24 16:06:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996845/photo_006/780x0__r.jpg?hash=1774361287>
{'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': 6,
'photos': [],
'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-24 16:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:56 [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-24 16:06:56 [ecarstrade.de] INFO: Saving data for 6996845auction110976: {'created_time': 1774368416.938145, 'last_price_update_time': 1774368416.938156, 'auction_closing_time': 1774622400.0}
2026-03-24 16:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:06:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996845auction110976') HTTP/1.1" 204 0
2026-03-24 16:07:07 [scrapy.extensions.logstats] INFO: Crawled 51 pages (at 21 pages/min), scraped 45 items (at 22 items/min)
2026-03-24 16:07:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 242MiB
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996796auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996796auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996794auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996794auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996809auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996809auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996842auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996842auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996821auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996821auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996823auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996823auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996836auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996836auction110976: 1
2026-03-24 16:07:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996795auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996795auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996797auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996797auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996806auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996806auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996824auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996824auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996811auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996811auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996837auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996837auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996835auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996835auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996801auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996801auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996832auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996832auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996828auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996828auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996831auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996831auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996826auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996826auction110976: 1
2026-03-24 16:07:14 [ecarstrade.de] INFO: Found listing with ID: 6996844auction110976
2026-03-24 16:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:14 [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-24 16:07:14 [ecarstrade.de] INFO: Scrape type for 6996844auction110976: 1
2026-03-24 16:07:21 [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-24 16:07:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found 18 car items
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996841auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996841auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996800auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996800auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996840auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996840auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996788auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996788auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996838auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996838auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996791auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996791auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996805auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996805auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996834auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996834auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996830auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996830auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996825auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996825auction110976%27 HTTP/1.1" 200 None
2026-03-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996825auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996807auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996807auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996839auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996839auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996820auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996820auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996802auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996802auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996819auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996819auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996804auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996804auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996803auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996803auction110976: 1
2026-03-24 16:07:22 [ecarstrade.de] INFO: Found listing with ID: 6996817auction110976
2026-03-24 16:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:22 [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-24 16:07:22 [ecarstrade.de] INFO: Scrape type for 6996817auction110976: 1
2026-03-24 16:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996842> (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-24 16:07:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:26 [ecarstrade.de] INFO: Extracting details for car 6996842auction110976
2026-03-24 16:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976
2026-03-24 16:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89df73f-3ad2-56b2-a17c-509d239ae37d with scrape type 1
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996842%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_001/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996842%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_002/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996842%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_003/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996842%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_004/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996842%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_005/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996842%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_006/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:07:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996809> (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-24 16:07:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:29 [ecarstrade.de] INFO: Extracting details for car 6996809auction110976
2026-03-24 16:07:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976
2026-03-24 16:07:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af1ba380-3303-556b-91c7-bb18ad5ad9fe with scrape type 1
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996809%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_001/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996809%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_002/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996809%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_003/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996809%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_004/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996809%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_005/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996809%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_006/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996836> (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-24 16:07:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:30 [ecarstrade.de] INFO: Extracting details for car 6996836auction110976
2026-03-24 16:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976
2026-03-24 16:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e08b45ed-91cb-5256-8d29-3955a244b2d1 with scrape type 1
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996836%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361268%27 HTTP/1.1" 200 None
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_001/780x0__r.jpg?hash=1774361268 not downloaded yet
2026-03-24 16:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996836%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361268%27 HTTP/1.1" 200 None
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_002/780x0__r.jpg?hash=1774361268 not downloaded yet
2026-03-24 16:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996836%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361268%27 HTTP/1.1" 200 None
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_003/780x0__r.jpg?hash=1774361268 not downloaded yet
2026-03-24 16:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996836%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361268%27 HTTP/1.1" 200 None
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_004/780x0__r.jpg?hash=1774361268 not downloaded yet
2026-03-24 16:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996836%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361268%27 HTTP/1.1" 200 None
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_005/780x0__r.jpg?hash=1774361268 not downloaded yet
2026-03-24 16:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996836%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361268%27 HTTP/1.1" 200 None
2026-03-24 16:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_006/780x0__r.jpg?hash=1774361268 not downloaded yet
2026-03-24 16:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996823> (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-24 16:07:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:33 [ecarstrade.de] INFO: Extracting details for car 6996823auction110976
2026-03-24 16:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976
2026-03-24 16:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with scrape type 1
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996823%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_001/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996823%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_002/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996823%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_003/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996823%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_004/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996823%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_005/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996823%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361244%27 HTTP/1.1" 200 None
2026-03-24 16:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_006/780x0__r.jpg?hash=1774361244 not downloaded yet
2026-03-24 16:07:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996824> (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-24 16:07:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:45 [ecarstrade.de] INFO: Extracting details for car 6996824auction110976
2026-03-24 16:07:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976
2026-03-24 16:07:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf95d212-062e-5202-998c-15bbf49eb9e0 with scrape type 1
2026-03-24 16:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item cf95d212-062e-5202-998c-15bbf49eb9e0
2026-03-24 16:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996824%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361245%27 HTTP/1.1" 200 None
2026-03-24 16:07:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996824/photo_001/780x0__r.jpg?hash=1774361245 not downloaded yet
2026-03-24 16:07:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996797> (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-24 16:07:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:47 [ecarstrade.de] INFO: Extracting details for car 6996797auction110976
2026-03-24 16:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976
2026-03-24 16:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da650172-4b35-5ba4-b3b9-9b58dff5446e with scrape type 1
2026-03-24 16:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:07:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996797%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361175%27 HTTP/1.1" 200 None
2026-03-24 16:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_001/780x0__r.jpg?hash=1774361175 not downloaded yet
2026-03-24 16:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996797%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361175%27 HTTP/1.1" 200 None
2026-03-24 16:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_002/780x0__r.jpg?hash=1774361175 not downloaded yet
2026-03-24 16:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996797%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361175%27 HTTP/1.1" 200 None
2026-03-24 16:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_003/780x0__r.jpg?hash=1774361175 not downloaded yet
2026-03-24 16:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996797%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361175%27 HTTP/1.1" 200 None
2026-03-24 16:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_004/780x0__r.jpg?hash=1774361175 not downloaded yet
2026-03-24 16:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996797%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361175%27 HTTP/1.1" 200 None
2026-03-24 16:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_005/780x0__r.jpg?hash=1774361175 not downloaded yet
2026-03-24 16:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996797%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361175%27 HTTP/1.1" 200 None
2026-03-24 16:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_006/780x0__r.jpg?hash=1774361175 not downloaded yet
2026-03-24 16:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996806> (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-24 16:07:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:49 [ecarstrade.de] INFO: Extracting details for car 6996806auction110976
2026-03-24 16:07:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976
2026-03-24 16:07:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440ab2db-9854-5cbb-8f22-470e94298366 with scrape type 1
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996806%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361196%27 HTTP/1.1" 200 None
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_001/780x0__r.jpg?hash=1774361196 not downloaded yet
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996806%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361196%27 HTTP/1.1" 200 None
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_002/780x0__r.jpg?hash=1774361196 not downloaded yet
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996806%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361196%27 HTTP/1.1" 200 None
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_003/780x0__r.jpg?hash=1774361196 not downloaded yet
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996806%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361196%27 HTTP/1.1" 200 None
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_004/780x0__r.jpg?hash=1774361196 not downloaded yet
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996806%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361196%27 HTTP/1.1" 200 None
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_005/780x0__r.jpg?hash=1774361196 not downloaded yet
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996806%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361196%27 HTTP/1.1" 200 None
2026-03-24 16:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_006/780x0__r.jpg?hash=1774361196 not downloaded yet
2026-03-24 16:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996795> (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-24 16:07:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:51 [ecarstrade.de] INFO: Extracting details for car 6996795auction110976
2026-03-24 16:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976
2026-03-24 16:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9eb924e-94a0-561b-8369-b29314ffc04e with scrape type 1
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996795%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_001/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996795%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_002/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996795%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_003/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996795%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_004/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996795%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_005/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996795%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_006/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996821> (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-24 16:07:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:07:56 [ecarstrade.de] INFO: Extracting details for car 6996821auction110976
2026-03-24 16:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976
2026-03-24 16:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with scrape type 1
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996821%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361240%27 HTTP/1.1" 200 None
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_001/780x0__r.jpg?hash=1774361240 not downloaded yet
2026-03-24 16:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996821%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361239%27 HTTP/1.1" 200 None
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_002/780x0__r.jpg?hash=1774361239 not downloaded yet
2026-03-24 16:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996821%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361240%27 HTTP/1.1" 200 None
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_003/780x0__r.jpg?hash=1774361240 not downloaded yet
2026-03-24 16:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996821%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361240%27 HTTP/1.1" 200 None
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_004/780x0__r.jpg?hash=1774361240 not downloaded yet
2026-03-24 16:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996821%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361239%27 HTTP/1.1" 200 None
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_005/780x0__r.jpg?hash=1774361239 not downloaded yet
2026-03-24 16:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:07: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%252F6990001-7000000%252F6996821%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361239%27 HTTP/1.1" 200 None
2026-03-24 16:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_006/780x0__r.jpg?hash=1774361239 not downloaded yet
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996844> (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-24 16:08:01 [ecarstrade.de] INFO: Extracting details for car 6996844auction110976
2026-03-24 16:08:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976
2026-03-24 16:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with scrape type 1
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996844%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361285%27 HTTP/1.1" 200 None
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_001/780x0__r.jpg?hash=1774361285 not downloaded yet
2026-03-24 16:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996844%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361285%27 HTTP/1.1" 200 None
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_002/780x0__r.jpg?hash=1774361285 not downloaded yet
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_006/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996842)
2026-03-24 16:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996844%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_003/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996844%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_004/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996844%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_005/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_006/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996809)
2026-03-24 16:08:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996844%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361284%27 HTTP/1.1" 200 None
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_006/780x0__r.jpg?hash=1774361284 not downloaded yet
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_006/780x0__r.jpg?hash=1774361268> (referer: https://ecarstrade.com/cars/6996836)
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_006/780x0__r.jpg?hash=1774361244> (referer: https://ecarstrade.com/cars/6996823)
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996824/photo_001/780x0__r.jpg?hash=1774361245> (referer: https://ecarstrade.com/cars/6996824)
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_006/780x0__r.jpg?hash=1774361175> (referer: https://ecarstrade.com/cars/6996797)
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:08:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_006/780x0__r.jpg?hash=1774361196> (referer: https://ecarstrade.com/cars/6996806)
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cf95d212-062e-5202-998c-15bbf49eb9e0
2026-03-24 16:08:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf95d212-062e-5202-998c-15bbf49eb9e0, skipping ID generation
2026-03-24 16:08:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf95d212-062e-5202-998c-15bbf49eb9e0 with scrape type 1
2026-03-24 16:08:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf95d212-062e-5202-998c-15bbf49eb9e0 sending to next pipeline
2026-03-24 16:08:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cf95d212-062e-5202-998c-15bbf49eb9e0, identifier: 6996824auction110976
2026-03-24 16:08:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976
2026-03-24 16:08:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976
2026-03-24 16:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cf95d212-062e-5202-998c-15bbf49eb9e0 with identifier: 6996824auction110976 to the API
2026-03-24 16:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996824/photo_001/780x0__r.jpg?hash=1774361245>
{'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': 1,
'photos': [],
'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-24 16:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:03 [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-24 16:08:03 [ecarstrade.de] INFO: Saving data for 6996824auction110976: {'created_time': 1774368483.859535, 'last_price_update_time': 1774368483.859546, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996824auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_006/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996795)
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_006/780x0__r.jpg?hash=1774361239> (referer: https://ecarstrade.com/cars/6996821)
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_002/780x0__r.jpg?hash=1774361285> (referer: https://ecarstrade.com/cars/6996844)
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_005/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996844)
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_006/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996844)
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_004/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996844)
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_003/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996844)
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_001/780x0__r.jpg?hash=1774361285> (referer: https://ecarstrade.com/cars/6996844)
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_005/780x0__r.jpg?hash=1774361239> (referer: https://ecarstrade.com/cars/6996821)
2026-03-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996811> (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-24 16:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_004/780x0__r.jpg?hash=1774361240> (referer: https://ecarstrade.com/cars/6996821)
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1
2026-03-24 16:08:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1, skipping ID generation
2026-03-24 16:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with scrape type 1
2026-03-24 16:08:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 sending to next pipeline
2026-03-24 16:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1, identifier: 6996844auction110976
2026-03-24 16:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976
2026-03-24 16:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976
2026-03-24 16:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fe4dcd54-ca53-5ea6-9a3e-c0ca9e1779b1 with identifier: 6996844auction110976 to the API
2026-03-24 16:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996844/photo_001/780x0__r.jpg?hash=1774361285>
{'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': 6,
'photos': [],
'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-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [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-24 16:08:06 [ecarstrade.de] INFO: Saving data for 6996844auction110976: {'created_time': 1774368486.020792, 'last_price_update_time': 1774368486.020807, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996844auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_002/780x0__r.jpg?hash=1774361239> (referer: https://ecarstrade.com/cars/6996821)
2026-03-24 16:08:06 [ecarstrade.de] INFO: Extracting details for car 6996811auction110976
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996817> (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-24 16:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976
2026-03-24 16:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with scrape type 1
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996811%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361208%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_001/780x0__r.jpg?hash=1774361208 not downloaded yet
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996811%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361208%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_002/780x0__r.jpg?hash=1774361208 not downloaded yet
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_001/780x0__r.jpg?hash=1774361240> (referer: https://ecarstrade.com/cars/6996821)
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996811%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361209%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_003/780x0__r.jpg?hash=1774361209 not downloaded yet
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996811%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361209%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_004/780x0__r.jpg?hash=1774361209 not downloaded yet
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996811%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361208%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_005/780x0__r.jpg?hash=1774361208 not downloaded yet
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_004/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996795)
2026-03-24 16:08:06 [ecarstrade.de] INFO: Extracting details for car 6996817auction110976
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996811%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361209%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_006/780x0__r.jpg?hash=1774361209 not downloaded yet
2026-03-24 16:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976
2026-03-24 16:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3689f2c-7cab-5196-abb5-02b510c714f0 with scrape type 1
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d3689f2c-7cab-5196-abb5-02b510c714f0
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996817%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996817/photo_001/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_003/780x0__r.jpg?hash=1774361240> (referer: https://ecarstrade.com/cars/6996821)
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_003/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996795)
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_001/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996795)
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_002/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996795)
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_005/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996795)
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_005/780x0__r.jpg?hash=1774361196> (referer: https://ecarstrade.com/cars/6996806)
2026-03-24 16:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_004/780x0__r.jpg?hash=1774361196> (referer: https://ecarstrade.com/cars/6996806)
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5
2026-03-24 16:08:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5, skipping ID generation
2026-03-24 16:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with scrape type 1
2026-03-24 16:08:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 sending to next pipeline
2026-03-24 16:08:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5, identifier: 6996821auction110976
2026-03-24 16:08:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976
2026-03-24 16:08:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976
2026-03-24 16:08:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 98d6142d-8dc1-50ac-9bd7-13fdfed435d5 with identifier: 6996821auction110976 to the API
2026-03-24 16:08:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996821/photo_003/780x0__r.jpg?hash=1774361240>
{'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': 6,
'photos': [],
'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-24 16:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:07 [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-24 16:08:07 [ecarstrade.de] INFO: Saving data for 6996821auction110976: {'created_time': 1774368487.669269, 'last_price_update_time': 1774368487.669285, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996821auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_003/780x0__r.jpg?hash=1774361196> (referer: https://ecarstrade.com/cars/6996806)
2026-03-24 16:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_001/780x0__r.jpg?hash=1774361208> (referer: https://ecarstrade.com/cars/6996811)
2026-03-24 16:08:07 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 22 pages/min), scraped 48 items (at 3 items/min)
2026-03-24 16:08:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 242MiB
2026-03-24 16:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_002/780x0__r.jpg?hash=1774361196> (referer: https://ecarstrade.com/cars/6996806)
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9eb924e-94a0-561b-8369-b29314ffc04e
2026-03-24 16:08:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9eb924e-94a0-561b-8369-b29314ffc04e, skipping ID generation
2026-03-24 16:08:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9eb924e-94a0-561b-8369-b29314ffc04e with scrape type 1
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9eb924e-94a0-561b-8369-b29314ffc04e sending to next pipeline
2026-03-24 16:08:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e9eb924e-94a0-561b-8369-b29314ffc04e, identifier: 6996795auction110976
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:08:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976
2026-03-24 16:08:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976
2026-03-24 16:08:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e9eb924e-94a0-561b-8369-b29314ffc04e with identifier: 6996795auction110976 to the API
2026-03-24 16:08:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996795/photo_005/780x0__r.jpg?hash=1774361171>
{'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': 6,
'photos': [],
'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-24 16:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:09 [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-24 16:08:09 [ecarstrade.de] INFO: Saving data for 6996795auction110976: {'created_time': 1774368489.329565, 'last_price_update_time': 1774368489.329576, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996795auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996817/photo_001/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996817)
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_004/780x0__r.jpg?hash=1774361209> (referer: https://ecarstrade.com/cars/6996811)
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_006/780x0__r.jpg?hash=1774361209> (referer: https://ecarstrade.com/cars/6996811)
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996835> (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-24 16:08:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:08:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_003/780x0__r.jpg?hash=1774361209> (referer: https://ecarstrade.com/cars/6996811)
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_005/780x0__r.jpg?hash=1774361208> (referer: https://ecarstrade.com/cars/6996811)
2026-03-24 16:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_002/780x0__r.jpg?hash=1774361208> (referer: https://ecarstrade.com/cars/6996811)
2026-03-24 16:08:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d3689f2c-7cab-5196-abb5-02b510c714f0
2026-03-24 16:08:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3689f2c-7cab-5196-abb5-02b510c714f0, skipping ID generation
2026-03-24 16:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3689f2c-7cab-5196-abb5-02b510c714f0 with scrape type 1
2026-03-24 16:08:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d3689f2c-7cab-5196-abb5-02b510c714f0 sending to next pipeline
2026-03-24 16:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d3689f2c-7cab-5196-abb5-02b510c714f0, identifier: 6996817auction110976
2026-03-24 16:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976
2026-03-24 16:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976
2026-03-24 16:08:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d3689f2c-7cab-5196-abb5-02b510c714f0 with identifier: 6996817auction110976 to the API
2026-03-24 16:08:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996817/photo_001/780x0__r.jpg?hash=1774361234>
{'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': 1,
'photos': [],
'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-24 16:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:10 [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-24 16:08:10 [ecarstrade.de] INFO: Saving data for 6996817auction110976: {'created_time': 1774368490.738759, 'last_price_update_time': 1774368490.738773, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996817auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_003/780x0__r.jpg?hash=1774361175> (referer: https://ecarstrade.com/cars/6996797)
2026-03-24 16:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_005/780x0__r.jpg?hash=1774361175> (referer: https://ecarstrade.com/cars/6996797)
2026-03-24 16:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_004/780x0__r.jpg?hash=1774361175> (referer: https://ecarstrade.com/cars/6996797)
2026-03-24 16:08:10 [ecarstrade.de] INFO: Extracting details for car 6996835auction110976
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976
2026-03-24 16:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with scrape type 1
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996835%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361265%27 HTTP/1.1" 200 None
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_001/780x0__r.jpg?hash=1774361265 not downloaded yet
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796
2026-03-24 16:08:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796, skipping ID generation
2026-03-24 16:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with scrape type 1
2026-03-24 16:08:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 sending to next pipeline
2026-03-24 16:08:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796, identifier: 6996811auction110976
2026-03-24 16:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976
2026-03-24 16:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976
2026-03-24 16:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4bbd4c61-0c3f-5b7e-8470-91f531cc4796 with identifier: 6996811auction110976 to the API
2026-03-24 16:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996811/photo_002/780x0__r.jpg?hash=1774361208>
{'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': 6,
'photos': [],
'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-24 16:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:11 [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-24 16:08:11 [ecarstrade.de] INFO: Saving data for 6996811auction110976: {'created_time': 1774368491.979245, 'last_price_update_time': 1774368491.979258, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996811auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_005/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996823)
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_002/780x0__r.jpg?hash=1774361175> (referer: https://ecarstrade.com/cars/6996797)
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_001/780x0__r.jpg?hash=1774361175> (referer: https://ecarstrade.com/cars/6996797)
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_001/780x0__r.jpg?hash=1774361196> (referer: https://ecarstrade.com/cars/6996806)
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996835%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361265%27 HTTP/1.1" 200 None
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_002/780x0__r.jpg?hash=1774361265 not downloaded yet
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996835%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361265%27 HTTP/1.1" 200 None
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_003/780x0__r.jpg?hash=1774361265 not downloaded yet
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996835%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361265%27 HTTP/1.1" 200 None
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_004/780x0__r.jpg?hash=1774361265 not downloaded yet
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996835%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361265%27 HTTP/1.1" 200 None
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_005/780x0__r.jpg?hash=1774361265 not downloaded yet
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_003/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996823)
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_002/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996823)
2026-03-24 16:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_004/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996823)
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996835%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361265%27 HTTP/1.1" 200 None
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_006/780x0__r.jpg?hash=1774361265 not downloaded yet
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da650172-4b35-5ba4-b3b9-9b58dff5446e
2026-03-24 16:08:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da650172-4b35-5ba4-b3b9-9b58dff5446e, skipping ID generation
2026-03-24 16:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da650172-4b35-5ba4-b3b9-9b58dff5446e with scrape type 1
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da650172-4b35-5ba4-b3b9-9b58dff5446e sending to next pipeline
2026-03-24 16:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: da650172-4b35-5ba4-b3b9-9b58dff5446e, identifier: 6996797auction110976
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 440ab2db-9854-5cbb-8f22-470e94298366
2026-03-24 16:08:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 440ab2db-9854-5cbb-8f22-470e94298366, skipping ID generation
2026-03-24 16:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 440ab2db-9854-5cbb-8f22-470e94298366 with scrape type 1
2026-03-24 16:08:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 440ab2db-9854-5cbb-8f22-470e94298366 sending to next pipeline
2026-03-24 16:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 440ab2db-9854-5cbb-8f22-470e94298366, identifier: 6996806auction110976
2026-03-24 16:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976
2026-03-24 16:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976
2026-03-24 16:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: da650172-4b35-5ba4-b3b9-9b58dff5446e with identifier: 6996797auction110976 to the API
2026-03-24 16:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:08:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996797/photo_001/780x0__r.jpg?hash=1774361175>
{'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': 6,
'photos': [],
'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-24 16:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:15 [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-24 16:08:15 [ecarstrade.de] INFO: Saving data for 6996797auction110976: {'created_time': 1774368495.733557, 'last_price_update_time': 1774368495.73357, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996797auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976
2026-03-24 16:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976
2026-03-24 16:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 440ab2db-9854-5cbb-8f22-470e94298366 with identifier: 6996806auction110976 to the API
2026-03-24 16:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996806/photo_001/780x0__r.jpg?hash=1774361196>
{'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': 6,
'photos': [],
'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-24 16:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:17 [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-24 16:08:17 [ecarstrade.de] INFO: Saving data for 6996806auction110976: {'created_time': 1774368497.500092, 'last_price_update_time': 1774368497.500103, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996806auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_001/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996823)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_004/780x0__r.jpg?hash=1774361268> (referer: https://ecarstrade.com/cars/6996836)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_003/780x0__r.jpg?hash=1774361268> (referer: https://ecarstrade.com/cars/6996836)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_005/780x0__r.jpg?hash=1774361268> (referer: https://ecarstrade.com/cars/6996836)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996837> (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-24 16:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_001/780x0__r.jpg?hash=1774361265> (referer: https://ecarstrade.com/cars/6996835)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_001/780x0__r.jpg?hash=1774361268> (referer: https://ecarstrade.com/cars/6996836)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_005/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996809)
2026-03-24 16:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_002/780x0__r.jpg?hash=1774361268> (referer: https://ecarstrade.com/cars/6996836)
2026-03-24 16:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16
2026-03-24 16:08:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16, skipping ID generation
2026-03-24 16:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with scrape type 1
2026-03-24 16:08:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 sending to next pipeline
2026-03-24 16:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16, identifier: 6996823auction110976
2026-03-24 16:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976
2026-03-24 16:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976
2026-03-24 16:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8cbf7f4f-4266-5299-8ae9-f39da7f5af16 with identifier: 6996823auction110976 to the API
2026-03-24 16:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996823/photo_001/780x0__r.jpg?hash=1774361243>
{'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': 6,
'photos': [],
'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-24 16:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996823auction110976%27 HTTP/1.1" 200 None
2026-03-24 16:08:18 [ecarstrade.de] INFO: Saving data for 6996823auction110976: {'created_time': 1774368498.817003, 'last_price_update_time': 1774368498.817014, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996823auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_003/780x0__r.jpg?hash=1774361265> (referer: https://ecarstrade.com/cars/6996835)
2026-03-24 16:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_004/780x0__r.jpg?hash=1774361265> (referer: https://ecarstrade.com/cars/6996835)
2026-03-24 16:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_005/780x0__r.jpg?hash=1774361265> (referer: https://ecarstrade.com/cars/6996835)
2026-03-24 16:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_006/780x0__r.jpg?hash=1774361265> (referer: https://ecarstrade.com/cars/6996835)
2026-03-24 16:08:18 [ecarstrade.de] INFO: Extracting details for car 6996837auction110976
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_004/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996809)
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976
2026-03-24 16:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4625db7-ff90-52f8-af91-0b5207dc0b77 with scrape type 1
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996837%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361272%27 HTTP/1.1" 200 None
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_001/780x0__r.jpg?hash=1774361272 not downloaded yet
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e08b45ed-91cb-5256-8d29-3955a244b2d1
2026-03-24 16:08:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e08b45ed-91cb-5256-8d29-3955a244b2d1, skipping ID generation
2026-03-24 16:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e08b45ed-91cb-5256-8d29-3955a244b2d1 with scrape type 1
2026-03-24 16:08:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e08b45ed-91cb-5256-8d29-3955a244b2d1 sending to next pipeline
2026-03-24 16:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e08b45ed-91cb-5256-8d29-3955a244b2d1, identifier: 6996836auction110976
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_002/780x0__r.jpg?hash=1774361265> (referer: https://ecarstrade.com/cars/6996835)
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_003/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996809)
2026-03-24 16:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976
2026-03-24 16:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976
2026-03-24 16:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e08b45ed-91cb-5256-8d29-3955a244b2d1 with identifier: 6996836auction110976 to the API
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996836/photo_002/780x0__r.jpg?hash=1774361268>
{'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': 6,
'photos': [],
'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-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:19 [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-24 16:08:19 [ecarstrade.de] INFO: Saving data for 6996836auction110976: {'created_time': 1774368499.598033, 'last_price_update_time': 1774368499.598044, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996836auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_002/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996809)
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_001/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996809)
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996837%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361271%27 HTTP/1.1" 200 None
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_002/780x0__r.jpg?hash=1774361271 not downloaded yet
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_005/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996842)
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996837%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361271%27 HTTP/1.1" 200 None
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_003/780x0__r.jpg?hash=1774361271 not downloaded yet
2026-03-24 16:08:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_004/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996842)
2026-03-24 16:08:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea
2026-03-24 16:08:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea, skipping ID generation
2026-03-24 16:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with scrape type 1
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea sending to next pipeline
2026-03-24 16:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea, identifier: 6996835auction110976
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_003/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996842)
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996837%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361272%27 HTTP/1.1" 200 None
2026-03-24 16:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_004/780x0__r.jpg?hash=1774361272 not downloaded yet
2026-03-24 16:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976
2026-03-24 16:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976
2026-03-24 16:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1e9eb8b2-b2de-58ab-a79f-fb3fbb86c6ea with identifier: 6996835auction110976 to the API
2026-03-24 16:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996835/photo_002/780x0__r.jpg?hash=1774361265>
{'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': 6,
'photos': [],
'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-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:20 [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-24 16:08:20 [ecarstrade.de] INFO: Saving data for 6996835auction110976: {'created_time': 1774368500.262107, 'last_price_update_time': 1774368500.262119, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996835auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_002/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996842)
2026-03-24 16:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_001/780x0__r.jpg?hash=1774361284> (referer: https://ecarstrade.com/cars/6996842)
2026-03-24 16:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996837%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361272%27 HTTP/1.1" 200 None
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_005/780x0__r.jpg?hash=1774361272 not downloaded yet
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af1ba380-3303-556b-91c7-bb18ad5ad9fe
2026-03-24 16:08:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af1ba380-3303-556b-91c7-bb18ad5ad9fe, skipping ID generation
2026-03-24 16:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af1ba380-3303-556b-91c7-bb18ad5ad9fe with scrape type 1
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af1ba380-3303-556b-91c7-bb18ad5ad9fe sending to next pipeline
2026-03-24 16:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: af1ba380-3303-556b-91c7-bb18ad5ad9fe, identifier: 6996809auction110976
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976
2026-03-24 16:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976
2026-03-24 16:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: af1ba380-3303-556b-91c7-bb18ad5ad9fe with identifier: 6996809auction110976 to the API
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996809/photo_001/780x0__r.jpg?hash=1774361202>
{'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': 6,
'photos': [],
'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-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:20 [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-24 16:08:20 [ecarstrade.de] INFO: Saving data for 6996809auction110976: {'created_time': 1774368500.875773, 'last_price_update_time': 1774368500.875787, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996809auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996837%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361272%27 HTTP/1.1" 200 None
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_006/780x0__r.jpg?hash=1774361272 not downloaded yet
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e89df73f-3ad2-56b2-a17c-509d239ae37d
2026-03-24 16:08:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e89df73f-3ad2-56b2-a17c-509d239ae37d, skipping ID generation
2026-03-24 16:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e89df73f-3ad2-56b2-a17c-509d239ae37d with scrape type 1
2026-03-24 16:08:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e89df73f-3ad2-56b2-a17c-509d239ae37d sending to next pipeline
2026-03-24 16:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e89df73f-3ad2-56b2-a17c-509d239ae37d, identifier: 6996842auction110976
2026-03-24 16:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976
2026-03-24 16:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976
2026-03-24 16:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e89df73f-3ad2-56b2-a17c-509d239ae37d with identifier: 6996842auction110976 to the API
2026-03-24 16:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996842/photo_001/780x0__r.jpg?hash=1774361284>
{'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': 6,
'photos': [],
'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-24 16:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:21 [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-24 16:08:21 [ecarstrade.de] INFO: Saving data for 6996842auction110976: {'created_time': 1774368501.49791, 'last_price_update_time': 1774368501.497921, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996842auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996796> (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-24 16:08:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996794> (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-24 16:08:27 [ecarstrade.de] INFO: Extracting details for car 6996796auction110976
2026-03-24 16:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976
2026-03-24 16:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9150056-bf00-55db-ad9e-356c177bb8a1 with scrape type 1
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996796%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361174%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_001/780x0__r.jpg?hash=1774361174 not downloaded yet
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996796%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361174%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_002/780x0__r.jpg?hash=1774361174 not downloaded yet
2026-03-24 16:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_001/780x0__r.jpg?hash=1774361272> (referer: https://ecarstrade.com/cars/6996837)
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996796%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361174%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_003/780x0__r.jpg?hash=1774361174 not downloaded yet
2026-03-24 16:08:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996796%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361174%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_004/780x0__r.jpg?hash=1774361174 not downloaded yet
2026-03-24 16:08:27 [ecarstrade.de] INFO: Extracting details for car 6996794auction110976
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996796%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361174%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_005/780x0__r.jpg?hash=1774361174 not downloaded yet
2026-03-24 16:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976
2026-03-24 16:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8978f768-94e9-54d9-a185-020fb8f6de84 with scrape type 1
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 8978f768-94e9-54d9-a185-020fb8f6de84
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996794%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361171%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996794/photo_001/780x0__r.jpg?hash=1774361171 not downloaded yet
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996796%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361174%27 HTTP/1.1" 200 None
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_006/780x0__r.jpg?hash=1774361174 not downloaded yet
2026-03-24 16:08:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996819> (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-24 16:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_002/780x0__r.jpg?hash=1774361271> (referer: https://ecarstrade.com/cars/6996837)
2026-03-24 16:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:28 [ecarstrade.de] INFO: Extracting details for car 6996819auction110976
2026-03-24 16:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976
2026-03-24 16:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21ae51b7-6bff-5939-b628-1ab30aad3610 with scrape type 1
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996819%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_001/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996819%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_002/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996819%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_003/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996819%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_004/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996819%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_005/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996819%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361234%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_006/780x0__r.jpg?hash=1774361234 not downloaded yet
2026-03-24 16:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996802> (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-24 16:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_003/780x0__r.jpg?hash=1774361271> (referer: https://ecarstrade.com/cars/6996837)
2026-03-24 16:08:28 [ecarstrade.de] INFO: Extracting details for car 6996802auction110976
2026-03-24 16:08:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_004/780x0__r.jpg?hash=1774361272> (referer: https://ecarstrade.com/cars/6996837)
2026-03-24 16:08:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976
2026-03-24 16:08:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa10bc28-9bb2-5df3-9905-22392d761a87 with scrape type 1
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996802%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361188%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_001/780x0__r.jpg?hash=1774361188 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996802%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361188%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_002/780x0__r.jpg?hash=1774361188 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996802%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361189%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_003/780x0__r.jpg?hash=1774361189 not downloaded yet
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996802%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361188%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_004/780x0__r.jpg?hash=1774361188 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996802%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361189%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_005/780x0__r.jpg?hash=1774361189 not downloaded yet
2026-03-24 16:08:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996802%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361189%27 HTTP/1.1" 200 None
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_006/780x0__r.jpg?hash=1774361189 not downloaded yet
2026-03-24 16:08:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996820> (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-24 16:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_006/780x0__r.jpg?hash=1774361272> (referer: https://ecarstrade.com/cars/6996837)
2026-03-24 16:08:31 [ecarstrade.de] INFO: Extracting details for car 6996820auction110976
2026-03-24 16:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_005/780x0__r.jpg?hash=1774361272> (referer: https://ecarstrade.com/cars/6996837)
2026-03-24 16:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976
2026-03-24 16:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0a28e49-7274-5540-bea0-7a339e4e6ce8 with scrape type 1
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996820%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361236%27 HTTP/1.1" 200 None
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_001/780x0__r.jpg?hash=1774361236 not downloaded yet
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996820%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361236%27 HTTP/1.1" 200 None
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_002/780x0__r.jpg?hash=1774361236 not downloaded yet
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996820%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361236%27 HTTP/1.1" 200 None
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_003/780x0__r.jpg?hash=1774361236 not downloaded yet
2026-03-24 16:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_002/780x0__r.jpg?hash=1774361174> (referer: https://ecarstrade.com/cars/6996796)
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996820%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361236%27 HTTP/1.1" 200 None
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_004/780x0__r.jpg?hash=1774361236 not downloaded yet
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996820%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361236%27 HTTP/1.1" 200 None
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_005/780x0__r.jpg?hash=1774361236 not downloaded yet
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996820%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361236%27 HTTP/1.1" 200 None
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_006/780x0__r.jpg?hash=1774361236 not downloaded yet
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f4625db7-ff90-52f8-af91-0b5207dc0b77
2026-03-24 16:08:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4625db7-ff90-52f8-af91-0b5207dc0b77, skipping ID generation
2026-03-24 16:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4625db7-ff90-52f8-af91-0b5207dc0b77 with scrape type 1
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4625db7-ff90-52f8-af91-0b5207dc0b77 sending to next pipeline
2026-03-24 16:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f4625db7-ff90-52f8-af91-0b5207dc0b77, identifier: 6996837auction110976
2026-03-24 16:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976
2026-03-24 16:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976
2026-03-24 16:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f4625db7-ff90-52f8-af91-0b5207dc0b77 with identifier: 6996837auction110976 to the API
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996837/photo_005/780x0__r.jpg?hash=1774361272>
{'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': 6,
'photos': [],
'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-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [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-24 16:08:31 [ecarstrade.de] INFO: Saving data for 6996837auction110976: {'created_time': 1774368511.661097, 'last_price_update_time': 1774368511.661108, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996837auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_006/780x0__r.jpg?hash=1774361174> (referer: https://ecarstrade.com/cars/6996796)
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996794/photo_001/780x0__r.jpg?hash=1774361171> (referer: https://ecarstrade.com/cars/6996794)
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_006/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996819)
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8978f768-94e9-54d9-a185-020fb8f6de84
2026-03-24 16:08:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8978f768-94e9-54d9-a185-020fb8f6de84, skipping ID generation
2026-03-24 16:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8978f768-94e9-54d9-a185-020fb8f6de84 with scrape type 1
2026-03-24 16:08:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8978f768-94e9-54d9-a185-020fb8f6de84 sending to next pipeline
2026-03-24 16:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8978f768-94e9-54d9-a185-020fb8f6de84, identifier: 6996794auction110976
2026-03-24 16:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976
2026-03-24 16:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976
2026-03-24 16:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8978f768-94e9-54d9-a185-020fb8f6de84 with identifier: 6996794auction110976 to the API
2026-03-24 16:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996794/photo_001/780x0__r.jpg?hash=1774361171>
{'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': 1,
'photos': [],
'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-24 16:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:32 [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-24 16:08:32 [ecarstrade.de] INFO: Saving data for 6996794auction110976: {'created_time': 1774368512.368776, 'last_price_update_time': 1774368512.368788, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996794auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_005/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996819)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_004/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996819)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_006/780x0__r.jpg?hash=1774361189> (referer: https://ecarstrade.com/cars/6996802)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_005/780x0__r.jpg?hash=1774361189> (referer: https://ecarstrade.com/cars/6996802)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_004/780x0__r.jpg?hash=1774361188> (referer: https://ecarstrade.com/cars/6996802)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_003/780x0__r.jpg?hash=1774361236> (referer: https://ecarstrade.com/cars/6996820)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_006/780x0__r.jpg?hash=1774361236> (referer: https://ecarstrade.com/cars/6996820)
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_005/780x0__r.jpg?hash=1774361236> (referer: https://ecarstrade.com/cars/6996820)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_004/780x0__r.jpg?hash=1774361236> (referer: https://ecarstrade.com/cars/6996820)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_002/780x0__r.jpg?hash=1774361236> (referer: https://ecarstrade.com/cars/6996820)
2026-03-24 16:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_001/780x0__r.jpg?hash=1774361236> (referer: https://ecarstrade.com/cars/6996820)
2026-03-24 16:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_003/780x0__r.jpg?hash=1774361189> (referer: https://ecarstrade.com/cars/6996802)
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_002/780x0__r.jpg?hash=1774361188> (referer: https://ecarstrade.com/cars/6996802)
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f0a28e49-7274-5540-bea0-7a339e4e6ce8
2026-03-24 16:08:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f0a28e49-7274-5540-bea0-7a339e4e6ce8, skipping ID generation
2026-03-24 16:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0a28e49-7274-5540-bea0-7a339e4e6ce8 with scrape type 1
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f0a28e49-7274-5540-bea0-7a339e4e6ce8 sending to next pipeline
2026-03-24 16:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f0a28e49-7274-5540-bea0-7a339e4e6ce8, identifier: 6996820auction110976
2026-03-24 16:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976
2026-03-24 16:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f0a28e49-7274-5540-bea0-7a339e4e6ce8 with identifier: 6996820auction110976
2026-03-24 16:08: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-24 16:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996820/photo_001/780x0__r.jpg?hash=1774361236>
{'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': 6,
'photos': [],
'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-24 16:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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-24 16:08:33 [ecarstrade.de] INFO: Saving data for 6996820auction110976: {'created_time': 1774368513.532182, 'last_price_update_time': 1774368513.532196, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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-24 16:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_001/780x0__r.jpg?hash=1774361188> (referer: https://ecarstrade.com/cars/6996802)
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_003/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996819)
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa10bc28-9bb2-5df3-9905-22392d761a87
2026-03-24 16:08:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa10bc28-9bb2-5df3-9905-22392d761a87, skipping ID generation
2026-03-24 16:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa10bc28-9bb2-5df3-9905-22392d761a87 with scrape type 1
2026-03-24 16:08:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa10bc28-9bb2-5df3-9905-22392d761a87 sending to next pipeline
2026-03-24 16:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa10bc28-9bb2-5df3-9905-22392d761a87, identifier: 6996802auction110976
2026-03-24 16:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976
2026-03-24 16:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa10bc28-9bb2-5df3-9905-22392d761a87 with identifier: 6996802auction110976
2026-03-24 16:08: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-24 16:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996802/photo_001/780x0__r.jpg?hash=1774361188>
{'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': 6,
'photos': [],
'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-24 16:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:34 [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-24 16:08:34 [ecarstrade.de] INFO: Saving data for 6996802auction110976: {'created_time': 1774368514.070383, 'last_price_update_time': 1774368514.0704, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996802auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_002/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996819)
2026-03-24 16:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_001/780x0__r.jpg?hash=1774361234> (referer: https://ecarstrade.com/cars/6996819)
2026-03-24 16:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_005/780x0__r.jpg?hash=1774361174> (referer: https://ecarstrade.com/cars/6996796)
2026-03-24 16:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 21ae51b7-6bff-5939-b628-1ab30aad3610
2026-03-24 16:08:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21ae51b7-6bff-5939-b628-1ab30aad3610, skipping ID generation
2026-03-24 16:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21ae51b7-6bff-5939-b628-1ab30aad3610 with scrape type 1
2026-03-24 16:08:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21ae51b7-6bff-5939-b628-1ab30aad3610 sending to next pipeline
2026-03-24 16:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 21ae51b7-6bff-5939-b628-1ab30aad3610, identifier: 6996819auction110976
2026-03-24 16:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_004/780x0__r.jpg?hash=1774361174> (referer: https://ecarstrade.com/cars/6996796)
2026-03-24 16:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976
2026-03-24 16:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976
2026-03-24 16:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 21ae51b7-6bff-5939-b628-1ab30aad3610 with identifier: 6996819auction110976 to the API
2026-03-24 16:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996819/photo_001/780x0__r.jpg?hash=1774361234>
{'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': 6,
'photos': [],
'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-24 16:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:34 [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-24 16:08:34 [ecarstrade.de] INFO: Saving data for 6996819auction110976: {'created_time': 1774368514.858695, 'last_price_update_time': 1774368514.858705, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996819auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_003/780x0__r.jpg?hash=1774361174> (referer: https://ecarstrade.com/cars/6996796)
2026-03-24 16:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996839> (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-24 16:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_001/780x0__r.jpg?hash=1774361174> (referer: https://ecarstrade.com/cars/6996796)
2026-03-24 16:08:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:35 [ecarstrade.de] INFO: Extracting details for car 6996839auction110976
2026-03-24 16:08:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976
2026-03-24 16:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f02944e-c44b-517f-8056-9b9284748237 with scrape type 1
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996839%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361277%27 HTTP/1.1" 200 None
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_001/780x0__r.jpg?hash=1774361277 not downloaded yet
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996839%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361277%27 HTTP/1.1" 200 None
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_002/780x0__r.jpg?hash=1774361277 not downloaded yet
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996839%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361277%27 HTTP/1.1" 200 None
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_003/780x0__r.jpg?hash=1774361277 not downloaded yet
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9150056-bf00-55db-ad9e-356c177bb8a1
2026-03-24 16:08:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9150056-bf00-55db-ad9e-356c177bb8a1, skipping ID generation
2026-03-24 16:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9150056-bf00-55db-ad9e-356c177bb8a1 with scrape type 1
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9150056-bf00-55db-ad9e-356c177bb8a1 sending to next pipeline
2026-03-24 16:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e9150056-bf00-55db-ad9e-356c177bb8a1, identifier: 6996796auction110976
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996839%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361277%27 HTTP/1.1" 200 None
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_004/780x0__r.jpg?hash=1774361277 not downloaded yet
2026-03-24 16:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976
2026-03-24 16:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976
2026-03-24 16:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e9150056-bf00-55db-ad9e-356c177bb8a1 with identifier: 6996796auction110976 to the API
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:08: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-24 16:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996796/photo_001/780x0__r.jpg?hash=1774361174>
{'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': 6,
'photos': [],
'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-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [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-24 16:08:35 [ecarstrade.de] INFO: Saving data for 6996796auction110976: {'created_time': 1774368515.625713, 'last_price_update_time': 1774368515.625724, 'auction_closing_time': 1774622400.0}
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996796auction110976') HTTP/1.1" 204 0
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996839%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361277%27 HTTP/1.1" 200 None
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_005/780x0__r.jpg?hash=1774361277 not downloaded yet
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996839%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_006/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996825> (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-24 16:08:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:38 [ecarstrade.de] INFO: Extracting details for car 6996825auction110976
2026-03-24 16:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f908d93-b616-5997-ac7a-d54db8d82aea with identifier: 6996825auction110976
2026-03-24 16:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f908d93-b616-5997-ac7a-d54db8d82aea with scrape type 1
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996825%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361244%27 HTTP/1.1" 200 None
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_001/780x0__r.jpg?hash=1774361244 not downloaded yet
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996825%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_002/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996825%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361243%27 HTTP/1.1" 200 None
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_003/780x0__r.jpg?hash=1774361243 not downloaded yet
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996825%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361244%27 HTTP/1.1" 200 None
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_004/780x0__r.jpg?hash=1774361244 not downloaded yet
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996825%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361244%27 HTTP/1.1" 200 None
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_005/780x0__r.jpg?hash=1774361244 not downloaded yet
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996825%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361244%27 HTTP/1.1" 200 None
2026-03-24 16:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_006/780x0__r.jpg?hash=1774361244 not downloaded yet
2026-03-24 16:08:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996804> (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-24 16:08:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:39 [ecarstrade.de] INFO: Extracting details for car 6996804auction110976
2026-03-24 16:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976
2026-03-24 16:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2ef2c23-0cca-5818-860c-6da6dffe75f3 with scrape type 1
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996804%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361194%27 HTTP/1.1" 200 None
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_001/780x0__r.jpg?hash=1774361194 not downloaded yet
2026-03-24 16:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996804%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361193%27 HTTP/1.1" 200 None
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_002/780x0__r.jpg?hash=1774361193 not downloaded yet
2026-03-24 16:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996804%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361194%27 HTTP/1.1" 200 None
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_003/780x0__r.jpg?hash=1774361194 not downloaded yet
2026-03-24 16:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996804%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361193%27 HTTP/1.1" 200 None
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_004/780x0__r.jpg?hash=1774361193 not downloaded yet
2026-03-24 16:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996804%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361193%27 HTTP/1.1" 200 None
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_005/780x0__r.jpg?hash=1774361193 not downloaded yet
2026-03-24 16:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996804%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361193%27 HTTP/1.1" 200 None
2026-03-24 16:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_006/780x0__r.jpg?hash=1774361193 not downloaded yet
2026-03-24 16:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996807> (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-24 16:08:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:41 [ecarstrade.de] INFO: Extracting details for car 6996807auction110976
2026-03-24 16:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976
2026-03-24 16:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with scrape type 1
2026-03-24 16:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996807%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361203%27 HTTP/1.1" 200 None
2026-03-24 16:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_001/780x0__r.jpg?hash=1774361203 not downloaded yet
2026-03-24 16:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996807%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361201%27 HTTP/1.1" 200 None
2026-03-24 16:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_002/780x0__r.jpg?hash=1774361201 not downloaded yet
2026-03-24 16:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996807%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_003/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996807%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_004/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996807%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_005/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996807%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361202%27 HTTP/1.1" 200 None
2026-03-24 16:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_006/780x0__r.jpg?hash=1774361202 not downloaded yet
2026-03-24 16:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996834> (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-24 16:08:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:45 [ecarstrade.de] INFO: Extracting details for car 6996834auction110976
2026-03-24 16:08:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976
2026-03-24 16:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56a9059f-1a82-5864-b61b-3fae4e166994 with scrape type 1
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996834%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361263%27 HTTP/1.1" 200 None
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_001/780x0__r.jpg?hash=1774361263 not downloaded yet
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996834%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361262%27 HTTP/1.1" 200 None
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_002/780x0__r.jpg?hash=1774361262 not downloaded yet
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996834%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361262%27 HTTP/1.1" 200 None
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_003/780x0__r.jpg?hash=1774361262 not downloaded yet
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996834%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361262%27 HTTP/1.1" 200 None
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_004/780x0__r.jpg?hash=1774361262 not downloaded yet
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996834%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361262%27 HTTP/1.1" 200 None
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_005/780x0__r.jpg?hash=1774361262 not downloaded yet
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996834%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361263%27 HTTP/1.1" 200 None
2026-03-24 16:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_006/780x0__r.jpg?hash=1774361263 not downloaded yet
2026-03-24 16:08:47 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.821(s), this was the 1st time calling it.
2026-03-24 16:08:47 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.224396366265502 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:08:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996788> (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-24 16:08:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:52 [ecarstrade.de] INFO: Extracting details for car 6996788auction110976
2026-03-24 16:08:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976
2026-03-24 16:08:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac502713-7496-56f6-b156-c0467eb955b3 with scrape type 1
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996788%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361161%27 HTTP/1.1" 200 None
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_001/780x0__r.jpg?hash=1774361161 not downloaded yet
2026-03-24 16:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996788%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361160%27 HTTP/1.1" 200 None
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_002/780x0__r.jpg?hash=1774361160 not downloaded yet
2026-03-24 16:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996788%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361160%27 HTTP/1.1" 200 None
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_003/780x0__r.jpg?hash=1774361160 not downloaded yet
2026-03-24 16:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996788%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361161%27 HTTP/1.1" 200 None
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_004/780x0__r.jpg?hash=1774361161 not downloaded yet
2026-03-24 16:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996788%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361160%27 HTTP/1.1" 200 None
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_005/780x0__r.jpg?hash=1774361160 not downloaded yet
2026-03-24 16:08:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996788%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361160%27 HTTP/1.1" 200 None
2026-03-24 16:08:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_006/780x0__r.jpg?hash=1774361160 not downloaded yet
2026-03-24 16:08:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996840> (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-24 16:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:56 [ecarstrade.de] INFO: Extracting details for car 6996840auction110976
2026-03-24 16:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976
2026-03-24 16:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 178bd992-d10f-5326-9b65-87bda5ca7557 with scrape type 1
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996840%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_001/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996840%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_002/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996840%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_003/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996840%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_004/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996840%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_005/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996840%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361278%27 HTTP/1.1" 200 None
2026-03-24 16:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_006/780x0__r.jpg?hash=1774361278 not downloaded yet
2026-03-24 16:08:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996800> (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-24 16:08:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:08:58 [ecarstrade.de] INFO: Extracting details for car 6996800auction110976
2026-03-24 16:08:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976
2026-03-24 16:08:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a99d74b-8890-57ce-a465-031efe300169 with scrape type 1
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996800%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361185%27 HTTP/1.1" 200 None
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_001/780x0__r.jpg?hash=1774361185 not downloaded yet
2026-03-24 16:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996800%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361185%27 HTTP/1.1" 200 None
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_002/780x0__r.jpg?hash=1774361185 not downloaded yet
2026-03-24 16:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996800%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361185%27 HTTP/1.1" 200 None
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_003/780x0__r.jpg?hash=1774361185 not downloaded yet
2026-03-24 16:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996800%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361184%27 HTTP/1.1" 200 None
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_004/780x0__r.jpg?hash=1774361184 not downloaded yet
2026-03-24 16:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996800%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361185%27 HTTP/1.1" 200 None
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_005/780x0__r.jpg?hash=1774361185 not downloaded yet
2026-03-24 16:08:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:08: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%252F6990001-7000000%252F6996800%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361185%27 HTTP/1.1" 200 None
2026-03-24 16:08:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_006/780x0__r.jpg?hash=1774361185 not downloaded yet
2026-03-24 16:09:07 [scrapy.extensions.logstats] INFO: Crawled 80 pages (at 7 pages/min), scraped 64 items (at 16 items/min)
2026-03-24 16:09:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 242MiB
2026-03-24 16:09:08 [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-24 16:09:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:09:08 [ecarstrade.de] INFO: No car items found on page 8
2026-03-24 16:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990794> (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-24 16:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_006/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996839)
2026-03-24 16:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_006/780x0__r.jpg?hash=1774361244> (referer: https://ecarstrade.com/cars/6996825)
2026-03-24 16:09:10 [ecarstrade.de] INFO: Extracting details for car 6990794auction110895
2026-03-24 16:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27ec1ee8-af88-5965-b867-000185808c24 with identifier: 6990794auction110895
2026-03-24 16:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27ec1ee8-af88-5965-b867-000185808c24 with scrape type 2
2026-03-24 16:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27ec1ee8-af88-5965-b867-000185808c24 with scrape type 2
2026-03-24 16:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 27ec1ee8-af88-5965-b867-000185808c24, identifier: 6990794auction110895
2026-03-24 16:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 27ec1ee8-af88-5965-b867-000185808c24 with identifier: 6990794auction110895
2026-03-24 16:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 27ec1ee8-af88-5965-b867-000185808c24 with identifier: 6990794auction110895
2026-03-24 16:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 27ec1ee8-af88-5965-b867-000185808c24 with identifier: 6990794auction110895 to the API
2026-03-24 16:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990794>
{'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-25T12:40:00Z',
'fuel_type': 'Petrol',
'id': '27ec1ee8-af88-5965-b867-000185808c24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990794',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 57595,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 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-24 16:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990794auction110895%27 HTTP/1.1" 200 None
2026-03-24 16:09:11 [ecarstrade.de] INFO: Saving data for 6990794auction110895: {'auction_closing_time': 1774442400.0, 'created_time': 1774272950.038748, 'last_price_update_time': 1774368551.154964}
2026-03-24 16:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6990794auction110895') HTTP/1.1" 204 0
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_006/780x0__r.jpg?hash=1774361193> (referer: https://ecarstrade.com/cars/6996804)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_006/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996807)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_006/780x0__r.jpg?hash=1774361263> (referer: https://ecarstrade.com/cars/6996834)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_006/780x0__r.jpg?hash=1774361160> (referer: https://ecarstrade.com/cars/6996788)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_006/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996840)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_006/780x0__r.jpg?hash=1774361185> (referer: https://ecarstrade.com/cars/6996800)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_005/780x0__r.jpg?hash=1774361185> (referer: https://ecarstrade.com/cars/6996800)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_004/780x0__r.jpg?hash=1774361184> (referer: https://ecarstrade.com/cars/6996800)
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_003/780x0__r.jpg?hash=1774361185> (referer: https://ecarstrade.com/cars/6996800)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_002/780x0__r.jpg?hash=1774361185> (referer: https://ecarstrade.com/cars/6996800)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_001/780x0__r.jpg?hash=1774361185> (referer: https://ecarstrade.com/cars/6996800)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_005/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996840)
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a99d74b-8890-57ce-a465-031efe300169
2026-03-24 16:09:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a99d74b-8890-57ce-a465-031efe300169, skipping ID generation
2026-03-24 16:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a99d74b-8890-57ce-a465-031efe300169 with scrape type 1
2026-03-24 16:09:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a99d74b-8890-57ce-a465-031efe300169 sending to next pipeline
2026-03-24 16:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5a99d74b-8890-57ce-a465-031efe300169, identifier: 6996800auction110976
2026-03-24 16:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976
2026-03-24 16:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976
2026-03-24 16:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5a99d74b-8890-57ce-a465-031efe300169 with identifier: 6996800auction110976 to the API
2026-03-24 16:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996800/photo_001/780x0__r.jpg?hash=1774361185>
{'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': 6,
'photos': [],
'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-24 16:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:12 [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-24 16:09:12 [ecarstrade.de] INFO: Saving data for 6996800auction110976: {'created_time': 1774368552.481789, 'last_price_update_time': 1774368552.481801, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996800auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_004/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996840)
2026-03-24 16:09:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_003/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996840)
2026-03-24 16:09:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_002/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996840)
2026-03-24 16:09:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_001/780x0__r.jpg?hash=1774361278> (referer: https://ecarstrade.com/cars/6996840)
2026-03-24 16:09:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_005/780x0__r.jpg?hash=1774361160> (referer: https://ecarstrade.com/cars/6996788)
2026-03-24 16:09:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 178bd992-d10f-5326-9b65-87bda5ca7557
2026-03-24 16:09:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 178bd992-d10f-5326-9b65-87bda5ca7557, skipping ID generation
2026-03-24 16:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 178bd992-d10f-5326-9b65-87bda5ca7557 with scrape type 1
2026-03-24 16:09:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 178bd992-d10f-5326-9b65-87bda5ca7557 sending to next pipeline
2026-03-24 16:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 178bd992-d10f-5326-9b65-87bda5ca7557, identifier: 6996840auction110976
2026-03-24 16:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976
2026-03-24 16:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976
2026-03-24 16:09:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 178bd992-d10f-5326-9b65-87bda5ca7557 with identifier: 6996840auction110976 to the API
2026-03-24 16:09:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996840/photo_001/780x0__r.jpg?hash=1774361278>
{'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': 6,
'photos': [],
'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-24 16:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:13 [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-24 16:09:13 [ecarstrade.de] INFO: Saving data for 6996840auction110976: {'created_time': 1774368553.528699, 'last_price_update_time': 1774368553.52871, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996840auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_004/780x0__r.jpg?hash=1774361161> (referer: https://ecarstrade.com/cars/6996788)
2026-03-24 16:09:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_003/780x0__r.jpg?hash=1774361160> (referer: https://ecarstrade.com/cars/6996788)
2026-03-24 16:09:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_002/780x0__r.jpg?hash=1774361160> (referer: https://ecarstrade.com/cars/6996788)
2026-03-24 16:09:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_001/780x0__r.jpg?hash=1774361161> (referer: https://ecarstrade.com/cars/6996788)
2026-03-24 16:09:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_005/780x0__r.jpg?hash=1774361262> (referer: https://ecarstrade.com/cars/6996834)
2026-03-24 16:09:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ac502713-7496-56f6-b156-c0467eb955b3
2026-03-24 16:09:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ac502713-7496-56f6-b156-c0467eb955b3, skipping ID generation
2026-03-24 16:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac502713-7496-56f6-b156-c0467eb955b3 with scrape type 1
2026-03-24 16:09:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ac502713-7496-56f6-b156-c0467eb955b3 sending to next pipeline
2026-03-24 16:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ac502713-7496-56f6-b156-c0467eb955b3, identifier: 6996788auction110976
2026-03-24 16:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976
2026-03-24 16:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976
2026-03-24 16:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ac502713-7496-56f6-b156-c0467eb955b3 with identifier: 6996788auction110976 to the API
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996788/photo_001/780x0__r.jpg?hash=1774361161>
{'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': 6,
'photos': [],
'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-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [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-24 16:09:14 [ecarstrade.de] INFO: Saving data for 6996788auction110976: {'created_time': 1774368554.440469, 'last_price_update_time': 1774368554.440484, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996788auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_004/780x0__r.jpg?hash=1774361262> (referer: https://ecarstrade.com/cars/6996834)
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996830> (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-24 16:09:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_003/780x0__r.jpg?hash=1774361262> (referer: https://ecarstrade.com/cars/6996834)
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_002/780x0__r.jpg?hash=1774361262> (referer: https://ecarstrade.com/cars/6996834)
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:09:14 [ecarstrade.de] INFO: Extracting details for car 6996830auction110976
2026-03-24 16:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976
2026-03-24 16:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with scrape type 1
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996830%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361251%27 HTTP/1.1" 200 None
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_001/780x0__r.jpg?hash=1774361251 not downloaded yet
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_001/780x0__r.jpg?hash=1774361263> (referer: https://ecarstrade.com/cars/6996834)
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996830%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361252%27 HTTP/1.1" 200 None
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_002/780x0__r.jpg?hash=1774361252 not downloaded yet
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996830%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361251%27 HTTP/1.1" 200 None
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_003/780x0__r.jpg?hash=1774361251 not downloaded yet
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_005/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996807)
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996830%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361252%27 HTTP/1.1" 200 None
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_004/780x0__r.jpg?hash=1774361252 not downloaded yet
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996830%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361252%27 HTTP/1.1" 200 None
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_005/780x0__r.jpg?hash=1774361252 not downloaded yet
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996830%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361252%27 HTTP/1.1" 200 None
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_006/780x0__r.jpg?hash=1774361252 not downloaded yet
2026-03-24 16:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_004/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996807)
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56a9059f-1a82-5864-b61b-3fae4e166994
2026-03-24 16:09:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56a9059f-1a82-5864-b61b-3fae4e166994, skipping ID generation
2026-03-24 16:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56a9059f-1a82-5864-b61b-3fae4e166994 with scrape type 1
2026-03-24 16:09:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56a9059f-1a82-5864-b61b-3fae4e166994 sending to next pipeline
2026-03-24 16:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 56a9059f-1a82-5864-b61b-3fae4e166994, identifier: 6996834auction110976
2026-03-24 16:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976
2026-03-24 16:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976
2026-03-24 16:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 56a9059f-1a82-5864-b61b-3fae4e166994 with identifier: 6996834auction110976 to the API
2026-03-24 16:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996834/photo_001/780x0__r.jpg?hash=1774361263>
{'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': 6,
'photos': [],
'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-24 16:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:15 [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-24 16:09:15 [ecarstrade.de] INFO: Saving data for 6996834auction110976: {'created_time': 1774368555.573538, 'last_price_update_time': 1774368555.573554, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996834auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_003/780x0__r.jpg?hash=1774361202> (referer: https://ecarstrade.com/cars/6996807)
2026-03-24 16:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_002/780x0__r.jpg?hash=1774361201> (referer: https://ecarstrade.com/cars/6996807)
2026-03-24 16:09:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:09:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_001/780x0__r.jpg?hash=1774361203> (referer: https://ecarstrade.com/cars/6996807)
2026-03-24 16:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_005/780x0__r.jpg?hash=1774361193> (referer: https://ecarstrade.com/cars/6996804)
2026-03-24 16:09:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:09:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_004/780x0__r.jpg?hash=1774361193> (referer: https://ecarstrade.com/cars/6996804)
2026-03-24 16:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_003/780x0__r.jpg?hash=1774361194> (referer: https://ecarstrade.com/cars/6996804)
2026-03-24 16:09:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0
2026-03-24 16:09:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0, skipping ID generation
2026-03-24 16:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with scrape type 1
2026-03-24 16:09:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 sending to next pipeline
2026-03-24 16:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0, identifier: 6996807auction110976
2026-03-24 16:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976
2026-03-24 16:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976
2026-03-24 16:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2dd335f6-5e17-5d9a-a2f5-368713ee20a0 with identifier: 6996807auction110976 to the API
2026-03-24 16:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996807/photo_001/780x0__r.jpg?hash=1774361203>
{'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': 6,
'photos': [],
'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-24 16:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:16 [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-24 16:09:16 [ecarstrade.de] INFO: Saving data for 6996807auction110976: {'created_time': 1774368556.331166, 'last_price_update_time': 1774368556.331178, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996807auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_002/780x0__r.jpg?hash=1774361193> (referer: https://ecarstrade.com/cars/6996804)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_001/780x0__r.jpg?hash=1774361251> (referer: https://ecarstrade.com/cars/6996830)
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_006/780x0__r.jpg?hash=1774361252> (referer: https://ecarstrade.com/cars/6996830)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_003/780x0__r.jpg?hash=1774361251> (referer: https://ecarstrade.com/cars/6996830)
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_004/780x0__r.jpg?hash=1774361252> (referer: https://ecarstrade.com/cars/6996830)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_005/780x0__r.jpg?hash=1774361252> (referer: https://ecarstrade.com/cars/6996830)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_001/780x0__r.jpg?hash=1774361194> (referer: https://ecarstrade.com/cars/6996804)
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996805> (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-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_002/780x0__r.jpg?hash=1774361252> (referer: https://ecarstrade.com/cars/6996830)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_005/780x0__r.jpg?hash=1774361244> (referer: https://ecarstrade.com/cars/6996825)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_004/780x0__r.jpg?hash=1774361244> (referer: https://ecarstrade.com/cars/6996825)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_003/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996825)
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_002/780x0__r.jpg?hash=1774361243> (referer: https://ecarstrade.com/cars/6996825)
2026-03-24 16:09:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_001/780x0__r.jpg?hash=1774361244> (referer: https://ecarstrade.com/cars/6996825)
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2ef2c23-0cca-5818-860c-6da6dffe75f3
2026-03-24 16:09:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2ef2c23-0cca-5818-860c-6da6dffe75f3, skipping ID generation
2026-03-24 16:09:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2ef2c23-0cca-5818-860c-6da6dffe75f3 with scrape type 1
2026-03-24 16:09:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2ef2c23-0cca-5818-860c-6da6dffe75f3 sending to next pipeline
2026-03-24 16:09:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b2ef2c23-0cca-5818-860c-6da6dffe75f3, identifier: 6996804auction110976
2026-03-24 16:09:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976
2026-03-24 16:09:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976
2026-03-24 16:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b2ef2c23-0cca-5818-860c-6da6dffe75f3 with identifier: 6996804auction110976 to the API
2026-03-24 16:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996804/photo_001/780x0__r.jpg?hash=1774361194>
{'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': 6,
'photos': [],
'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-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:18 [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-24 16:09:18 [ecarstrade.de] INFO: Saving data for 6996804auction110976: {'created_time': 1774368558.158358, 'last_price_update_time': 1774368558.158368, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996804auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_005/780x0__r.jpg?hash=1774361277> (referer: https://ecarstrade.com/cars/6996839)
2026-03-24 16:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_004/780x0__r.jpg?hash=1774361277> (referer: https://ecarstrade.com/cars/6996839)
2026-03-24 16:09:18 [ecarstrade.de] INFO: Extracting details for car 6996805auction110976
2026-03-24 16:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_003/780x0__r.jpg?hash=1774361277> (referer: https://ecarstrade.com/cars/6996839)
2026-03-24 16:09:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976
2026-03-24 16:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973017d5-c83c-5d7e-9599-24afa118ad7e with scrape type 1
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996805%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361198%27 HTTP/1.1" 200 None
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_001/780x0__r.jpg?hash=1774361198 not downloaded yet
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee
2026-03-24 16:09:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee, skipping ID generation
2026-03-24 16:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with scrape type 1
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9e5b348-5a35-5917-8ac5-abcbc50ea1ee sending to next pipeline
2026-03-24 16:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee, identifier: 6996830auction110976
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2f908d93-b616-5997-ac7a-d54db8d82aea
2026-03-24 16:09:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2f908d93-b616-5997-ac7a-d54db8d82aea, skipping ID generation
2026-03-24 16:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f908d93-b616-5997-ac7a-d54db8d82aea with scrape type 1
2026-03-24 16:09:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2f908d93-b616-5997-ac7a-d54db8d82aea sending to next pipeline
2026-03-24 16:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2f908d93-b616-5997-ac7a-d54db8d82aea, identifier: 6996825auction110976
2026-03-24 16:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976
2026-03-24 16:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976
2026-03-24 16:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e9e5b348-5a35-5917-8ac5-abcbc50ea1ee with identifier: 6996830auction110976 to the API
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996830/photo_002/780x0__r.jpg?hash=1774361252>
{'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': 6,
'photos': [],
'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-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:18 [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-24 16:09:18 [ecarstrade.de] INFO: Saving data for 6996830auction110976: {'created_time': 1774368558.782437, 'last_price_update_time': 1774368558.782449, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996830auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2f908d93-b616-5997-ac7a-d54db8d82aea with identifier: 6996825auction110976
2026-03-24 16:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2f908d93-b616-5997-ac7a-d54db8d82aea with identifier: 6996825auction110976
2026-03-24 16:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2f908d93-b616-5997-ac7a-d54db8d82aea with identifier: 6996825auction110976 to the API
2026-03-24 16:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996825/photo_001/780x0__r.jpg?hash=1774361244>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T14:40:00Z',
'fuel_type': 'Diesel',
'id': '2f908d93-b616-5997-ac7a-d54db8d82aea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6996825',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Seat',
'model': 'Leon',
'odometer': 200440,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Leon FR 2.0 TDI 110KW AT7 E6dT',
'transmission': 'automatic',
'trim': 'FR 2.0 TDI 110KW AT7 E6dT',
'vin': None,
'year': 2020}
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996825auction110976%27 HTTP/1.1" 200 None
2026-03-24 16:09:19 [ecarstrade.de] INFO: Saving data for 6996825auction110976: {'created_time': 1774368559.37212, 'last_price_update_time': 1774368559.372131, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996825auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_001/780x0__r.jpg?hash=1774361277> (referer: https://ecarstrade.com/cars/6996839)
2026-03-24 16:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_002/780x0__r.jpg?hash=1774361277> (referer: https://ecarstrade.com/cars/6996839)
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996805%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361199%27 HTTP/1.1" 200 None
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_002/780x0__r.jpg?hash=1774361199 not downloaded yet
2026-03-24 16:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996805%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361198%27 HTTP/1.1" 200 None
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_003/780x0__r.jpg?hash=1774361198 not downloaded yet
2026-03-24 16:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996841> (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-24 16:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996805%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361198%27 HTTP/1.1" 200 None
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_004/780x0__r.jpg?hash=1774361198 not downloaded yet
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996805%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361198%27 HTTP/1.1" 200 None
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_005/780x0__r.jpg?hash=1774361198 not downloaded yet
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996805%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361199%27 HTTP/1.1" 200 None
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_006/780x0__r.jpg?hash=1774361199 not downloaded yet
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f02944e-c44b-517f-8056-9b9284748237
2026-03-24 16:09:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f02944e-c44b-517f-8056-9b9284748237, skipping ID generation
2026-03-24 16:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f02944e-c44b-517f-8056-9b9284748237 with scrape type 1
2026-03-24 16:09:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f02944e-c44b-517f-8056-9b9284748237 sending to next pipeline
2026-03-24 16:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5f02944e-c44b-517f-8056-9b9284748237, identifier: 6996839auction110976
2026-03-24 16:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976
2026-03-24 16:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976
2026-03-24 16:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5f02944e-c44b-517f-8056-9b9284748237 with identifier: 6996839auction110976 to the API
2026-03-24 16:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996839/photo_002/780x0__r.jpg?hash=1774361277>
{'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': 6,
'photos': [],
'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-24 16:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:19 [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-24 16:09:20 [ecarstrade.de] INFO: Saving data for 6996839auction110976: {'created_time': 1774368560.000057, 'last_price_update_time': 1774368560.00007, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996839auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:20 [ecarstrade.de] INFO: Extracting details for car 6996841auction110976
2026-03-24 16:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976
2026-03-24 16:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc7007c3-e22c-5bcc-98aa-31ac9b64649c with scrape type 1
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996841%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361282%27 HTTP/1.1" 200 None
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_001/780x0__r.jpg?hash=1774361282 not downloaded yet
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996841%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361281%27 HTTP/1.1" 200 None
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_002/780x0__r.jpg?hash=1774361281 not downloaded yet
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996841%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361282%27 HTTP/1.1" 200 None
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_003/780x0__r.jpg?hash=1774361282 not downloaded yet
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996841%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361281%27 HTTP/1.1" 200 None
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_004/780x0__r.jpg?hash=1774361281 not downloaded yet
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996841%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361282%27 HTTP/1.1" 200 None
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_005/780x0__r.jpg?hash=1774361282 not downloaded yet
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996841%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361282%27 HTTP/1.1" 200 None
2026-03-24 16:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_006/780x0__r.jpg?hash=1774361282 not downloaded yet
2026-03-24 16:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996801> (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-24 16:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_001/780x0__r.jpg?hash=1774361198> (referer: https://ecarstrade.com/cars/6996805)
2026-03-24 16:09:27 [ecarstrade.de] INFO: Extracting details for car 6996801auction110976
2026-03-24 16:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976
2026-03-24 16:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b60881a-f995-52a6-ae2d-cd2da63091ab with scrape type 1
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996801%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361186%27 HTTP/1.1" 200 None
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_001/780x0__r.jpg?hash=1774361186 not downloaded yet
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996801%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361186%27 HTTP/1.1" 200 None
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_002/780x0__r.jpg?hash=1774361186 not downloaded yet
2026-03-24 16:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_002/780x0__r.jpg?hash=1774361199> (referer: https://ecarstrade.com/cars/6996805)
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996801%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361186%27 HTTP/1.1" 200 None
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_003/780x0__r.jpg?hash=1774361186 not downloaded yet
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996801%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361186%27 HTTP/1.1" 200 None
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_004/780x0__r.jpg?hash=1774361186 not downloaded yet
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996801%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361186%27 HTTP/1.1" 200 None
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_005/780x0__r.jpg?hash=1774361186 not downloaded yet
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996801%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361186%27 HTTP/1.1" 200 None
2026-03-24 16:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_006/780x0__r.jpg?hash=1774361186 not downloaded yet
2026-03-24 16:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_003/780x0__r.jpg?hash=1774361198> (referer: https://ecarstrade.com/cars/6996805)
2026-03-24 16:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_004/780x0__r.jpg?hash=1774361198> (referer: https://ecarstrade.com/cars/6996805)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_005/780x0__r.jpg?hash=1774361198> (referer: https://ecarstrade.com/cars/6996805)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_006/780x0__r.jpg?hash=1774361199> (referer: https://ecarstrade.com/cars/6996805)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_001/780x0__r.jpg?hash=1774361282> (referer: https://ecarstrade.com/cars/6996841)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 973017d5-c83c-5d7e-9599-24afa118ad7e
2026-03-24 16:09:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 973017d5-c83c-5d7e-9599-24afa118ad7e, skipping ID generation
2026-03-24 16:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 973017d5-c83c-5d7e-9599-24afa118ad7e with scrape type 1
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 973017d5-c83c-5d7e-9599-24afa118ad7e sending to next pipeline
2026-03-24 16:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 973017d5-c83c-5d7e-9599-24afa118ad7e, identifier: 6996805auction110976
2026-03-24 16:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976
2026-03-24 16:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976
2026-03-24 16:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 973017d5-c83c-5d7e-9599-24afa118ad7e with identifier: 6996805auction110976 to the API
2026-03-24 16:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996805/photo_006/780x0__r.jpg?hash=1774361199>
{'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': 6,
'photos': [],
'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-24 16:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:28 [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-24 16:09:28 [ecarstrade.de] INFO: Saving data for 6996805auction110976: {'created_time': 1774368568.648034, 'last_price_update_time': 1774368568.648046, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996805auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_002/780x0__r.jpg?hash=1774361281> (referer: https://ecarstrade.com/cars/6996841)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_006/780x0__r.jpg?hash=1774361282> (referer: https://ecarstrade.com/cars/6996841)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_005/780x0__r.jpg?hash=1774361282> (referer: https://ecarstrade.com/cars/6996841)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_002/780x0__r.jpg?hash=1774361186> (referer: https://ecarstrade.com/cars/6996801)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_006/780x0__r.jpg?hash=1774361186> (referer: https://ecarstrade.com/cars/6996801)
2026-03-24 16:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_005/780x0__r.jpg?hash=1774361186> (referer: https://ecarstrade.com/cars/6996801)
2026-03-24 16:09:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_004/780x0__r.jpg?hash=1774361186> (referer: https://ecarstrade.com/cars/6996801)
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_003/780x0__r.jpg?hash=1774361186> (referer: https://ecarstrade.com/cars/6996801)
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_001/780x0__r.jpg?hash=1774361186> (referer: https://ecarstrade.com/cars/6996801)
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_004/780x0__r.jpg?hash=1774361281> (referer: https://ecarstrade.com/cars/6996841)
2026-03-24 16:09:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_003/780x0__r.jpg?hash=1774361282> (referer: https://ecarstrade.com/cars/6996841)
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b60881a-f995-52a6-ae2d-cd2da63091ab
2026-03-24 16:09:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b60881a-f995-52a6-ae2d-cd2da63091ab, skipping ID generation
2026-03-24 16:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b60881a-f995-52a6-ae2d-cd2da63091ab with scrape type 1
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b60881a-f995-52a6-ae2d-cd2da63091ab sending to next pipeline
2026-03-24 16:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0b60881a-f995-52a6-ae2d-cd2da63091ab, identifier: 6996801auction110976
2026-03-24 16:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976
2026-03-24 16:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976
2026-03-24 16:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0b60881a-f995-52a6-ae2d-cd2da63091ab with identifier: 6996801auction110976 to the API
2026-03-24 16:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996801/photo_001/780x0__r.jpg?hash=1774361186>
{'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': 6,
'photos': [],
'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-24 16:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:29 [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-24 16:09:29 [ecarstrade.de] INFO: Saving data for 6996801auction110976: {'created_time': 1774368569.675736, 'last_price_update_time': 1774368569.67575, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996801auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc7007c3-e22c-5bcc-98aa-31ac9b64649c
2026-03-24 16:09:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc7007c3-e22c-5bcc-98aa-31ac9b64649c, skipping ID generation
2026-03-24 16:09:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc7007c3-e22c-5bcc-98aa-31ac9b64649c with scrape type 1
2026-03-24 16:09:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc7007c3-e22c-5bcc-98aa-31ac9b64649c sending to next pipeline
2026-03-24 16:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fc7007c3-e22c-5bcc-98aa-31ac9b64649c, identifier: 6996841auction110976
2026-03-24 16:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976
2026-03-24 16:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976
2026-03-24 16:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fc7007c3-e22c-5bcc-98aa-31ac9b64649c with identifier: 6996841auction110976 to the API
2026-03-24 16:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996841/photo_003/780x0__r.jpg?hash=1774361282>
{'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': 6,
'photos': [],
'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-24 16:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:30 [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-24 16:09:30 [ecarstrade.de] INFO: Saving data for 6996841auction110976: {'created_time': 1774368570.115225, 'last_price_update_time': 1774368570.115241, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996841auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996828> (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-24 16:09:38 [ecarstrade.de] INFO: Extracting details for car 6996828auction110976
2026-03-24 16:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976
2026-03-24 16:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca5b99b-a74d-515a-b275-42c243f1398e with scrape type 1
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996828%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_001/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996828%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_002/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996828%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_003/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996828%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_004/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996828%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_005/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996828%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_006/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_001/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996828)
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_002/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996828)
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_004/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996828)
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_003/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996828)
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_005/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996828)
2026-03-24 16:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_006/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996828)
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eca5b99b-a74d-515a-b275-42c243f1398e
2026-03-24 16:09:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eca5b99b-a74d-515a-b275-42c243f1398e, skipping ID generation
2026-03-24 16:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca5b99b-a74d-515a-b275-42c243f1398e with scrape type 1
2026-03-24 16:09:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eca5b99b-a74d-515a-b275-42c243f1398e sending to next pipeline
2026-03-24 16:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: eca5b99b-a74d-515a-b275-42c243f1398e, identifier: 6996828auction110976
2026-03-24 16:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976
2026-03-24 16:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976
2026-03-24 16:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: eca5b99b-a74d-515a-b275-42c243f1398e with identifier: 6996828auction110976 to the API
2026-03-24 16:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996828/photo_006/780x0__r.jpg?hash=1774361248>
{'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': 6,
'photos': [],
'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-24 16:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:40 [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-24 16:09:40 [ecarstrade.de] INFO: Saving data for 6996828auction110976: {'created_time': 1774368580.084761, 'last_price_update_time': 1774368580.084772, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996828auction110976') HTTP/1.1" 204 0
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996831> (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-24 16:09:56 [ecarstrade.de] INFO: Extracting details for car 6996831auction110976
2026-03-24 16:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976
2026-03-24 16:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebfb4f80-e048-5efb-8983-550833f86eb7 with scrape type 1
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09: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%252F6990001-7000000%252F6996831%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361257%27 HTTP/1.1" 200 None
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_001/780x0__r.jpg?hash=1774361257 not downloaded yet
2026-03-24 16:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09: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%252F6990001-7000000%252F6996831%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361258%27 HTTP/1.1" 200 None
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_002/780x0__r.jpg?hash=1774361258 not downloaded yet
2026-03-24 16:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09: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%252F6990001-7000000%252F6996831%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361257%27 HTTP/1.1" 200 None
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_003/780x0__r.jpg?hash=1774361257 not downloaded yet
2026-03-24 16:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09: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%252F6990001-7000000%252F6996831%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361257%27 HTTP/1.1" 200 None
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_004/780x0__r.jpg?hash=1774361257 not downloaded yet
2026-03-24 16:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09: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%252F6990001-7000000%252F6996831%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361257%27 HTTP/1.1" 200 None
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_005/780x0__r.jpg?hash=1774361257 not downloaded yet
2026-03-24 16:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09: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%252F6990001-7000000%252F6996831%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361257%27 HTTP/1.1" 200 None
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_006/780x0__r.jpg?hash=1774361257 not downloaded yet
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_002/780x0__r.jpg?hash=1774361258> (referer: https://ecarstrade.com/cars/6996831)
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_001/780x0__r.jpg?hash=1774361257> (referer: https://ecarstrade.com/cars/6996831)
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_005/780x0__r.jpg?hash=1774361257> (referer: https://ecarstrade.com/cars/6996831)
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_004/780x0__r.jpg?hash=1774361257> (referer: https://ecarstrade.com/cars/6996831)
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_003/780x0__r.jpg?hash=1774361257> (referer: https://ecarstrade.com/cars/6996831)
2026-03-24 16:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_006/780x0__r.jpg?hash=1774361257> (referer: https://ecarstrade.com/cars/6996831)
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ebfb4f80-e048-5efb-8983-550833f86eb7
2026-03-24 16:09:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebfb4f80-e048-5efb-8983-550833f86eb7, skipping ID generation
2026-03-24 16:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebfb4f80-e048-5efb-8983-550833f86eb7 with scrape type 1
2026-03-24 16:09:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ebfb4f80-e048-5efb-8983-550833f86eb7 sending to next pipeline
2026-03-24 16:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ebfb4f80-e048-5efb-8983-550833f86eb7, identifier: 6996831auction110976
2026-03-24 16:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976
2026-03-24 16:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976
2026-03-24 16:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ebfb4f80-e048-5efb-8983-550833f86eb7 with identifier: 6996831auction110976 to the API
2026-03-24 16:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:09: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-24 16:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996831/photo_006/780x0__r.jpg?hash=1774361257>
{'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': 6,
'photos': [],
'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-24 16:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:57 [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-24 16:09:57 [ecarstrade.de] INFO: Saving data for 6996831auction110976: {'created_time': 1774368597.583998, 'last_price_update_time': 1774368597.584012, 'auction_closing_time': 1774622400.0}
2026-03-24 16:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996831auction110976') HTTP/1.1" 204 0
2026-03-24 16:10:07 [scrapy.extensions.logstats] INFO: Crawled 88 pages (at 8 pages/min), scraped 79 items (at 15 items/min)
2026-03-24 16:10:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 242MiB
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996832> (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-24 16:10:14 [ecarstrade.de] INFO: Extracting details for car 6996832auction110976
2026-03-24 16:10:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976
2026-03-24 16:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with scrape type 1
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996832%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361259%27 HTTP/1.1" 200 None
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_001/780x0__r.jpg?hash=1774361259 not downloaded yet
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996832%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361259%27 HTTP/1.1" 200 None
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_002/780x0__r.jpg?hash=1774361259 not downloaded yet
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996832%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361259%27 HTTP/1.1" 200 None
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_003/780x0__r.jpg?hash=1774361259 not downloaded yet
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996832%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361259%27 HTTP/1.1" 200 None
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_004/780x0__r.jpg?hash=1774361259 not downloaded yet
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996832%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361259%27 HTTP/1.1" 200 None
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_005/780x0__r.jpg?hash=1774361259 not downloaded yet
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996832%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361259%27 HTTP/1.1" 200 None
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_006/780x0__r.jpg?hash=1774361259 not downloaded yet
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_002/780x0__r.jpg?hash=1774361259> (referer: https://ecarstrade.com/cars/6996832)
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_001/780x0__r.jpg?hash=1774361259> (referer: https://ecarstrade.com/cars/6996832)
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_003/780x0__r.jpg?hash=1774361259> (referer: https://ecarstrade.com/cars/6996832)
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_004/780x0__r.jpg?hash=1774361259> (referer: https://ecarstrade.com/cars/6996832)
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_006/780x0__r.jpg?hash=1774361259> (referer: https://ecarstrade.com/cars/6996832)
2026-03-24 16:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_005/780x0__r.jpg?hash=1774361259> (referer: https://ecarstrade.com/cars/6996832)
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e6a1a7e2-6028-5d09-9c42-8a48e63784c8
2026-03-24 16:10:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6a1a7e2-6028-5d09-9c42-8a48e63784c8, skipping ID generation
2026-03-24 16:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with scrape type 1
2026-03-24 16:10:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6a1a7e2-6028-5d09-9c42-8a48e63784c8 sending to next pipeline
2026-03-24 16:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e6a1a7e2-6028-5d09-9c42-8a48e63784c8, identifier: 6996832auction110976
2026-03-24 16:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976
2026-03-24 16:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976
2026-03-24 16:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e6a1a7e2-6028-5d09-9c42-8a48e63784c8 with identifier: 6996832auction110976 to the API
2026-03-24 16:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:10:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996832/photo_005/780x0__r.jpg?hash=1774361259>
{'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': 6,
'photos': [],
'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-24 16:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996832auction110976%27 HTTP/1.1" 200 None
2026-03-24 16:10:25 [ecarstrade.de] INFO: Saving data for 6996832auction110976: {'created_time': 1774368625.73597, 'last_price_update_time': 1774368625.735985, 'auction_closing_time': 1774622400.0}
2026-03-24 16:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996832auction110976') HTTP/1.1" 204 0
2026-03-24 16:10:29 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.041(s), this was the 1st time calling it.
2026-03-24 16:10:29 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.033688180221609 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:10:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996803> (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-24 16:10:46 [ecarstrade.de] INFO: Extracting details for car 6996803auction110976
2026-03-24 16:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976
2026-03-24 16:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773fa62f-061a-54a5-bd3d-488442177357 with scrape type 1
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996803%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361191%27 HTTP/1.1" 200 None
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_001/780x0__r.jpg?hash=1774361191 not downloaded yet
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996803%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361191%27 HTTP/1.1" 200 None
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_002/780x0__r.jpg?hash=1774361191 not downloaded yet
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996803%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361190%27 HTTP/1.1" 200 None
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_003/780x0__r.jpg?hash=1774361190 not downloaded yet
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996803%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361191%27 HTTP/1.1" 200 None
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_004/780x0__r.jpg?hash=1774361191 not downloaded yet
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996803%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361191%27 HTTP/1.1" 200 None
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_005/780x0__r.jpg?hash=1774361191 not downloaded yet
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996803%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361191%27 HTTP/1.1" 200 None
2026-03-24 16:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_006/780x0__r.jpg?hash=1774361191 not downloaded yet
2026-03-24 16:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_001/780x0__r.jpg?hash=1774361191> (referer: https://ecarstrade.com/cars/6996803)
2026-03-24 16:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_002/780x0__r.jpg?hash=1774361191> (referer: https://ecarstrade.com/cars/6996803)
2026-03-24 16:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_006/780x0__r.jpg?hash=1774361191> (referer: https://ecarstrade.com/cars/6996803)
2026-03-24 16:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_004/780x0__r.jpg?hash=1774361191> (referer: https://ecarstrade.com/cars/6996803)
2026-03-24 16:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_005/780x0__r.jpg?hash=1774361191> (referer: https://ecarstrade.com/cars/6996803)
2026-03-24 16:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_003/780x0__r.jpg?hash=1774361190> (referer: https://ecarstrade.com/cars/6996803)
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 773fa62f-061a-54a5-bd3d-488442177357
2026-03-24 16:10:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 773fa62f-061a-54a5-bd3d-488442177357, skipping ID generation
2026-03-24 16:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 773fa62f-061a-54a5-bd3d-488442177357 with scrape type 1
2026-03-24 16:10:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 773fa62f-061a-54a5-bd3d-488442177357 sending to next pipeline
2026-03-24 16:10:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 773fa62f-061a-54a5-bd3d-488442177357, identifier: 6996803auction110976
2026-03-24 16:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976
2026-03-24 16:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976
2026-03-24 16:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 773fa62f-061a-54a5-bd3d-488442177357 with identifier: 6996803auction110976 to the API
2026-03-24 16:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:10: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-24 16:10:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996803/photo_003/780x0__r.jpg?hash=1774361190>
{'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': 6,
'photos': [],
'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-24 16:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:55 [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-24 16:10:55 [ecarstrade.de] INFO: Saving data for 6996803auction110976: {'created_time': 1774368655.551912, 'last_price_update_time': 1774368655.551923, 'auction_closing_time': 1774622400.0}
2026-03-24 16:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996803auction110976') HTTP/1.1" 204 0
2026-03-24 16:10:55 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 136.709(s), this was the 1st time calling it.
2026-03-24 16:10:55 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.9679587004869994 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:10:55 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 136.925(s), this was the 1st time calling it.
2026-03-24 16:10:55 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.202963072682139 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:11:07 [scrapy.extensions.logstats] INFO: Crawled 90 pages (at 2 pages/min), scraped 81 items (at 2 items/min)
2026-03-24 16:11:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 242MiB
2026-03-24 16:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996791> (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-24 16:11:10 [ecarstrade.de] INFO: Extracting details for car 6996791auction110976
2026-03-24 16:11:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976
2026-03-24 16:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with scrape type 1
2026-03-24 16:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996791%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361163%27 HTTP/1.1" 200 None
2026-03-24 16:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_001/780x0__r.jpg?hash=1774361163 not downloaded yet
2026-03-24 16:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996791%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361163%27 HTTP/1.1" 200 None
2026-03-24 16:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_002/780x0__r.jpg?hash=1774361163 not downloaded yet
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996791%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361163%27 HTTP/1.1" 200 None
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_003/780x0__r.jpg?hash=1774361163 not downloaded yet
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996791%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361163%27 HTTP/1.1" 200 None
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_004/780x0__r.jpg?hash=1774361163 not downloaded yet
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996791%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361163%27 HTTP/1.1" 200 None
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_005/780x0__r.jpg?hash=1774361163 not downloaded yet
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996791%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361163%27 HTTP/1.1" 200 None
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_006/780x0__r.jpg?hash=1774361163 not downloaded yet
2026-03-24 16:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_001/780x0__r.jpg?hash=1774361163> (referer: https://ecarstrade.com/cars/6996791)
2026-03-24 16:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_002/780x0__r.jpg?hash=1774361163> (referer: https://ecarstrade.com/cars/6996791)
2026-03-24 16:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_004/780x0__r.jpg?hash=1774361163> (referer: https://ecarstrade.com/cars/6996791)
2026-03-24 16:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_003/780x0__r.jpg?hash=1774361163> (referer: https://ecarstrade.com/cars/6996791)
2026-03-24 16:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_006/780x0__r.jpg?hash=1774361163> (referer: https://ecarstrade.com/cars/6996791)
2026-03-24 16:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_005/780x0__r.jpg?hash=1774361163> (referer: https://ecarstrade.com/cars/6996791)
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f
2026-03-24 16:11:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f, skipping ID generation
2026-03-24 16:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with scrape type 1
2026-03-24 16:11:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fecc8ecf-0169-57a8-8b2a-1fee0c1f682f sending to next pipeline
2026-03-24 16:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f, identifier: 6996791auction110976
2026-03-24 16:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976
2026-03-24 16:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976
2026-03-24 16:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fecc8ecf-0169-57a8-8b2a-1fee0c1f682f with identifier: 6996791auction110976 to the API
2026-03-24 16:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:11: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-24 16:11:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996791/photo_005/780x0__r.jpg?hash=1774361163>
{'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': 6,
'photos': [],
'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-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [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-24 16:11:19 [ecarstrade.de] INFO: Saving data for 6996791auction110976: {'created_time': 1774368679.13721, 'last_price_update_time': 1774368679.137223, 'auction_closing_time': 1774622400.0}
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996791auction110976') HTTP/1.1" 204 0
2026-03-24 16:11:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.952(s), this was the 1st time calling it.
2026-03-24 16:11:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.479052449277846 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996838> (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-24 16:11:19 [ecarstrade.de] INFO: Extracting details for car 6996838auction110976
2026-03-24 16:11:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976
2026-03-24 16:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393529e9-9037-5b5d-b174-4bad8c5b29e3 with scrape type 1
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996838%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361275%27 HTTP/1.1" 200 None
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_001/780x0__r.jpg?hash=1774361275 not downloaded yet
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996838%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361275%27 HTTP/1.1" 200 None
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_002/780x0__r.jpg?hash=1774361275 not downloaded yet
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996838%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361275%27 HTTP/1.1" 200 None
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_003/780x0__r.jpg?hash=1774361275 not downloaded yet
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996838%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361275%27 HTTP/1.1" 200 None
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_004/780x0__r.jpg?hash=1774361275 not downloaded yet
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996838%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361275%27 HTTP/1.1" 200 None
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_005/780x0__r.jpg?hash=1774361275 not downloaded yet
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6996838%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361275%27 HTTP/1.1" 200 None
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_006/780x0__r.jpg?hash=1774361275 not downloaded yet
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_002/780x0__r.jpg?hash=1774361275> (referer: https://ecarstrade.com/cars/6996838)
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_001/780x0__r.jpg?hash=1774361275> (referer: https://ecarstrade.com/cars/6996838)
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_003/780x0__r.jpg?hash=1774361275> (referer: https://ecarstrade.com/cars/6996838)
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_004/780x0__r.jpg?hash=1774361275> (referer: https://ecarstrade.com/cars/6996838)
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_005/780x0__r.jpg?hash=1774361275> (referer: https://ecarstrade.com/cars/6996838)
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_006/780x0__r.jpg?hash=1774361275> (referer: https://ecarstrade.com/cars/6996838)
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 393529e9-9037-5b5d-b174-4bad8c5b29e3
2026-03-24 16:11:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 393529e9-9037-5b5d-b174-4bad8c5b29e3, skipping ID generation
2026-03-24 16:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 393529e9-9037-5b5d-b174-4bad8c5b29e3 with scrape type 1
2026-03-24 16:11:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 393529e9-9037-5b5d-b174-4bad8c5b29e3 sending to next pipeline
2026-03-24 16:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 393529e9-9037-5b5d-b174-4bad8c5b29e3, identifier: 6996838auction110976
2026-03-24 16:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976
2026-03-24 16:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976
2026-03-24 16:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 393529e9-9037-5b5d-b174-4bad8c5b29e3 with identifier: 6996838auction110976 to the API
2026-03-24 16:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:11:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 16:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996838/photo_006/780x0__r.jpg?hash=1774361275>
{'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': 6,
'photos': [],
'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-24 16:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:30 [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-24 16:11:30 [ecarstrade.de] INFO: Saving data for 6996838auction110976: {'created_time': 1774368690.062857, 'last_price_update_time': 1774368690.062868, 'auction_closing_time': 1774622400.0}
2026-03-24 16:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996838auction110976') HTTP/1.1" 204 0
2026-03-24 16:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 16:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6996826> (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-24 16:11:36 [ecarstrade.de] INFO: Extracting details for car 6996826auction110976
2026-03-24 16:11:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976
2026-03-24 16:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c500b4-d949-5c40-9e59-86b2e078c881 with scrape type 1
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11: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%252F6990001-7000000%252F6996826%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774361247%27 HTTP/1.1" 200 None
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_001/780x0__r.jpg?hash=1774361247 not downloaded yet
2026-03-24 16:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11: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%252F6990001-7000000%252F6996826%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774361247%27 HTTP/1.1" 200 None
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_002/780x0__r.jpg?hash=1774361247 not downloaded yet
2026-03-24 16:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11: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%252F6990001-7000000%252F6996826%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774361247%27 HTTP/1.1" 200 None
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_003/780x0__r.jpg?hash=1774361247 not downloaded yet
2026-03-24 16:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11: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%252F6990001-7000000%252F6996826%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774361247%27 HTTP/1.1" 200 None
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_004/780x0__r.jpg?hash=1774361247 not downloaded yet
2026-03-24 16:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11: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%252F6990001-7000000%252F6996826%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774361247%27 HTTP/1.1" 200 None
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_005/780x0__r.jpg?hash=1774361247 not downloaded yet
2026-03-24 16:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11: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%252F6990001-7000000%252F6996826%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774361248%27 HTTP/1.1" 200 None
2026-03-24 16:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_006/780x0__r.jpg?hash=1774361248 not downloaded yet
2026-03-24 16:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_001/780x0__r.jpg?hash=1774361247> (referer: https://ecarstrade.com/cars/6996826)
2026-03-24 16:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_002/780x0__r.jpg?hash=1774361247> (referer: https://ecarstrade.com/cars/6996826)
2026-03-24 16:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_004/780x0__r.jpg?hash=1774361247> (referer: https://ecarstrade.com/cars/6996826)
2026-03-24 16:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_003/780x0__r.jpg?hash=1774361247> (referer: https://ecarstrade.com/cars/6996826)
2026-03-24 16:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_006/780x0__r.jpg?hash=1774361248> (referer: https://ecarstrade.com/cars/6996826)
2026-03-24 16:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_005/780x0__r.jpg?hash=1774361247> (referer: https://ecarstrade.com/cars/6996826)
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e0c500b4-d949-5c40-9e59-86b2e078c881
2026-03-24 16:11:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0c500b4-d949-5c40-9e59-86b2e078c881, skipping ID generation
2026-03-24 16:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c500b4-d949-5c40-9e59-86b2e078c881 with scrape type 1
2026-03-24 16:11:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0c500b4-d949-5c40-9e59-86b2e078c881 sending to next pipeline
2026-03-24 16:11:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e0c500b4-d949-5c40-9e59-86b2e078c881, identifier: 6996826auction110976
2026-03-24 16:11:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976
2026-03-24 16:11:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976
2026-03-24 16:11:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e0c500b4-d949-5c40-9e59-86b2e078c881 with identifier: 6996826auction110976 to the API
2026-03-24 16:11:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 16:11: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-24 16:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6996826/photo_005/780x0__r.jpg?hash=1774361247>
{'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': 6,
'photos': [],
'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-24 16:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:39 [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-24 16:11:39 [ecarstrade.de] INFO: Saving data for 6996826auction110976: {'created_time': 1774368699.833035, 'last_price_update_time': 1774368699.833053, 'auction_closing_time': 1774622400.0}
2026-03-24 16:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6996826auction110976') HTTP/1.1" 204 0
2026-03-24 16:11:39 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 16:11:39 [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-24 16:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 16:11:39 [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%201773936699 HTTP/1.1" 200 None
2026-03-24 16:11:40 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (84 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-24T16_00_00.jl
2026-03-24 16:11:40 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 949193,
'downloader/request_count': 387,
'downloader/request_method_count/GET': 387,
'downloader/response_bytes': 51346242,
'downloader/response_count': 387,
'downloader/response_status_count/200': 387,
'elapsed_time_seconds': 692.844779,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 16, 11, 39, 973528, tzinfo=datetime.timezone.utc),
'item_scraped_count': 84,
'log_count/DEBUG': 2399,
'log_count/INFO': 1524,
'log_count/WARNING': 294,
'memusage/max': 254476288,
'memusage/startup': 149970944,
'photo_download_count': 294,
'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': 179,
'playwright/request_count/method/GET': 156,
'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': 88,
'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': 155,
'playwright/response_count/method/POST': 22,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 17,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 88,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 44,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 9,
'response_received_count': 93,
'scheduler/dequeued': 387,
'scheduler/dequeued/memory': 387,
'scheduler/enqueued': 387,
'scheduler/enqueued/memory': 387,
'scrape_type/new': 54,
'scrape_type/price_update': 30,
'scrape_type/skipped': 54,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 102,
'scrapy-zyte-api/error_ratio': 0.09803921568627451,
'scrapy-zyte-api/errors': 10,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 10,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 22.106490190849517,
'scrapy-zyte-api/mean_response_seconds': 22.32306177201479,
'scrapy-zyte-api/processed': 92,
'scrapy-zyte-api/request_args/browserHtml': 92,
'scrapy-zyte-api/request_args/experimental.requestCookies': 92,
'scrapy-zyte-api/request_args/experimental.responseCookies': 92,
'scrapy-zyte-api/request_args/requestHeaders': 92,
'scrapy-zyte-api/request_args/sessionContext': 92,
'scrapy-zyte-api/request_args/url': 92,
'scrapy-zyte-api/status_codes/0': 10,
'scrapy-zyte-api/status_codes/200': 92,
'scrapy-zyte-api/success': 92,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 24, 16, 0, 7, 128749, tzinfo=datetime.timezone.utc)}
2026-03-24 16:11:40 [scrapy.core.engine] INFO: Spider closed (finished)