2026-03-25 16:00:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-25 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-25 16:00:06 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-25 16:00:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-25 16:00:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-25 16:00:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-25 16:00:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-25 16:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: 6efbe056af398c9f
2026-03-25 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-25 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-25T16_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-25 16:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 16:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-25 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-25 16:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-25 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-25 16:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-25 16:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 16:00:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-25 16:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-25 16:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-25 16:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-25 16:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-25 16:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-25 16:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-25 16:00:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-25 16:00:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-25 16:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-25 16:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 16:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-25 16:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-25 16:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 16:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-25 16:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-25 16:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-25 16:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-25 16:00:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-25 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-25 16:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-25 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-25 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-25 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-25 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-25 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-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 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-25 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-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=3699e954> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:16 [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-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 16:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-25 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=3699e954>
2026-03-25 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-25 16:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-25 16:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=3699e954>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=3699e954>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=3699e954>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=3699e954>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=3699e954>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-25 16:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-25 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-25 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-25 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-25 16:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-25 16:00:21 [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-25 16:00:21 [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-25 16:00:21 [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-25 16:00:21 [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-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=8288> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1278971555.1774454422>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-25 16:00:21 [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=1278971555.1774454422>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&z=551050058> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=3699e954>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=3699e954>
2026-03-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-25 16:00:21 [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-25 16:00:21 [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-25 16:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252~118131588~118199987&apve=1&apvf=f&apvc=1&tft=1774454421936&tfd=8624> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=8288>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1504309787&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=132880297&gjid=1097570458&cid=1278971555.1774454422&tid=UA-73443533-1&_gid=752667545.1774454422&_r=1&_slc=1&z=1366367188> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=3699e954>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=3699e954>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1504309787&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IADAAEABAAAAACAAI~&jid=132880297&gjid=1097570458&cid=1278971555.1774454422&tid=UA-73443533-1&_gid=752667545.1774454422&_r=1&_slc=1&z=1366367188>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1278971555.1774454422>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454422304&cv=11&fst=1774454422304&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [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=1278971555.1774454422>m=45je63n1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&z=551050058>
2026-03-25 16:00:22 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454422349&tfd=9036> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774454100000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-25 16:00:22 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63n1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938465~115938468~116024733~117484252~118131588~118199987&apve=1&apvf=f&apvc=1&tft=1774454421936&tfd=8624>
2026-03-25 16:00:22 [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-25 16:00:22 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454422349&tfd=9036>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454422304&cv=11&fst=1774454422304&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454422304&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9rgydSCWDhCYyGfdLMdw3R9S6RuuRJOkQfHCyGr129GEE70JXWBqUJ9b2aouNfpXuhlWKysq0P6xLwFihem9hbhp8YB1qRH8qKi0&random=2122049147&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454422304&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9rgydSCWDhCYyGfdLMdw3R9S6RuuRJOkQfHCyGr129GEE70JXWBqUJ9b2aouNfpXuhlWKysq0P6xLwFihem9hbhp8YB1qRH8qKi0&random=2122049147&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774454100000/5441429.js>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-25 16:00:23 [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-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454422304&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9rgydSCWDhCYyGfdLMdw3R9S6RuuRJOkQfHCyGr129GEE70JXWBqUJ9b2aouNfpXuhlWKysq0P6xLwFihem9hbhp8YB1qRH8qKi0&random=2122049147&rmt_tld=1&ipr=y>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=3699e954>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454422304&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9rgydSCWDhCYyGfdLMdw3R9S6RuuRJOkQfHCyGr129GEE70JXWBqUJ9b2aouNfpXuhlWKysq0P6xLwFihem9hbhp8YB1qRH8qKi0&random=2122049147&rmt_tld=0&ipr=y>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25919&mobile=false&messagesUtk=e9b149d2eee24ad8bbeaafb1a46e7b30&traceId=e9b149d2eee24ad8bbeaafb1a46e7b30> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:23 [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-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=3699e954>
2026-03-25 16:00:23 [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-25 16:00:23 [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-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-25 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-25 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25919&mobile=false&messagesUtk=e9b149d2eee24ad8bbeaafb1a46e7b30&traceId=e9b149d2eee24ad8bbeaafb1a46e7b30>
2026-03-25 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://l.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://l.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://l.clarity.ms/collect>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=3699e954>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-25 16:00:25 [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-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:25 [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=1774454425414&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=3699e954> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256z8811692034za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=293&tfd=12226> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454425548&cv=11&fst=1774454425548&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&ep.url=%2Fsearch&ep.eventName=search>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454425571&tfd=12259> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&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=1774451536&ep.url=%2Fsearch&ep.eventName=search&_et=3617&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=12312> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=3699e954)
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://l.clarity.ms/collect>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256z8811692034za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=293&tfd=12226>
2026-03-25 16:00:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=3699e954>
2026-03-25 16:00:26 [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-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&ep.url=%2Fsearch&ep.eventName=search>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454425571&tfd=12259>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454425548&cv=11&fst=1774454425548&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=4>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454425548&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9FNCI6RxXdq1FuUoDRbiXHzZW82R7H0MH2RZtOkadR7WodPOoLD-s5nRGKe-KiSJHyzuBela7EbB9fAjOlQQW6D-TX-zOvmIdEmA-a4i-1fPKy6G3VPag9w&random=945758347&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454425548&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9FNCI6RxXdq1FuUoDRbiXHzZW82R7H0MH2RZtOkadR7WodPOoLD-s5nRGKe-KiSJHyzuBela7EbB9fAjOlQQW6D-TX-zOvmIdEmA-a4i-1fPKy6G3VPag9w&random=945758347&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&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=1774451536&ep.url=%2Fsearch&ep.eventName=search&_et=3617&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=12312>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=3699e954>
2026-03-25 16:00:26 [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=1774454425414&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=3699e954>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454425548&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9FNCI6RxXdq1FuUoDRbiXHzZW82R7H0MH2RZtOkadR7WodPOoLD-s5nRGKe-KiSJHyzuBela7EbB9fAjOlQQW6D-TX-zOvmIdEmA-a4i-1fPKy6G3VPag9w&random=945758347&rmt_tld=1&ipr=y>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454425548&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=page_view>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3Dpage_view%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9FNCI6RxXdq1FuUoDRbiXHzZW82R7H0MH2RZtOkadR7WodPOoLD-s5nRGKe-KiSJHyzuBela7EbB9fAjOlQQW6D-TX-zOvmIdEmA-a4i-1fPKy6G3VPag9w&random=945758347&rmt_tld=0&ipr=y>
2026-03-25 16:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=3699e954>
2026-03-25 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-25 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://l.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:27 [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-25 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:27 [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-25 16:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:27 [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-25 16:00:27 [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-25 16:00:27 [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-25 16:00:27 [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-25 16:00:28 [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-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://l.clarity.ms/collect>
2026-03-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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-25 16:00:28 [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=3699e954)
2026-03-25 16:00:28 [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=3699e954)
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6908964/photo_000/260x0__r.jpg>
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-25 16:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774454429087&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [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=1774454429245&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=4&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=60&tfd=16003> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774454429087&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15>
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454429326&cv=11&fst=1774454429326&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454429352&tfd=16039> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=4&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=60&tfd=16003>
2026-03-25 16:00:29 [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=1774454429245&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15>
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454429352&tfd=16039>
2026-03-25 16:00:29 [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=1774454429579&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [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-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454429702&cv=11&fst=1774454429702&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454429716&tfd=16403> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:29 [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=1774454429579&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15>
2026-03-25 16:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454429716&tfd=16403>
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454429326&cv=11&fst=1774454429326&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454429326&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9fExJ2yOyW61rjNRnApGO9OD45woArALNbXwfImAtipSh-hHjxGKY5YiZe6a3BTscNwJD2GbtDIR8Khqg-96gpLa9PP8z_buVtwBwc341KI61AvMRJJ8NXQ&random=589611270&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454429326&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9fExJ2yOyW61rjNRnApGO9OD45woArALNbXwfImAtipSh-hHjxGKY5YiZe6a3BTscNwJD2GbtDIR8Khqg-96gpLa9PP8z_buVtwBwc341KI61AvMRJJ8NXQ&random=589611270&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454429326&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9fExJ2yOyW61rjNRnApGO9OD45woArALNbXwfImAtipSh-hHjxGKY5YiZe6a3BTscNwJD2GbtDIR8Khqg-96gpLa9PP8z_buVtwBwc341KI61AvMRJJ8NXQ&random=589611270&rmt_tld=0&ipr=y>
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454429326&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9fExJ2yOyW61rjNRnApGO9OD45woArALNbXwfImAtipSh-hHjxGKY5YiZe6a3BTscNwJD2GbtDIR8Khqg-96gpLa9PP8z_buVtwBwc341KI61AvMRJJ8NXQ&random=589611270&rmt_tld=1&ipr=y>
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://l.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454429702&cv=11&fst=1774454429702&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454429702&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9uYcye8BQuUf9Tp9u1w9SYNrUQ4AifNxANDwfuvm0zClvwiljv1cB_pw5t283qEsWKfzQwy-0R5qdVynQSoE38YTZWpareR1Z7KamrrwumCOGs3zq9eiVHQ&random=4055294097&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454429702&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9uYcye8BQuUf9Tp9u1w9SYNrUQ4AifNxANDwfuvm0zClvwiljv1cB_pw5t283qEsWKfzQwy-0R5qdVynQSoE38YTZWpareR1Z7KamrrwumCOGs3zq9eiVHQ&random=4055294097&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454429702&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9uYcye8BQuUf9Tp9u1w9SYNrUQ4AifNxANDwfuvm0zClvwiljv1cB_pw5t283qEsWKfzQwy-0R5qdVynQSoE38YTZWpareR1Z7KamrrwumCOGs3zq9eiVHQ&random=4055294097&rmt_tld=0&ipr=y>
2026-03-25 16:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454429702&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9uYcye8BQuUf9Tp9u1w9SYNrUQ4AifNxANDwfuvm0zClvwiljv1cB_pw5t283qEsWKfzQwy-0R5qdVynQSoE38YTZWpareR1Z7KamrrwumCOGs3zq9eiVHQ&random=4055294097&rmt_tld=1&ipr=y>
2026-03-25 16:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://l.clarity.ms/collect>
2026-03-25 16:00:34 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:34 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=21005> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:34 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=21005>
2026-03-25 16:00:34 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774454434953&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454435012&cv=11&fst=1774454435012&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:35 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454435032&tfd=21720> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774454434953&vi=cb74e3801ccaf52ee8ac04b058014212&nc=true&u=129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1&b=129379155.1.1774454425413&cc=15>
2026-03-25 16:00:35 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454435032&tfd=21720>
2026-03-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454435012&cv=11&fst=1774454435012&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454435012&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9TLWw0J1O1xswRvSbIAv7jHk6PAnUM9cGEkJdeHiuwzn1faek1N-_e5EZ9IQjY2opAut-RM2F8APsmfDtVD-kwNR1PP7VQh1-6SCUqZQEQrMFhUtYpoeHng&random=3989663053&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454435012&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9TLWw0J1O1xswRvSbIAv7jHk6PAnUM9cGEkJdeHiuwzn1faek1N-_e5EZ9IQjY2opAut-RM2F8APsmfDtVD-kwNR1PP7VQh1-6SCUqZQEQrMFhUtYpoeHng&random=3989663053&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454435012&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9TLWw0J1O1xswRvSbIAv7jHk6PAnUM9cGEkJdeHiuwzn1faek1N-_e5EZ9IQjY2opAut-RM2F8APsmfDtVD-kwNR1PP7VQh1-6SCUqZQEQrMFhUtYpoeHng&random=3989663053&rmt_tld=0&ipr=y>
2026-03-25 16:00:35 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454435012&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9TLWw0J1O1xswRvSbIAv7jHk6PAnUM9cGEkJdeHiuwzn1faek1N-_e5EZ9IQjY2opAut-RM2F8APsmfDtVD-kwNR1PP7VQh1-6SCUqZQEQrMFhUtYpoeHng&random=3989663053&rmt_tld=1&ipr=y>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/de.png>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/it.png>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6935588/photo_000/260x0__r.jpg>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6938496/photo_045/260x0__r.jpg>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454437517&cv=11&fst=1774454437517&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454437557&cv=11&fst=1774454437557&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:37 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454437618&tfd=24306> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:37 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454437619&tfd=24307> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:37 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454437618&tfd=24306>
2026-03-25 16:00:37 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6937847/photo_000/260x0__r.jpg>
2026-03-25 16:00:37 [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=275625383.1774454422&dt=Search%20%7C%20eCarsTrade&auid=1678461496.1774454422&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774451536&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=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774454437619&tfd=24307>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940028/photo_001/260x0__r.jpg>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939795/photo_001/260x0__r.jpg>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454437517&cv=11&fst=1774454437517&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454437517&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9fOSHg7vboZ3IZxA6HvlZkrgb82iraK1EAsFhaifaQW0tUq1xtbMqXWjlq8bZBwpBaD7ngLKDMdoQWXdQNOTm61Ku0uO4sgnMw3gKofuPCptiD1mQS-hZ6A&random=665943714&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454437517&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9fOSHg7vboZ3IZxA6HvlZkrgb82iraK1EAsFhaifaQW0tUq1xtbMqXWjlq8bZBwpBaD7ngLKDMdoQWXdQNOTm61Ku0uO4sgnMw3gKofuPCptiD1mQS-hZ6A&random=665943714&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774454437557&cv=11&fst=1774454437557&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774454437557&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9D56kmIoKkJNNgPurNeKk62R3ykCgeEYuLZmCM-Kbd3-j68_VU0IzO9yvWIWtm1Lb4I3QiOJXX3KBaq8c7muXXdExhw32hH_vAQuKCSI2XNLhitieI7Kecg&random=1411788275&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454437557&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9D56kmIoKkJNNgPurNeKk62R3ykCgeEYuLZmCM-Kbd3-j68_VU0IzO9yvWIWtm1Lb4I3QiOJXX3KBaq8c7muXXdExhw32hH_vAQuKCSI2XNLhitieI7Kecg&random=1411788275&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6930001-6940000/6939652/photo_048/260x0__r.jpg>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6940001-6950000/6940047/photo_001/260x0__r.jpg>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454437517&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9fOSHg7vboZ3IZxA6HvlZkrgb82iraK1EAsFhaifaQW0tUq1xtbMqXWjlq8bZBwpBaD7ngLKDMdoQWXdQNOTm61Ku0uO4sgnMw3gKofuPCptiD1mQS-hZ6A&random=665943714&rmt_tld=0&ipr=y>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454437517&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9fOSHg7vboZ3IZxA6HvlZkrgb82iraK1EAsFhaifaQW0tUq1xtbMqXWjlq8bZBwpBaD7ngLKDMdoQWXdQNOTm61Ku0uO4sgnMw3gKofuPCptiD1mQS-hZ6A&random=665943714&rmt_tld=1&ipr=y>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774454437557&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9D56kmIoKkJNNgPurNeKk62R3ykCgeEYuLZmCM-Kbd3-j68_VU0IzO9yvWIWtm1Lb4I3QiOJXX3KBaq8c7muXXdExhw32hH_vAQuKCSI2XNLhitieI7Kecg&random=1411788275&rmt_tld=0&ipr=y>
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774454437557&cv=11&fst=1774454400000&bg=ffffff&guid=ON&async=1&en=event>m=45be63n1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115616986~115938465~115938468~116024733~117484252~117884344&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=1678461496.1774454422&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774451536%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=CAQSXQAFq6B9D56kmIoKkJNNgPurNeKk62R3ykCgeEYuLZmCM-Kbd3-j68_VU0IzO9yvWIWtm1Lb4I3QiOJXX3KBaq8c7muXXdExhw32hH_vAQuKCSI2XNLhitieI7Kecg&random=1411788275&rmt_tld=1&ipr=y>
2026-03-25 16:00:38 [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-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002183/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002167/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002140/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:38 [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-25 16:00:38 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://l.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002138/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002137/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002136/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002134/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7002132/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001956/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001952/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001949/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001754/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001753/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001750/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001751/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001752/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001748/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001747/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001744/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7001745/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-25 16:00:39 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://l.clarity.ms/collect>
2026-03-25 16:00:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-25 16:00:40 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n1v871189256za200zd871189256&_p=1774454421419&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1278971555.1774454422&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938465~115938469~116024733~117484252&sid=1774454421&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=6&tfd=26695> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-25 16:00:40 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUl51ytnJQrFUR86s2YxxnCvanhgPlbTE4qSz_t72onjL_vnSrOTKle6AMii', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808150425, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777046415, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'iefjprq3536is80hvb50t09k51', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774483215, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835971215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777046415, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '5890034b-5be0-4215-bfde-d37cfaef93a4', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809014421, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.2.1278971555.1774454422', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837526422, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.752667545.1774454422', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774540822, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774454482, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1678461496.1774454422', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782230422, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ae71a7295-47e9-4939-9ce4-f8badd26ef62%22%2C%22%24device_id%22%3A%22e71a7295-47e9-4939-9ce4-f8badd26ef62%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': 1805990422, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '901a7f81-76a1-452f-ab80-c59a5dde7ee6', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1805990423, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790006425, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'cb74e3801ccaf52ee8ac04b058014212', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790006425, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': -1, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hssc', 'value': '129379155.1.1774454425413', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774456225, '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-25T16%3A00%3A29.109Z%22%2C%22consentId%22%3A%220503d83c-ff01-4f33-9f7d-6199fb93a815%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T16%3A00%3A29.109Z%22%2C%22expirationTime%22%3A1790179229110%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790179229, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"0503d83c-ff01-4f33-9f7d-6199fb93a815","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774454421$o1$g1$t1774454437$j44$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837526437, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774454738, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 's4QUxXj38Z2oFDjYvol0MZCSdimINy26u0_KWqe9EHE-1774454426-1.0.1.1-wjISnzvVPmAFvSekBpAvyvBrjGMAd__YCnKaqlMtC_2MmDbdxYh5HtDiE59Ywnv6zFxXfKla1xA3EKOPZJo3mBnrbrjN0wLp5FrnxUUPiHg', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774456226, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'iQEAwdJLecj8m.Xg7hgKZZWCD4bdsU0FWemOELklGs8-1774454426033-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-25 16:00:40 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUl51ytnJQrFUR86s2YxxnCvanhgPlbTE4qSz_t72onjL_vnSrOTKle6AMii', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'iefjprq3536is80hvb50t09k51', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'gbuuid', 'value': '5890034b-5be0-4215-bfde-d37cfaef93a4', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.2.1278971555.1774454422', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.752667545.1774454422', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1678461496.1774454422', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ae71a7295-47e9-4939-9ce4-f8badd26ef62%22%2C%22%24device_id%22%3A%22e71a7295-47e9-4939-9ce4-f8badd26ef62%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': '901a7f81-76a1-452f-ab80-c59a5dde7ee6', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.cb74e3801ccaf52ee8ac04b058014212.1774454425413.1774454425413.1774454425413.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'cb74e3801ccaf52ee8ac04b058014212', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774454425413', '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-25T16%3A00%3A29.109Z%22%2C%22consentId%22%3A%220503d83c-ff01-4f33-9f7d-6199fb93a815%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-25T16%3A00%3A29.109Z%22%2C%22expirationTime%22%3A1790179229110%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"0503d83c-ff01-4f33-9f7d-6199fb93a815","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774454421$o1$g1$t1774454437$j44$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 's4QUxXj38Z2oFDjYvol0MZCSdimINy26u0_KWqe9EHE-1774454426-1.0.1.1-wjISnzvVPmAFvSekBpAvyvBrjGMAd__YCnKaqlMtC_2MmDbdxYh5HtDiE59Ywnv6zFxXfKla1xA3EKOPZJo3mBnrbrjN0wLp5FrnxUUPiHg', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'iQEAwdJLecj8m.Xg7hgKZZWCD4bdsU0FWemOELklGs8-1774454426033-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-25 16:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-25 16:00:40 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-25 16:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:00:46 [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-25 16:00:46 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999394auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999394auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:46 [ecarstrade.de] INFO: Scrape type for 6999394auction111011: 0
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999381auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999381auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:46 [ecarstrade.de] INFO: Scrape type for 6999381auction111011: 0
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999403auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999403auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:46 [ecarstrade.de] INFO: Scrape type for 6999403auction111011: 0
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999398auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999398auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:46 [ecarstrade.de] INFO: Scrape type for 6999398auction111011: 0
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999396auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999396auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:46 [ecarstrade.de] INFO: Scrape type for 6999396auction111011: 0
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999376auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999376auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:46 [ecarstrade.de] INFO: Scrape type for 6999376auction111011: 0
2026-03-25 16:00:46 [ecarstrade.de] INFO: Found listing with ID: 6999393auction111011
2026-03-25 16:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999393auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999393auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999392auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999392auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999392auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999423auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999423auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999423auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999419auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999419auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999419auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999377auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999377auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999377auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999385auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999385auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999385auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999374auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999374auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999374auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999397auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999397auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999397auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999422auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999422auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999422auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999411auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999411auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999411auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999415auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999415auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999415auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999378auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999378auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999378auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999379auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999379auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999379auction111011: 0
2026-03-25 16:00:47 [ecarstrade.de] INFO: Found listing with ID: 6999399auction111011
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999399auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:47 [ecarstrade.de] INFO: Scrape type for 6999399auction111011: 0
2026-03-25 16:00:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:00:57 [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-25 16:00:57 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999395auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999395auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999395auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999413auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999413auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999413auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999389auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999389auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999389auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999405auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999405auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999405auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999373auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999373auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999373auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999390auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999390auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999390auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999387auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999387auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999387auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999375auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999375auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999375auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999412auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999412auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999412auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999421auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999421auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999421auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999416auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999416auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999416auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999404auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999404auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999404auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999380auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999380auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999380auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999402auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999402auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999402auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999408auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999408auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999408auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999383auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999383auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999383auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999418auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999418auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999418auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999386auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999386auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999386auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999420auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999420auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999420auction111011: 0
2026-03-25 16:00:57 [ecarstrade.de] INFO: Found listing with ID: 6999414auction111011
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999414auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:00:57 [ecarstrade.de] INFO: Scrape type for 6999414auction111011: 0
2026-03-25 16:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:06 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 0 items (at 0 items/min)
2026-03-25 16:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 196MiB
2026-03-25 16:01:21 [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-25 16:01:21 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999391auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999391auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999391auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999406auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999406auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999406auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999388auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999388auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999388auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999410auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999410auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999410auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999382auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999382auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999382auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999417auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999417auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999417auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999400auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999400auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999400auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999401auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999401auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999401auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999384auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999384auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999384auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 6999407auction111011
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276999407auction111011%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 6999407auction111011: 0
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000864auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000864auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000864auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000877auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000877auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000877auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000862auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000862auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000862auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000861auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000861auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000861auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000876auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000876auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000876auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000873auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000873auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000873auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000858auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000858auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000858auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000875auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000875auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000875auction111027: 1
2026-03-25 16:01:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000897auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000897auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000897auction111027: 1
2026-03-25 16:01:21 [ecarstrade.de] INFO: Found listing with ID: 7000874auction111027
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000874auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:21 [ecarstrade.de] INFO: Scrape type for 7000874auction111027: 1
2026-03-25 16:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000877> (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-25 16:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:28 [ecarstrade.de] INFO: Extracting details for car 7000877auction111027
2026-03-25 16:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a79b7075-03e8-5abc-b7b1-cea2f3fc445f with identifier: 7000877auction111027
2026-03-25 16:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79b7075-03e8-5abc-b7b1-cea2f3fc445f with scrape type 1
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000877%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444893%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_001/780x0__r.jpg?hash=1774444893 not downloaded yet
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000877%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444892%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_002/780x0__r.jpg?hash=1774444892 not downloaded yet
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000877%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444892%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_003/780x0__r.jpg?hash=1774444892 not downloaded yet
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000877%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444892%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_004/780x0__r.jpg?hash=1774444892 not downloaded yet
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000877%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444892%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_005/780x0__r.jpg?hash=1774444892 not downloaded yet
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000877%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444892%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_006/780x0__r.jpg?hash=1774444892 not downloaded yet
2026-03-25 16:01:28 [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-25 16:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000884auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000884auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000884auction111027: 1
2026-03-25 16:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000864> (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-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000863auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000863auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000863auction111027: 1
2026-03-25 16:01:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000878auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000878auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000878auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000860auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000860auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000860auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000890auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000890auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000890auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000856auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000856auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000856auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000855auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000855auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000855auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Extracting details for car 7000864auction111027
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000894auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000894auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000894auction111027: 1
2026-03-25 16:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000873> (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-25 16:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ead30c3d-6652-5969-9f07-cba68be5a433 with identifier: 7000864auction111027
2026-03-25 16:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ead30c3d-6652-5969-9f07-cba68be5a433 with scrape type 1
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000864%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444870%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_001/780x0__r.jpg?hash=1774444870 not downloaded yet
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000892auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000892auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000892auction111027: 1
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000864%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444870%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_002/780x0__r.jpg?hash=1774444870 not downloaded yet
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000859auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000859auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000859auction111027: 1
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000864%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444871%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_003/780x0__r.jpg?hash=1774444871 not downloaded yet
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000872auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000872auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000872auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Extracting details for car 7000873auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000864%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444870%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_004/780x0__r.jpg?hash=1774444870 not downloaded yet
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000889auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000889auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000889auction111027: 1
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000864%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444870%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_005/780x0__r.jpg?hash=1774444870 not downloaded yet
2026-03-25 16:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcc2e294-0c24-5f81-be56-d3e6b914194d with identifier: 7000873auction111027
2026-03-25 16:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcc2e294-0c24-5f81-be56-d3e6b914194d with scrape type 1
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item bcc2e294-0c24-5f81-be56-d3e6b914194d
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000873%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000873/photo_001/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000885auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000885auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000885auction111027: 1
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000864%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444870%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_006/780x0__r.jpg?hash=1774444870 not downloaded yet
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000866auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000866auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000866auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000881auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000881auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:28 [ecarstrade.de] INFO: Scrape type for 7000881auction111027: 1
2026-03-25 16:01:28 [ecarstrade.de] INFO: Found listing with ID: 7000888auction111027
2026-03-25 16:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000888auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [ecarstrade.de] INFO: Scrape type for 7000888auction111027: 1
2026-03-25 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7000887auction111027
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000887auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [ecarstrade.de] INFO: Scrape type for 7000887auction111027: 1
2026-03-25 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7000879auction111027
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000879auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [ecarstrade.de] INFO: Scrape type for 7000879auction111027: 1
2026-03-25 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7000893auction111027
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000893auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [ecarstrade.de] INFO: Scrape type for 7000893auction111027: 1
2026-03-25 16:01:29 [ecarstrade.de] INFO: Found listing with ID: 7000870auction111027
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000870auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [ecarstrade.de] INFO: Scrape type for 7000870auction111027: 1
2026-03-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000862> (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-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_001/780x0__r.jpg?hash=1774444893> (referer: https://ecarstrade.com/cars/7000877)
2026-03-25 16:01:29 [ecarstrade.de] INFO: Extracting details for car 7000862auction111027
2026-03-25 16:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 with identifier: 7000862auction111027
2026-03-25 16:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 with scrape type 1
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000862%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_001/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_003/780x0__r.jpg?hash=1774444892> (referer: https://ecarstrade.com/cars/7000877)
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000862%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_002/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000862%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_003/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000862%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_004/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000862%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_005/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_002/780x0__r.jpg?hash=1774444892> (referer: https://ecarstrade.com/cars/7000877)
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000862%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_006/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_004/780x0__r.jpg?hash=1774444892> (referer: https://ecarstrade.com/cars/7000877)
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_005/780x0__r.jpg?hash=1774444892> (referer: https://ecarstrade.com/cars/7000877)
2026-03-25 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-25 16:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_006/780x0__r.jpg?hash=1774444892> (referer: https://ecarstrade.com/cars/7000877)
2026-03-25 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-25 16:01:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a79b7075-03e8-5abc-b7b1-cea2f3fc445f
2026-03-25 16:01:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a79b7075-03e8-5abc-b7b1-cea2f3fc445f, skipping ID generation
2026-03-25 16:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a79b7075-03e8-5abc-b7b1-cea2f3fc445f with scrape type 1
2026-03-25 16:01:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a79b7075-03e8-5abc-b7b1-cea2f3fc445f sending to next pipeline
2026-03-25 16:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a79b7075-03e8-5abc-b7b1-cea2f3fc445f, identifier: 7000877auction111027
2026-03-25 16:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a79b7075-03e8-5abc-b7b1-cea2f3fc445f with identifier: 7000877auction111027
2026-03-25 16:01:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:29 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a79b7075-03e8-5abc-b7b1-cea2f3fc445f with identifier: 7000877auction111027
2026-03-25 16:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a79b7075-03e8-5abc-b7b1-cea2f3fc445f with identifier: 7000877auction111027 to the API
2026-03-25 16:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000877/photo_006/780x0__r.jpg?hash=1774444892>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a79b7075-03e8-5abc-b7b1-cea2f3fc445f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000877',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 96581,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'GLC -Klasse GLC 220 d 4Matic (253.915)AMG AMG Line 143KW AT9 E6d',
'transmission': 'automatic',
'trim': 'GLC -Klasse d 4Matic (253.915)AMG AMG Line 143KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000877auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [ecarstrade.de] INFO: Saving data for 7000877auction111027: {'created_time': 1774454490.302123, 'last_price_update_time': 1774454490.302139, 'auction_closing_time': 1774532400.0}
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000877auction111027') HTTP/1.1" 204 0
2026-03-25 16:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000876> (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-25 16:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000858> (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-25 16:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_001/780x0__r.jpg?hash=1774444870> (referer: https://ecarstrade.com/cars/7000864)
2026-03-25 16:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:30 [ecarstrade.de] INFO: Extracting details for car 7000876auction111027
2026-03-25 16:01:30 [ecarstrade.de] INFO: Extracting details for car 7000858auction111027
2026-03-25 16:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc209005-120e-53c6-a63c-1e00c058763e with identifier: 7000876auction111027
2026-03-25 16:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc209005-120e-53c6-a63c-1e00c058763e with scrape type 1
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item dc209005-120e-53c6-a63c-1e00c058763e
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000876%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444890%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000876/photo_001/780x0__r.jpg?hash=1774444890 not downloaded yet
2026-03-25 16:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa48eda6-c794-545d-b791-88aa4b3eee21 with identifier: 7000858auction111027
2026-03-25 16:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa48eda6-c794-545d-b791-88aa4b3eee21 with scrape type 1
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000858%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444860%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_001/780x0__r.jpg?hash=1774444860 not downloaded yet
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000858%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444860%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_002/780x0__r.jpg?hash=1774444860 not downloaded yet
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000858%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444861%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_003/780x0__r.jpg?hash=1774444861 not downloaded yet
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000858%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444861%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_004/780x0__r.jpg?hash=1774444861 not downloaded yet
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000858%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444861%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_005/780x0__r.jpg?hash=1774444861 not downloaded yet
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000858%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444861%27 HTTP/1.1" 200 None
2026-03-25 16:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_006/780x0__r.jpg?hash=1774444861 not downloaded yet
2026-03-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000897> (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-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_001/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000862)
2026-03-25 16:01:35 [ecarstrade.de] INFO: Extracting details for car 7000897auction111027
2026-03-25 16:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9387412a-e8c5-5e1e-aea2-818ed3177fb5 with identifier: 7000897auction111027
2026-03-25 16:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9387412a-e8c5-5e1e-aea2-818ed3177fb5 with scrape type 1
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000897%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444933%27 HTTP/1.1" 200 None
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_001/780x0__r.jpg?hash=1774444933 not downloaded yet
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000897%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444933%27 HTTP/1.1" 200 None
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_002/780x0__r.jpg?hash=1774444933 not downloaded yet
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000897%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444933%27 HTTP/1.1" 200 None
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_003/780x0__r.jpg?hash=1774444933 not downloaded yet
2026-03-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_005/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000862)
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000897%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444933%27 HTTP/1.1" 200 None
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_004/780x0__r.jpg?hash=1774444933 not downloaded yet
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000897%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444934%27 HTTP/1.1" 200 None
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_005/780x0__r.jpg?hash=1774444934 not downloaded yet
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000897%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444933%27 HTTP/1.1" 200 None
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_006/780x0__r.jpg?hash=1774444933 not downloaded yet
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_006/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000862)
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_004/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000862)
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_003/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000862)
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_002/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000862)
2026-03-25 16:01:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801
2026-03-25 16:01:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd2dc766-bc66-5bfa-bec7-b77c2c3f2801, skipping ID generation
2026-03-25 16:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 with scrape type 1
2026-03-25 16:01:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 sending to next pipeline
2026-03-25 16:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: dd2dc766-bc66-5bfa-bec7-b77c2c3f2801, identifier: 7000862auction111027
2026-03-25 16:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 with identifier: 7000862auction111027
2026-03-25 16:01:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 with identifier: 7000862auction111027
2026-03-25 16:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: dd2dc766-bc66-5bfa-bec7-b77c2c3f2801 with identifier: 7000862auction111027 to the API
2026-03-25 16:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:01:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000862/photo_002/780x0__r.jpg?hash=1774444868>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'dd2dc766-bc66-5bfa-bec7-b77c2c3f2801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000862',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'A6',
'odometer': 95612,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-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': 2023}
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000862auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:36 [ecarstrade.de] INFO: Saving data for 7000862auction111027: {'created_time': 1774454496.610022, 'last_price_update_time': 1774454496.610034, 'auction_closing_time': 1774532400.0}
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000862auction111027') HTTP/1.1" 204 0
2026-03-25 16:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000875> (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-25 16:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:36 [ecarstrade.de] INFO: Extracting details for car 7000875auction111027
2026-03-25 16:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e05be41e-8653-5d03-85ed-2bc570e6066f with identifier: 7000875auction111027
2026-03-25 16:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e05be41e-8653-5d03-85ed-2bc570e6066f with scrape type 1
2026-03-25 16:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000875%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_001/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000875%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_002/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000875%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_003/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000875%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_004/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000875%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_005/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000875%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444890%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_006/780x0__r.jpg?hash=1774444890 not downloaded yet
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000884> (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-25 16:01:37 [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-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_006/780x0__r.jpg?hash=1774444861> (referer: https://ecarstrade.com/cars/7000858)
2026-03-25 16:01:37 [ecarstrade.de] INFO: Extracting details for car 7000884auction111027
2026-03-25 16:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a74e0c0-f313-5212-b536-816e0ea73a8b with identifier: 7000884auction111027
2026-03-25 16:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a74e0c0-f313-5212-b536-816e0ea73a8b with scrape type 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000884%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444905%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_001/780x0__r.jpg?hash=1774444905 not downloaded yet
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000884%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444905%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_002/780x0__r.jpg?hash=1774444905 not downloaded yet
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_003/780x0__r.jpg?hash=1774444933> (referer: https://ecarstrade.com/cars/7000897)
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000884%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444905%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_003/780x0__r.jpg?hash=1774444905 not downloaded yet
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000884%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444905%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_004/780x0__r.jpg?hash=1774444905 not downloaded yet
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000884%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444905%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_005/780x0__r.jpg?hash=1774444905 not downloaded yet
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_005/780x0__r.jpg?hash=1774444861> (referer: https://ecarstrade.com/cars/7000858)
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000884%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444905%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_006/780x0__r.jpg?hash=1774444905 not downloaded yet
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_006/780x0__r.jpg?hash=1774444933> (referer: https://ecarstrade.com/cars/7000897)
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000880auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000880auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000880auction111027: 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000869auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000869auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000869auction111027: 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000883auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000883auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000883auction111027: 1
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000891auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000891auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000891auction111027: 1
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_004/780x0__r.jpg?hash=1774444933> (referer: https://ecarstrade.com/cars/7000897)
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000886auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000886auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000886auction111027: 1
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_005/780x0__r.jpg?hash=1774444934> (referer: https://ecarstrade.com/cars/7000897)
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000871auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000871auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000871auction111027: 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000868auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000868auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000868auction111027: 1
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000865auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000865auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000865auction111027: 1
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_002/780x0__r.jpg?hash=1774444933> (referer: https://ecarstrade.com/cars/7000897)
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000867auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000867auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000867auction111027: 1
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000874> (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-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000882auction111027
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000882auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000882auction111027: 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000007auction111022
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000007auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000007auction111022: 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000002auction111022
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000002auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000002auction111022: 1
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_006/780x0__r.jpg?hash=1774444890> (referer: https://ecarstrade.com/cars/7000875)
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000003auction111022
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000003auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000003auction111022: 1
2026-03-25 16:01:37 [ecarstrade.de] INFO: Extracting details for car 7000874auction111027
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000008auction111022
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000008auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000008auction111022: 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000006auction111022
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000006auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000006auction111022: 1
2026-03-25 16:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47571980-56bf-57ce-9cd6-22e29f9b0592 with identifier: 7000874auction111027
2026-03-25 16:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47571980-56bf-57ce-9cd6-22e29f9b0592 with scrape type 1
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000874%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444889%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_001/780x0__r.jpg?hash=1774444889 not downloaded yet
2026-03-25 16:01:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_004/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000875)
2026-03-25 16:01:37 [ecarstrade.de] INFO: Found listing with ID: 7000036auction111022
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000036auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:37 [ecarstrade.de] INFO: Scrape type for 7000036auction111022: 1
2026-03-25 16:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000874%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444888%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_002/780x0__r.jpg?hash=1774444888 not downloaded yet
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_001/780x0__r.jpg?hash=1774444933> (referer: https://ecarstrade.com/cars/7000897)
2026-03-25 16:01:38 [ecarstrade.de] INFO: Found listing with ID: 7000015auction111022
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000015auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [ecarstrade.de] INFO: Scrape type for 7000015auction111022: 1
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000874%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444888%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_003/780x0__r.jpg?hash=1774444888 not downloaded yet
2026-03-25 16:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:38 [ecarstrade.de] INFO: Found listing with ID: 7000040auction111022
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000040auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [ecarstrade.de] INFO: Scrape type for 7000040auction111022: 1
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000874%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444888%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_004/780x0__r.jpg?hash=1774444888 not downloaded yet
2026-03-25 16:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_005/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000875)
2026-03-25 16:01:38 [ecarstrade.de] INFO: Found listing with ID: 7000034auction111022
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000034auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [ecarstrade.de] INFO: Scrape type for 7000034auction111022: 1
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000874%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444888%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_005/780x0__r.jpg?hash=1774444888 not downloaded yet
2026-03-25 16:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_002/780x0__r.jpg?hash=1774444905> (referer: https://ecarstrade.com/cars/7000884)
2026-03-25 16:01:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:38 [ecarstrade.de] INFO: Found listing with ID: 7000011auction111022
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000011auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [ecarstrade.de] INFO: Scrape type for 7000011auction111022: 1
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000874%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444888%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_006/780x0__r.jpg?hash=1774444888 not downloaded yet
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9387412a-e8c5-5e1e-aea2-818ed3177fb5
2026-03-25 16:01:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9387412a-e8c5-5e1e-aea2-818ed3177fb5, skipping ID generation
2026-03-25 16:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9387412a-e8c5-5e1e-aea2-818ed3177fb5 with scrape type 1
2026-03-25 16:01:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9387412a-e8c5-5e1e-aea2-818ed3177fb5 sending to next pipeline
2026-03-25 16:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9387412a-e8c5-5e1e-aea2-818ed3177fb5, identifier: 7000897auction111027
2026-03-25 16:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9387412a-e8c5-5e1e-aea2-818ed3177fb5 with identifier: 7000897auction111027
2026-03-25 16:01:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9387412a-e8c5-5e1e-aea2-818ed3177fb5 with identifier: 7000897auction111027
2026-03-25 16:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9387412a-e8c5-5e1e-aea2-818ed3177fb5 with identifier: 7000897auction111027 to the API
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:01: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-25 16:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000897/photo_001/780x0__r.jpg?hash=1774444933>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9387412a-e8c5-5e1e-aea2-818ed3177fb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000897',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 166484,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 D5 AWD Geartronic RDesign 5d 173kW',
'transmission': 'automatic',
'trim': 'VOLVO D5 AWD Geartronic RDesign 5d 173kW',
'vin': None,
'year': 2018}
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000897auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:38 [ecarstrade.de] INFO: Saving data for 7000897auction111027: {'created_time': 1774454498.750748, 'last_price_update_time': 1774454498.750761, 'auction_closing_time': 1774532400.0}
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000897auction111027') HTTP/1.1" 204 0
2026-03-25 16:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_005/780x0__r.jpg?hash=1774444905> (referer: https://ecarstrade.com/cars/7000884)
2026-03-25 16:01:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:01:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000887> (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-25 16:01:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:43 [ecarstrade.de] INFO: Extracting details for car 7000887auction111027
2026-03-25 16:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 with identifier: 7000887auction111027
2026-03-25 16:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 with scrape type 1
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000887%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444908%27 HTTP/1.1" 200 None
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_001/780x0__r.jpg?hash=1774444908 not downloaded yet
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000887%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444908%27 HTTP/1.1" 200 None
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_002/780x0__r.jpg?hash=1774444908 not downloaded yet
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000887%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444908%27 HTTP/1.1" 200 None
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_003/780x0__r.jpg?hash=1774444908 not downloaded yet
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000887%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444908%27 HTTP/1.1" 200 None
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_004/780x0__r.jpg?hash=1774444908 not downloaded yet
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000887%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444909%27 HTTP/1.1" 200 None
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_005/780x0__r.jpg?hash=1774444909 not downloaded yet
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000887%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444908%27 HTTP/1.1" 200 None
2026-03-25 16:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_006/780x0__r.jpg?hash=1774444908 not downloaded yet
2026-03-25 16:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000879> (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-25 16:01:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:44 [ecarstrade.de] INFO: Extracting details for car 7000879auction111027
2026-03-25 16:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4087b5b-1c95-582c-9ec6-8bb400398e9a with identifier: 7000879auction111027
2026-03-25 16:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4087b5b-1c95-582c-9ec6-8bb400398e9a with scrape type 1
2026-03-25 16:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c4087b5b-1c95-582c-9ec6-8bb400398e9a
2026-03-25 16:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000879%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444897%27 HTTP/1.1" 200 None
2026-03-25 16:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000879/photo_001/780x0__r.jpg?hash=1774444897 not downloaded yet
2026-03-25 16:01:46 [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-25 16:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000038auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000038auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000038auction111022: 1
2026-03-25 16:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000891> (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-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000014auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000014auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000014auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000029auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000029auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000029auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000019auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000019auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000019auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000017auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000017auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000017auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000025auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000025auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000025auction111022: 1
2026-03-25 16:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_001/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000874)
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000026auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000026auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000026auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Extracting details for car 7000891auction111027
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000004auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000004auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000004auction111022: 1
2026-03-25 16:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4138b18-386d-5107-8edd-ca9ab8b0520e with identifier: 7000891auction111027
2026-03-25 16:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4138b18-386d-5107-8edd-ca9ab8b0520e with scrape type 1
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000891%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_001/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000035auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000035auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000035auction111022: 1
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000891%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_002/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000031auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000031auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000031auction111022: 1
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000891%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_003/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_002/780x0__r.jpg?hash=1774444888> (referer: https://ecarstrade.com/cars/7000874)
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000039auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000039auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000039auction111022: 1
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000891%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_004/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000027auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000027auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000027auction111022: 1
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000891%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_005/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000009auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000009auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000009auction111022: 1
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000891%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_006/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000016auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000016auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000016auction111022: 1
2026-03-25 16:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_004/780x0__r.jpg?hash=1774444888> (referer: https://ecarstrade.com/cars/7000874)
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000010auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000010auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000010auction111022: 1
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000012auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000012auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000012auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000028auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000028auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000028auction111022: 1
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 7000023auction111022
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000023auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 7000023auction111022: 1
2026-03-25 16:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_005/780x0__r.jpg?hash=1774444888> (referer: https://ecarstrade.com/cars/7000874)
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 6996816auction110976
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996816auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 6996816auction110976: 0
2026-03-25 16:01:46 [ecarstrade.de] INFO: Found listing with ID: 6996813auction110976
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996813auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:01:46 [ecarstrade.de] INFO: Scrape type for 6996813auction110976: 0
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_006/780x0__r.jpg?hash=1774444888> (referer: https://ecarstrade.com/cars/7000874)
2026-03-25 16:01:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000883> (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-25 16:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_006/780x0__r.jpg?hash=1774444908> (referer: https://ecarstrade.com/cars/7000887)
2026-03-25 16:01:47 [ecarstrade.de] INFO: Extracting details for car 7000883auction111027
2026-03-25 16:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d52799b7-f6b2-59ff-b96b-d7074c42d484 with identifier: 7000883auction111027
2026-03-25 16:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d52799b7-f6b2-59ff-b96b-d7074c42d484 with scrape type 1
2026-03-25 16:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000883%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444902%27 HTTP/1.1" 200 None
2026-03-25 16:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_001/780x0__r.jpg?hash=1774444902 not downloaded yet
2026-03-25 16:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000879/photo_001/780x0__r.jpg?hash=1774444897> (referer: https://ecarstrade.com/cars/7000879)
2026-03-25 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000883%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444902%27 HTTP/1.1" 200 None
2026-03-25 16:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_002/780x0__r.jpg?hash=1774444902 not downloaded yet
2026-03-25 16:01:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000883%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444904%27 HTTP/1.1" 200 None
2026-03-25 16:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_003/780x0__r.jpg?hash=1774444904 not downloaded yet
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000883%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444902%27 HTTP/1.1" 200 None
2026-03-25 16:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_004/780x0__r.jpg?hash=1774444902 not downloaded yet
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000883%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444902%27 HTTP/1.1" 200 None
2026-03-25 16:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_005/780x0__r.jpg?hash=1774444902 not downloaded yet
2026-03-25 16:01:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000883%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444902%27 HTTP/1.1" 200 None
2026-03-25 16:01:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_006/780x0__r.jpg?hash=1774444902 not downloaded yet
2026-03-25 16:01:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4087b5b-1c95-582c-9ec6-8bb400398e9a
2026-03-25 16:01:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4087b5b-1c95-582c-9ec6-8bb400398e9a, skipping ID generation
2026-03-25 16:01:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4087b5b-1c95-582c-9ec6-8bb400398e9a with scrape type 1
2026-03-25 16:01:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4087b5b-1c95-582c-9ec6-8bb400398e9a sending to next pipeline
2026-03-25 16:01:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c4087b5b-1c95-582c-9ec6-8bb400398e9a, identifier: 7000879auction111027
2026-03-25 16:01:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c4087b5b-1c95-582c-9ec6-8bb400398e9a with identifier: 7000879auction111027
2026-03-25 16:01:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c4087b5b-1c95-582c-9ec6-8bb400398e9a with identifier: 7000879auction111027
2026-03-25 16:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c4087b5b-1c95-582c-9ec6-8bb400398e9a with identifier: 7000879auction111027 to the API
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000879/photo_001/780x0__r.jpg?hash=1774444897>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c4087b5b-1c95-582c-9ec6-8bb400398e9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000879',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 21837,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': '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-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000879auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:48 [ecarstrade.de] INFO: Saving data for 7000879auction111027: {'created_time': 1774454508.530287, 'last_price_update_time': 1774454508.530298, 'auction_closing_time': 1774532400.0}
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000879auction111027') HTTP/1.1" 204 0
2026-03-25 16:01:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000865> (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-25 16:01:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:49 [ecarstrade.de] INFO: Extracting details for car 7000865auction111027
2026-03-25 16:01:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5015c00c-2c04-522a-8487-402bef9f70ba with identifier: 7000865auction111027
2026-03-25 16:01:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5015c00c-2c04-522a-8487-402bef9f70ba with scrape type 1
2026-03-25 16:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000865%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444872%27 HTTP/1.1" 200 None
2026-03-25 16:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_001/780x0__r.jpg?hash=1774444872 not downloaded yet
2026-03-25 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000865%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444872%27 HTTP/1.1" 200 None
2026-03-25 16:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_002/780x0__r.jpg?hash=1774444872 not downloaded yet
2026-03-25 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000865%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444872%27 HTTP/1.1" 200 None
2026-03-25 16:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_003/780x0__r.jpg?hash=1774444872 not downloaded yet
2026-03-25 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01: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%252F7000001-7010000%252F7000865%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444872%27 HTTP/1.1" 200 None
2026-03-25 16:01:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_004/780x0__r.jpg?hash=1774444872 not downloaded yet
2026-03-25 16:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000865%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444872%27 HTTP/1.1" 200 None
2026-03-25 16:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_005/780x0__r.jpg?hash=1774444872 not downloaded yet
2026-03-25 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000865%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444872%27 HTTP/1.1" 200 None
2026-03-25 16:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_006/780x0__r.jpg?hash=1774444872 not downloaded yet
2026-03-25 16:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000867> (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-25 16:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_003/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000891)
2026-03-25 16:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:51 [ecarstrade.de] INFO: Extracting details for car 7000867auction111027
2026-03-25 16:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 with identifier: 7000867auction111027
2026-03-25 16:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 with scrape type 1
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000867%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444880%27 HTTP/1.1" 200 None
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_001/780x0__r.jpg?hash=1774444880 not downloaded yet
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000867%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444880%27 HTTP/1.1" 200 None
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_002/780x0__r.jpg?hash=1774444880 not downloaded yet
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000867%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444880%27 HTTP/1.1" 200 None
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_003/780x0__r.jpg?hash=1774444880 not downloaded yet
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000867%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444880%27 HTTP/1.1" 200 None
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_004/780x0__r.jpg?hash=1774444880 not downloaded yet
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000867%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444881%27 HTTP/1.1" 200 None
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_005/780x0__r.jpg?hash=1774444881 not downloaded yet
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000867%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444881%27 HTTP/1.1" 200 None
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_006/780x0__r.jpg?hash=1774444881 not downloaded yet
2026-03-25 16:01:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000002> (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-25 16:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:53 [ecarstrade.de] INFO: Extracting details for car 7000002auction111022
2026-03-25 16:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022
2026-03-25 16:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with scrape type 1
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000002%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_001/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000002%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_002/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000002%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_003/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000002%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440105%27 HTTP/1.1" 200 None
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_004/780x0__r.jpg?hash=1774440105 not downloaded yet
2026-03-25 16:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000870> (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-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000002%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440105%27 HTTP/1.1" 200 None
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_005/780x0__r.jpg?hash=1774440105 not downloaded yet
2026-03-25 16:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000002%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_006/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:01:54 [ecarstrade.de] INFO: Extracting details for car 7000870auction111027
2026-03-25 16:01:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3140e915-e406-528a-b6e5-44978f21e630 with identifier: 7000870auction111027
2026-03-25 16:01:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3140e915-e406-528a-b6e5-44978f21e630 with scrape type 1
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000870%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444882%27 HTTP/1.1" 200 None
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_001/780x0__r.jpg?hash=1774444882 not downloaded yet
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000870%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444882%27 HTTP/1.1" 200 None
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_002/780x0__r.jpg?hash=1774444882 not downloaded yet
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000870%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444882%27 HTTP/1.1" 200 None
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_003/780x0__r.jpg?hash=1774444882 not downloaded yet
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000870%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444883%27 HTTP/1.1" 200 None
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_004/780x0__r.jpg?hash=1774444883 not downloaded yet
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000870%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444883%27 HTTP/1.1" 200 None
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_005/780x0__r.jpg?hash=1774444883 not downloaded yet
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000870%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444882%27 HTTP/1.1" 200 None
2026-03-25 16:01:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_006/780x0__r.jpg?hash=1774444882 not downloaded yet
2026-03-25 16:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000011> (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-25 16:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:55 [ecarstrade.de] INFO: Extracting details for car 7000011auction111022
2026-03-25 16:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022
2026-03-25 16:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129bb20f-7922-51e7-96aa-d9ab019b1879 with scrape type 1
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000011%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440116%27 HTTP/1.1" 200 None
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_001/780x0__r.jpg?hash=1774440116 not downloaded yet
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000011%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440117%27 HTTP/1.1" 200 None
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_002/780x0__r.jpg?hash=1774440117 not downloaded yet
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000011%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440117%27 HTTP/1.1" 200 None
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_003/780x0__r.jpg?hash=1774440117 not downloaded yet
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000011%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440117%27 HTTP/1.1" 200 None
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_004/780x0__r.jpg?hash=1774440117 not downloaded yet
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000011%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440118%27 HTTP/1.1" 200 None
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_005/780x0__r.jpg?hash=1774440118 not downloaded yet
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000011%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440117%27 HTTP/1.1" 200 None
2026-03-25 16:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_006/780x0__r.jpg?hash=1774440117 not downloaded yet
2026-03-25 16:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000861> (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-25 16:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:01:56 [ecarstrade.de] INFO: Extracting details for car 7000861auction111027
2026-03-25 16:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d503e909-ea73-5fe2-83a3-9d50bd758cf7 with identifier: 7000861auction111027
2026-03-25 16:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d503e909-ea73-5fe2-83a3-9d50bd758cf7 with scrape type 1
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000861%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444867%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_001/780x0__r.jpg?hash=1774444867 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000861%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444867%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_002/780x0__r.jpg?hash=1774444867 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000861%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444867%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_003/780x0__r.jpg?hash=1774444867 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000861%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444867%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_004/780x0__r.jpg?hash=1774444867 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000861%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444867%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_005/780x0__r.jpg?hash=1774444867 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000861%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444867%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_006/780x0__r.jpg?hash=1774444867 not downloaded yet
2026-03-25 16:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000038> (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-25 16:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_001/780x0__r.jpg?hash=1774444902> (referer: https://ecarstrade.com/cars/7000883)
2026-03-25 16:01:56 [ecarstrade.de] INFO: Extracting details for car 7000038auction111022
2026-03-25 16:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 with identifier: 7000038auction111022
2026-03-25 16:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 with scrape type 1
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440155%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_001/780x0__r.jpg?hash=1774440155 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440155%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_002/780x0__r.jpg?hash=1774440155 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440155%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_003/780x0__r.jpg?hash=1774440155 not downloaded yet
2026-03-25 16:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_006/780x0__r.jpg?hash=1774444902> (referer: https://ecarstrade.com/cars/7000883)
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440155%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_004/780x0__r.jpg?hash=1774440155 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440155%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_005/780x0__r.jpg?hash=1774440155 not downloaded yet
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440155%27 HTTP/1.1" 200 None
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_006/780x0__r.jpg?hash=1774440155 not downloaded yet
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_006/780x0__r.jpg?hash=1774444872> (referer: https://ecarstrade.com/cars/7000865)
2026-03-25 16:01:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_005/780x0__r.jpg?hash=1774444872> (referer: https://ecarstrade.com/cars/7000865)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_006/780x0__r.jpg?hash=1774444881> (referer: https://ecarstrade.com/cars/7000867)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_004/780x0__r.jpg?hash=1774440105> (referer: https://ecarstrade.com/cars/7000002)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000025> (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-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_006/780x0__r.jpg?hash=1774444882> (referer: https://ecarstrade.com/cars/7000870)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_006/780x0__r.jpg?hash=1774440117> (referer: https://ecarstrade.com/cars/7000011)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_006/780x0__r.jpg?hash=1774444867> (referer: https://ecarstrade.com/cars/7000861)
2026-03-25 16:01:57 [ecarstrade.de] INFO: Extracting details for car 7000025auction111022
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_005/780x0__r.jpg?hash=1774444867> (referer: https://ecarstrade.com/cars/7000861)
2026-03-25 16:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022
2026-03-25 16:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b73cddf-15a1-5346-953d-5247ebd82ce9 with scrape type 1
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 0b73cddf-15a1-5346-953d-5247ebd82ce9
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000025%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000025/photo_001/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_006/780x0__r.jpg?hash=1774440155> (referer: https://ecarstrade.com/cars/7000038)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_003/780x0__r.jpg?hash=1774440155> (referer: https://ecarstrade.com/cars/7000038)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_005/780x0__r.jpg?hash=1774440155> (referer: https://ecarstrade.com/cars/7000038)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_004/780x0__r.jpg?hash=1774440155> (referer: https://ecarstrade.com/cars/7000038)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_002/780x0__r.jpg?hash=1774440155> (referer: https://ecarstrade.com/cars/7000038)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:57 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-25 16:01:57 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-25 16:01:57 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-25 16:01:57 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-25 16:01:57 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-25 16:01:57 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-25 16:01:57 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-25 16:01:57 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-25 16:01:57 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-25 16:01:57 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fca12ce5c10>
2026-03-25 16:01:57 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-25 16:01:57 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_45edf7f4-9a0e-5a65-b77a-2af83c4d60e8/45edf7f4-9a0e-5a65-b77a-2af83c4d60e8_image_2.jpg HTTP/1.1" 201 0
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.de',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000038%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440155') HTTP/1.1" 204 0
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_003/780x0__r.jpg?hash=1774440155 saved to cache
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_001/780x0__r.jpg?hash=1774440155> (referer: https://ecarstrade.com/cars/7000038)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_004/780x0__r.jpg?hash=1774444867> (referer: https://ecarstrade.com/cars/7000861)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_003/780x0__r.jpg?hash=1774444867> (referer: https://ecarstrade.com/cars/7000861)
2026-03-25 16:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_002/780x0__r.jpg?hash=1774444867> (referer: https://ecarstrade.com/cars/7000861)
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8
2026-03-25 16:01:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8, skipping ID generation
2026-03-25 16:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 with scrape type 1
2026-03-25 16:01:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 sending to next pipeline
2026-03-25 16:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8, identifier: 7000038auction111022
2026-03-25 16:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 with identifier: 7000038auction111022
2026-03-25 16:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 with identifier: 7000038auction111022
2026-03-25 16:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 45edf7f4-9a0e-5a65-b77a-2af83c4d60e8 with identifier: 7000038auction111022 to the API
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:01:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_001/780x0__r.jpg?hash=1774440155>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '45edf7f4-9a0e-5a65-b77a-2af83c4d60e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000038',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 193429,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_45edf7f4-9a0e-5a65-b77a-2af83c4d60e8/45edf7f4-9a0e-5a65-b77a-2af83c4d60e8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 97391,
'Height': 488,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000038/photo_003/780x0__r.jpg?hash=1774440155',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 6,
'seller_name': None,
'title': 'VW T6 Transporter Pritsche DK T6.1 DSG Lang 4d 146kW',
'transmission': 'automatic',
'trim': 'VW Pritsche DK T6.1 DSG Lang 4d 146kW',
'vin': None,
'year': 2020}
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000038auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:01:58 [ecarstrade.de] INFO: Saving data for 7000038auction111022: {'created_time': 1774454518.629043, 'last_price_update_time': 1774454518.629054, 'auction_closing_time': 1774615200.0}
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000038auction111022') HTTP/1.1" 204 0
2026-03-25 16:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_001/780x0__r.jpg?hash=1774444867> (referer: https://ecarstrade.com/cars/7000861)
2026-03-25 16:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000025/photo_001/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000025)
2026-03-25 16:01:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_004/780x0__r.jpg?hash=1774440117> (referer: https://ecarstrade.com/cars/7000011)
2026-03-25 16:01:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_005/780x0__r.jpg?hash=1774440118> (referer: https://ecarstrade.com/cars/7000011)
2026-03-25 16:01:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d503e909-ea73-5fe2-83a3-9d50bd758cf7
2026-03-25 16:01:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d503e909-ea73-5fe2-83a3-9d50bd758cf7, skipping ID generation
2026-03-25 16:01:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d503e909-ea73-5fe2-83a3-9d50bd758cf7 with scrape type 1
2026-03-25 16:01:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d503e909-ea73-5fe2-83a3-9d50bd758cf7 sending to next pipeline
2026-03-25 16:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d503e909-ea73-5fe2-83a3-9d50bd758cf7, identifier: 7000861auction111027
2026-03-25 16:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d503e909-ea73-5fe2-83a3-9d50bd758cf7 with identifier: 7000861auction111027
2026-03-25 16:01:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d503e909-ea73-5fe2-83a3-9d50bd758cf7 with identifier: 7000861auction111027
2026-03-25 16:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d503e909-ea73-5fe2-83a3-9d50bd758cf7 with identifier: 7000861auction111027 to the API
2026-03-25 16:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:01:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000861/photo_001/780x0__r.jpg?hash=1774444867>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd503e909-ea73-5fe2-83a3-9d50bd758cf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000861',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Audi',
'model': 'Q5',
'odometer': 96321,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Q5 50 TFSI e quattro advanced 2.0 TFSI 220KW AT7 E6d',
'transmission': 'automatic',
'trim': '50 TFSI e quattro advanced 2.0 TFSI 220KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000861auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:01:59 [ecarstrade.de] INFO: Saving data for 7000861auction111027: {'created_time': 1774454519.55902, 'last_price_update_time': 1774454519.559031, 'auction_closing_time': 1774532400.0}
2026-03-25 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000861auction111027') HTTP/1.1" 204 0
2026-03-25 16:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_003/780x0__r.jpg?hash=1774440117> (referer: https://ecarstrade.com/cars/7000011)
2026-03-25 16:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_002/780x0__r.jpg?hash=1774440117> (referer: https://ecarstrade.com/cars/7000011)
2026-03-25 16:01:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b73cddf-15a1-5346-953d-5247ebd82ce9
2026-03-25 16:01:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b73cddf-15a1-5346-953d-5247ebd82ce9, skipping ID generation
2026-03-25 16:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b73cddf-15a1-5346-953d-5247ebd82ce9 with scrape type 1
2026-03-25 16:01:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b73cddf-15a1-5346-953d-5247ebd82ce9 sending to next pipeline
2026-03-25 16:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0b73cddf-15a1-5346-953d-5247ebd82ce9, identifier: 7000025auction111022
2026-03-25 16:01:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:01:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022
2026-03-25 16:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022
2026-03-25 16:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0b73cddf-15a1-5346-953d-5247ebd82ce9 with identifier: 7000025auction111022 to the API
2026-03-25 16:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000025/photo_001/780x0__r.jpg?hash=1774440141>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Petrol',
'id': '0b73cddf-15a1-5346-953d-5247ebd82ce9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000025',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 15330,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Corsa F Elegance 1.2 Turbo 74KW AT8 E6d',
'transmission': 'automatic',
'trim': 'F Elegance 1.2 Turbo 74KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000025auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:00 [ecarstrade.de] INFO: Saving data for 7000025auction111022: {'created_time': 1774454520.245922, 'last_price_update_time': 1774454520.245934, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000025auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_005/780x0__r.jpg?hash=1774444883> (referer: https://ecarstrade.com/cars/7000870)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_001/780x0__r.jpg?hash=1774440116> (referer: https://ecarstrade.com/cars/7000011)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000016> (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-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_003/780x0__r.jpg?hash=1774444882> (referer: https://ecarstrade.com/cars/7000870)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_004/780x0__r.jpg?hash=1774444883> (referer: https://ecarstrade.com/cars/7000870)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_002/780x0__r.jpg?hash=1774444882> (referer: https://ecarstrade.com/cars/7000870)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_001/780x0__r.jpg?hash=1774444882> (referer: https://ecarstrade.com/cars/7000870)
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 129bb20f-7922-51e7-96aa-d9ab019b1879
2026-03-25 16:02:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 129bb20f-7922-51e7-96aa-d9ab019b1879, skipping ID generation
2026-03-25 16:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 129bb20f-7922-51e7-96aa-d9ab019b1879 with scrape type 1
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 129bb20f-7922-51e7-96aa-d9ab019b1879 sending to next pipeline
2026-03-25 16:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 129bb20f-7922-51e7-96aa-d9ab019b1879, identifier: 7000011auction111022
2026-03-25 16:02:00 [ecarstrade.de] INFO: Extracting details for car 7000016auction111022
2026-03-25 16:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022
2026-03-25 16:02:00 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022
2026-03-25 16:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 129bb20f-7922-51e7-96aa-d9ab019b1879 with identifier: 7000011auction111022 to the API
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000011/photo_001/780x0__r.jpg?hash=1774440116>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Other',
'id': '129bb20f-7922-51e7-96aa-d9ab019b1879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000011',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 92788,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga Plug-In Hybrid ST-Line 2.5 165KW ATV E6d',
'transmission': 'automatic',
'trim': 'Plug-In Hybrid ST-Line 2.5 165KW ATV E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000011auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:00 [ecarstrade.de] INFO: Saving data for 7000011auction111022: {'created_time': 1774454520.818434, 'last_price_update_time': 1774454520.818449, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000011auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_003/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000002)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_006/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000002)
2026-03-25 16:02:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_005/780x0__r.jpg?hash=1774440105> (referer: https://ecarstrade.com/cars/7000002)
2026-03-25 16:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022
2026-03-25 16:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472ddcc-e254-5576-b477-5b8e28da4da8 with scrape type 1
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000016%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440124%27 HTTP/1.1" 200 None
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_001/780x0__r.jpg?hash=1774440124 not downloaded yet
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3140e915-e406-528a-b6e5-44978f21e630
2026-03-25 16:02:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3140e915-e406-528a-b6e5-44978f21e630, skipping ID generation
2026-03-25 16:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3140e915-e406-528a-b6e5-44978f21e630 with scrape type 1
2026-03-25 16:02:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3140e915-e406-528a-b6e5-44978f21e630 sending to next pipeline
2026-03-25 16:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3140e915-e406-528a-b6e5-44978f21e630, identifier: 7000870auction111027
2026-03-25 16:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3140e915-e406-528a-b6e5-44978f21e630 with identifier: 7000870auction111027
2026-03-25 16:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3140e915-e406-528a-b6e5-44978f21e630 with identifier: 7000870auction111027
2026-03-25 16:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3140e915-e406-528a-b6e5-44978f21e630 with identifier: 7000870auction111027 to the API
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000870/photo_001/780x0__r.jpg?hash=1774444882>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3140e915-e406-528a-b6e5-44978f21e630',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000870',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 117271,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mondeo Turnier Trend 2.0 EcoBlue 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Turnier Trend 2.0 EcoBlue 110KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000870auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:01 [ecarstrade.de] INFO: Saving data for 7000870auction111027: {'created_time': 1774454521.641069, 'last_price_update_time': 1774454521.64108, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000870auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_005/780x0__r.jpg?hash=1774444881> (referer: https://ecarstrade.com/cars/7000867)
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000016%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440124%27 HTTP/1.1" 200 None
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_002/780x0__r.jpg?hash=1774440124 not downloaded yet
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_002/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000002)
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_001/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000002)
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000028> (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-25 16:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000016%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440124%27 HTTP/1.1" 200 None
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_003/780x0__r.jpg?hash=1774440124 not downloaded yet
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000023> (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-25 16:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000016%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440124%27 HTTP/1.1" 200 None
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_004/780x0__r.jpg?hash=1774440124 not downloaded yet
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000016%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440125%27 HTTP/1.1" 200 None
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_005/780x0__r.jpg?hash=1774440125 not downloaded yet
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000016%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440124%27 HTTP/1.1" 200 None
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_006/780x0__r.jpg?hash=1774440124 not downloaded yet
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_003/780x0__r.jpg?hash=1774444880> (referer: https://ecarstrade.com/cars/7000867)
2026-03-25 16:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_004/780x0__r.jpg?hash=1774444880> (referer: https://ecarstrade.com/cars/7000867)
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4
2026-03-25 16:02:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4, skipping ID generation
2026-03-25 16:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with scrape type 1
2026-03-25 16:02:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 sending to next pipeline
2026-03-25 16:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4, identifier: 7000002auction111022
2026-03-25 16:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022
2026-03-25 16:02:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022
2026-03-25 16:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f4b0cc45-c1ee-5100-84ea-0aa82296d9a4 with identifier: 7000002auction111022 to the API
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000002/photo_001/780x0__r.jpg?hash=1774440106>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Electric',
'id': 'f4b0cc45-c1ee-5100-84ea-0aa82296d9a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000002',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 27085,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Q4 e-tron 40 e-tron 82kWh',
'transmission': 'automatic',
'trim': '40 e-tron 82kWh',
'vin': None,
'year': 2022}
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000002auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [ecarstrade.de] INFO: Saving data for 7000002auction111022: {'created_time': 1774454522.424849, 'last_price_update_time': 1774454522.424859, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000002auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_002/780x0__r.jpg?hash=1774444880> (referer: https://ecarstrade.com/cars/7000867)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_003/780x0__r.jpg?hash=1774444872> (referer: https://ecarstrade.com/cars/7000865)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_002/780x0__r.jpg?hash=1774444872> (referer: https://ecarstrade.com/cars/7000865)
2026-03-25 16:02:02 [ecarstrade.de] INFO: Extracting details for car 7000028auction111022
2026-03-25 16:02:02 [ecarstrade.de] INFO: Extracting details for car 7000023auction111022
2026-03-25 16:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022
2026-03-25 16:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a22974f-51bd-5caf-9d19-802a024bf51d with scrape type 1
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000028%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440142%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_001/780x0__r.jpg?hash=1774440142 not downloaded yet
2026-03-25 16:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022
2026-03-25 16:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e161e819-fa0f-5c3f-aebe-d6c932f471c5 with scrape type 1
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000023%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440135%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_001/780x0__r.jpg?hash=1774440135 not downloaded yet
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000028%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440142%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_002/780x0__r.jpg?hash=1774440142 not downloaded yet
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000023%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440135%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_002/780x0__r.jpg?hash=1774440135 not downloaded yet
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_001/780x0__r.jpg?hash=1774440124> (referer: https://ecarstrade.com/cars/7000016)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_001/780x0__r.jpg?hash=1774444872> (referer: https://ecarstrade.com/cars/7000865)
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000028%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440142%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_003/780x0__r.jpg?hash=1774440142 not downloaded yet
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000023%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440135%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_003/780x0__r.jpg?hash=1774440135 not downloaded yet
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000028%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440142%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_004/780x0__r.jpg?hash=1774440142 not downloaded yet
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000023%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440135%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_004/780x0__r.jpg?hash=1774440135 not downloaded yet
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_005/780x0__r.jpg?hash=1774444902> (referer: https://ecarstrade.com/cars/7000883)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_001/780x0__r.jpg?hash=1774444880> (referer: https://ecarstrade.com/cars/7000867)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_004/780x0__r.jpg?hash=1774444872> (referer: https://ecarstrade.com/cars/7000865)
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000028%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440142%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_005/780x0__r.jpg?hash=1774440142 not downloaded yet
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000023%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440135%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_005/780x0__r.jpg?hash=1774440135 not downloaded yet
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_004/780x0__r.jpg?hash=1774444902> (referer: https://ecarstrade.com/cars/7000883)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_002/780x0__r.jpg?hash=1774440124> (referer: https://ecarstrade.com/cars/7000016)
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000028%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_006/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000023%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440135%27 HTTP/1.1" 200 None
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_006/780x0__r.jpg?hash=1774440135 not downloaded yet
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_004/780x0__r.jpg?hash=1774440124> (referer: https://ecarstrade.com/cars/7000016)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_006/780x0__r.jpg?hash=1774440124> (referer: https://ecarstrade.com/cars/7000016)
2026-03-25 16:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_003/780x0__r.jpg?hash=1774444904> (referer: https://ecarstrade.com/cars/7000883)
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3
2026-03-25 16:02:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fbd26fc1-fc42-54b0-8850-678ff3c3d5e3, skipping ID generation
2026-03-25 16:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 with scrape type 1
2026-03-25 16:02:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 sending to next pipeline
2026-03-25 16:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fbd26fc1-fc42-54b0-8850-678ff3c3d5e3, identifier: 7000867auction111027
2026-03-25 16:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 with identifier: 7000867auction111027
2026-03-25 16:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 with identifier: 7000867auction111027
2026-03-25 16:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fbd26fc1-fc42-54b0-8850-678ff3c3d5e3 with identifier: 7000867auction111027 to the API
2026-03-25 16:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000867/photo_001/780x0__r.jpg?hash=1774444880>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fbd26fc1-fc42-54b0-8850-678ff3c3d5e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000867',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 173402,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'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 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Turnier Cool&Connect 1.5 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000867auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:03 [ecarstrade.de] INFO: Saving data for 7000867auction111027: {'created_time': 1774454523.236251, 'last_price_update_time': 1774454523.236261, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000867auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_005/780x0__r.jpg?hash=1774440125> (referer: https://ecarstrade.com/cars/7000016)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_003/780x0__r.jpg?hash=1774440124> (referer: https://ecarstrade.com/cars/7000016)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_002/780x0__r.jpg?hash=1774440142> (referer: https://ecarstrade.com/cars/7000028)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_002/780x0__r.jpg?hash=1774444902> (referer: https://ecarstrade.com/cars/7000883)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_002/780x0__r.jpg?hash=1774440135> (referer: https://ecarstrade.com/cars/7000023)
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5015c00c-2c04-522a-8487-402bef9f70ba
2026-03-25 16:02:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5015c00c-2c04-522a-8487-402bef9f70ba, skipping ID generation
2026-03-25 16:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5015c00c-2c04-522a-8487-402bef9f70ba with scrape type 1
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5015c00c-2c04-522a-8487-402bef9f70ba sending to next pipeline
2026-03-25 16:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5015c00c-2c04-522a-8487-402bef9f70ba, identifier: 7000865auction111027
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000010> (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-25 16:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5015c00c-2c04-522a-8487-402bef9f70ba with identifier: 7000865auction111027
2026-03-25 16:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5015c00c-2c04-522a-8487-402bef9f70ba with identifier: 7000865auction111027
2026-03-25 16:02:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5015c00c-2c04-522a-8487-402bef9f70ba with identifier: 7000865auction111027 to the API
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000865/photo_004/780x0__r.jpg?hash=1774444872>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5015c00c-2c04-522a-8487-402bef9f70ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000865',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 121137,
'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': 2,
'seller_name': None,
'title': 'Berlingo Kasten Club M/L1 1.5 BlueHDi 75KW MT6 E6d',
'transmission': 'manual',
'trim': 'Kasten Club M/L1 1.5 BlueHDi 75KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000865auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:03 [ecarstrade.de] INFO: Saving data for 7000865auction111027: {'created_time': 1774454523.689466, 'last_price_update_time': 1774454523.689477, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000865auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:03 [ecarstrade.de] INFO: Extracting details for car 7000010auction111022
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_003/780x0__r.jpg?hash=1774440142> (referer: https://ecarstrade.com/cars/7000028)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_004/780x0__r.jpg?hash=1774440142> (referer: https://ecarstrade.com/cars/7000028)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_004/780x0__r.jpg?hash=1774440135> (referer: https://ecarstrade.com/cars/7000023)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_005/780x0__r.jpg?hash=1774440135> (referer: https://ecarstrade.com/cars/7000023)
2026-03-25 16:02:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_003/780x0__r.jpg?hash=1774440135> (referer: https://ecarstrade.com/cars/7000023)
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8472ddcc-e254-5576-b477-5b8e28da4da8
2026-03-25 16:02:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8472ddcc-e254-5576-b477-5b8e28da4da8, skipping ID generation
2026-03-25 16:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8472ddcc-e254-5576-b477-5b8e28da4da8 with scrape type 1
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8472ddcc-e254-5576-b477-5b8e28da4da8 sending to next pipeline
2026-03-25 16:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8472ddcc-e254-5576-b477-5b8e28da4da8, identifier: 7000016auction111022
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d52799b7-f6b2-59ff-b96b-d7074c42d484
2026-03-25 16:02:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d52799b7-f6b2-59ff-b96b-d7074c42d484, skipping ID generation
2026-03-25 16:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d52799b7-f6b2-59ff-b96b-d7074c42d484 with scrape type 1
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d52799b7-f6b2-59ff-b96b-d7074c42d484 sending to next pipeline
2026-03-25 16:02:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d52799b7-f6b2-59ff-b96b-d7074c42d484, identifier: 7000883auction111027
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022
2026-03-25 16:02:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f692afe7-1206-5101-9e51-58f686bdd5f5 with scrape type 1
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000010%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440118%27 HTTP/1.1" 200 None
2026-03-25 16:02:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_001/780x0__r.jpg?hash=1774440118 not downloaded yet
2026-03-25 16:02:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022
2026-03-25 16:02:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022
2026-03-25 16:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8472ddcc-e254-5576-b477-5b8e28da4da8 with identifier: 7000016auction111022 to the API
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000016/photo_003/780x0__r.jpg?hash=1774440124>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8472ddcc-e254-5576-b477-5b8e28da4da8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000016',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 110583,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mondeo Turnier Titanium 2.0 TDCi 110KW MT6 E6',
'transmission': 'manual',
'trim': 'Turnier Titanium 2.0 TDCi 110KW MT6 E6',
'vin': None,
'year': 2018}
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000016auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [ecarstrade.de] INFO: Saving data for 7000016auction111022: {'created_time': 1774454524.318669, 'last_price_update_time': 1774454524.31868, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000016auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d52799b7-f6b2-59ff-b96b-d7074c42d484 with identifier: 7000883auction111027
2026-03-25 16:02:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d52799b7-f6b2-59ff-b96b-d7074c42d484 with identifier: 7000883auction111027
2026-03-25 16:02:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d52799b7-f6b2-59ff-b96b-d7074c42d484 with identifier: 7000883auction111027 to the API
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000883/photo_002/780x0__r.jpg?hash=1774444902>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'd52799b7-f6b2-59ff-b96b-d7074c42d484',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000883',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Peugeot',
'model': '2008',
'odometer': 99390,
'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': 5,
'seller_name': None,
'title': '2008 GT 1.5 HDi 96KW AT8 E6d',
'transmission': 'automatic',
'trim': 'GT 1.5 HDi 96KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000883auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [ecarstrade.de] INFO: Saving data for 7000883auction111027: {'created_time': 1774454524.773717, 'last_price_update_time': 1774454524.773728, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000883auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_006/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000028)
2026-03-25 16:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_005/780x0__r.jpg?hash=1774440142> (referer: https://ecarstrade.com/cars/7000028)
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000010%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_002/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_006/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000891)
2026-03-25 16:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_001/780x0__r.jpg?hash=1774440142> (referer: https://ecarstrade.com/cars/7000028)
2026-03-25 16:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_001/780x0__r.jpg?hash=1774440135> (referer: https://ecarstrade.com/cars/7000023)
2026-03-25 16:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000010%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440118%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_003/780x0__r.jpg?hash=1774440118 not downloaded yet
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000010%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440118%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_004/780x0__r.jpg?hash=1774440118 not downloaded yet
2026-03-25 16:02:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_005/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000891)
2026-03-25 16:02:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000010%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_005/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000010%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_006/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a22974f-51bd-5caf-9d19-802a024bf51d
2026-03-25 16:02:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a22974f-51bd-5caf-9d19-802a024bf51d, skipping ID generation
2026-03-25 16:02:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a22974f-51bd-5caf-9d19-802a024bf51d with scrape type 1
2026-03-25 16:02:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a22974f-51bd-5caf-9d19-802a024bf51d sending to next pipeline
2026-03-25 16:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8a22974f-51bd-5caf-9d19-802a024bf51d, identifier: 7000028auction111022
2026-03-25 16:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022
2026-03-25 16:02:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022
2026-03-25 16:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8a22974f-51bd-5caf-9d19-802a024bf51d with identifier: 7000028auction111022 to the API
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000028/photo_001/780x0__r.jpg?hash=1774440142>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8a22974f-51bd-5caf-9d19-802a024bf51d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000028',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Peugeot',
'model': '308',
'odometer': 157154,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Allure 1.5 HDi 96KW MT6 E6d',
'transmission': 'manual',
'trim': 'SW Allure 1.5 HDi 96KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000028auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:05 [ecarstrade.de] INFO: Saving data for 7000028auction111022: {'created_time': 1774454525.572442, 'last_price_update_time': 1774454525.572455, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000028auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_006/780x0__r.jpg?hash=1774440135> (referer: https://ecarstrade.com/cars/7000023)
2026-03-25 16:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_004/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000891)
2026-03-25 16:02:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_002/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000891)
2026-03-25 16:02:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e161e819-fa0f-5c3f-aebe-d6c932f471c5
2026-03-25 16:02:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e161e819-fa0f-5c3f-aebe-d6c932f471c5, skipping ID generation
2026-03-25 16:02:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e161e819-fa0f-5c3f-aebe-d6c932f471c5 with scrape type 1
2026-03-25 16:02:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e161e819-fa0f-5c3f-aebe-d6c932f471c5 sending to next pipeline
2026-03-25 16:02:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e161e819-fa0f-5c3f-aebe-d6c932f471c5, identifier: 7000023auction111022
2026-03-25 16:02:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022
2026-03-25 16:02:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022
2026-03-25 16:02:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e161e819-fa0f-5c3f-aebe-d6c932f471c5 with identifier: 7000023auction111022 to the API
2026-03-25 16:02:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000023/photo_006/780x0__r.jpg?hash=1774440135>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'e161e819-fa0f-5c3f-aebe-d6c932f471c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000023',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Opel',
'model': 'Astra',
'odometer': 116988,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Astra K Sports Tourer Elegance Start/Stop 1.5 77KW MT6 E6d',
'transmission': 'manual',
'trim': 'K Sports Tourer Elegance Start/Stop 1.5 77KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000023auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:06 [ecarstrade.de] INFO: Saving data for 7000023auction111022: {'created_time': 1774454526.13678, 'last_price_update_time': 1774454526.136793, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000023auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_001/780x0__r.jpg?hash=1774440118> (referer: https://ecarstrade.com/cars/7000010)
2026-03-25 16:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_001/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000891)
2026-03-25 16:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_002/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000010)
2026-03-25 16:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4138b18-386d-5107-8edd-ca9ab8b0520e
2026-03-25 16:02:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4138b18-386d-5107-8edd-ca9ab8b0520e, skipping ID generation
2026-03-25 16:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4138b18-386d-5107-8edd-ca9ab8b0520e with scrape type 1
2026-03-25 16:02:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4138b18-386d-5107-8edd-ca9ab8b0520e sending to next pipeline
2026-03-25 16:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c4138b18-386d-5107-8edd-ca9ab8b0520e, identifier: 7000891auction111027
2026-03-25 16:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c4138b18-386d-5107-8edd-ca9ab8b0520e with identifier: 7000891auction111027
2026-03-25 16:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c4138b18-386d-5107-8edd-ca9ab8b0520e with identifier: 7000891auction111027
2026-03-25 16:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c4138b18-386d-5107-8edd-ca9ab8b0520e with identifier: 7000891auction111027 to the API
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000891/photo_001/780x0__r.jpg?hash=1774444920>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c4138b18-386d-5107-8edd-ca9ab8b0520e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000891',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 106587,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'Caddy Nfz Kasten BMT 2.0 TDI 75KW MT5 E6dT',
'transmission': 'manual',
'trim': 'Nfz Kasten BMT 2.0 TDI 75KW MT5 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000891auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:06 [ecarstrade.de] INFO: Saving data for 7000891auction111027: {'created_time': 1774454526.886195, 'last_price_update_time': 1774454526.886206, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000891auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:06 [scrapy.extensions.logstats] INFO: Crawled 34 pages (at 31 pages/min), scraped 17 items (at 17 items/min)
2026-03-25 16:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 240MiB
2026-03-25 16:02:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000893> (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-25 16:02:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:09 [ecarstrade.de] INFO: Extracting details for car 7000893auction111027
2026-03-25 16:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1b49bfd-0299-5289-9364-1c5d33f5e869 with identifier: 7000893auction111027
2026-03-25 16:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1b49bfd-0299-5289-9364-1c5d33f5e869 with scrape type 1
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000893%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444922%27 HTTP/1.1" 200 None
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_001/780x0__r.jpg?hash=1774444922 not downloaded yet
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000893%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444922%27 HTTP/1.1" 200 None
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_002/780x0__r.jpg?hash=1774444922 not downloaded yet
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000893%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444922%27 HTTP/1.1" 200 None
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_003/780x0__r.jpg?hash=1774444922 not downloaded yet
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000893%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444922%27 HTTP/1.1" 200 None
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_004/780x0__r.jpg?hash=1774444922 not downloaded yet
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000893%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444923%27 HTTP/1.1" 200 None
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_005/780x0__r.jpg?hash=1774444923 not downloaded yet
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000893%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444923%27 HTTP/1.1" 200 None
2026-03-25 16:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_006/780x0__r.jpg?hash=1774444923 not downloaded yet
2026-03-25 16:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000027> (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-25 16:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_003/780x0__r.jpg?hash=1774440118> (referer: https://ecarstrade.com/cars/7000010)
2026-03-25 16:02:12 [ecarstrade.de] INFO: Extracting details for car 7000027auction111022
2026-03-25 16:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022
2026-03-25 16:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8df99f6c-1e5f-5709-8a96-15803e12c431 with scrape type 1
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000027%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_001/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000027%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_002/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000031> (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-25 16:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_006/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000010)
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000027%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_003/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000027%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_004/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000027%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_005/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000027%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_006/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_004/780x0__r.jpg?hash=1774440118> (referer: https://ecarstrade.com/cars/7000010)
2026-03-25 16:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_005/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000010)
2026-03-25 16:02:12 [ecarstrade.de] INFO: Extracting details for car 7000031auction111022
2026-03-25 16:02:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022
2026-03-25 16:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with scrape type 1
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000031%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440145%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_001/780x0__r.jpg?hash=1774440145 not downloaded yet
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000031%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440145%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_002/780x0__r.jpg?hash=1774440145 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000031%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440145%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_003/780x0__r.jpg?hash=1774440145 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000031%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440145%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_004/780x0__r.jpg?hash=1774440145 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000031%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440145%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_005/780x0__r.jpg?hash=1774440145 not downloaded yet
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000031%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440145%27 HTTP/1.1" 200 None
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_006/780x0__r.jpg?hash=1774440145 not downloaded yet
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f692afe7-1206-5101-9e51-58f686bdd5f5
2026-03-25 16:02:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f692afe7-1206-5101-9e51-58f686bdd5f5, skipping ID generation
2026-03-25 16:02:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f692afe7-1206-5101-9e51-58f686bdd5f5 with scrape type 1
2026-03-25 16:02:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f692afe7-1206-5101-9e51-58f686bdd5f5 sending to next pipeline
2026-03-25 16:02:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f692afe7-1206-5101-9e51-58f686bdd5f5, identifier: 7000010auction111022
2026-03-25 16:02:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022
2026-03-25 16:02:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022
2026-03-25 16:02:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f692afe7-1206-5101-9e51-58f686bdd5f5 with identifier: 7000010auction111022 to the API
2026-03-25 16:02:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000010/photo_005/780x0__r.jpg?hash=1774440119>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'f692afe7-1206-5101-9e51-58f686bdd5f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000010',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 111766,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Trend 1.5 EcoBlue 88KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Turnier Trend 1.5 EcoBlue 88KW AT8 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000010auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [ecarstrade.de] INFO: Saving data for 7000010auction111022: {'created_time': 1774454533.320534, 'last_price_update_time': 1774454533.320546, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000010auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000009> (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-25 16:02:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:13 [ecarstrade.de] INFO: Extracting details for car 7000009auction111022
2026-03-25 16:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022
2026-03-25 16:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3d637fb-5cdb-58b8-92e6-3d610da9201d with scrape type 1
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000009%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440115%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_001/780x0__r.jpg?hash=1774440115 not downloaded yet
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000009%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440115%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_002/780x0__r.jpg?hash=1774440115 not downloaded yet
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000009%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440115%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_003/780x0__r.jpg?hash=1774440115 not downloaded yet
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000009%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440115%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_004/780x0__r.jpg?hash=1774440115 not downloaded yet
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000009%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440115%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_005/780x0__r.jpg?hash=1774440115 not downloaded yet
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000009%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440116%27 HTTP/1.1" 200 None
2026-03-25 16:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_006/780x0__r.jpg?hash=1774440116 not downloaded yet
2026-03-25 16:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000004> (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-25 16:02:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:14 [ecarstrade.de] INFO: Extracting details for car 7000004auction111022
2026-03-25 16:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022
2026-03-25 16:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with scrape type 1
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000004%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440107%27 HTTP/1.1" 200 None
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_001/780x0__r.jpg?hash=1774440107 not downloaded yet
2026-03-25 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000004%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440107%27 HTTP/1.1" 200 None
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_002/780x0__r.jpg?hash=1774440107 not downloaded yet
2026-03-25 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000004%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440108%27 HTTP/1.1" 200 None
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_003/780x0__r.jpg?hash=1774440108 not downloaded yet
2026-03-25 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000004%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440108%27 HTTP/1.1" 200 None
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_004/780x0__r.jpg?hash=1774440108 not downloaded yet
2026-03-25 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000004%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440108%27 HTTP/1.1" 200 None
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_005/780x0__r.jpg?hash=1774440108 not downloaded yet
2026-03-25 16:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000004%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440108%27 HTTP/1.1" 200 None
2026-03-25 16:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_006/780x0__r.jpg?hash=1774440108 not downloaded yet
2026-03-25 16:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000035> (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-25 16:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_006/780x0__r.jpg?hash=1774444923> (referer: https://ecarstrade.com/cars/7000893)
2026-03-25 16:02:15 [ecarstrade.de] INFO: Extracting details for car 7000035auction111022
2026-03-25 16:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022
2026-03-25 16:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a34cfb1-df9b-5477-8f1e-f0960505e047 with scrape type 1
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000035%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440152%27 HTTP/1.1" 200 None
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_001/780x0__r.jpg?hash=1774440152 not downloaded yet
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000035%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440152%27 HTTP/1.1" 200 None
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_002/780x0__r.jpg?hash=1774440152 not downloaded yet
2026-03-25 16:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_005/780x0__r.jpg?hash=1774444923> (referer: https://ecarstrade.com/cars/7000893)
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000035%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440152%27 HTTP/1.1" 200 None
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_003/780x0__r.jpg?hash=1774440152 not downloaded yet
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000035%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440152%27 HTTP/1.1" 200 None
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_004/780x0__r.jpg?hash=1774440152 not downloaded yet
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000035%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440152%27 HTTP/1.1" 200 None
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_005/780x0__r.jpg?hash=1774440152 not downloaded yet
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000035%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440152%27 HTTP/1.1" 200 None
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_006/780x0__r.jpg?hash=1774440152 not downloaded yet
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_002/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000027)
2026-03-25 16:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_001/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000027)
2026-03-25 16:02:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_006/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000027)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_005/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000027)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_006/780x0__r.jpg?hash=1774440145> (referer: https://ecarstrade.com/cars/7000031)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_006/780x0__r.jpg?hash=1774440116> (referer: https://ecarstrade.com/cars/7000009)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_006/780x0__r.jpg?hash=1774440108> (referer: https://ecarstrade.com/cars/7000004)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_005/780x0__r.jpg?hash=1774440108> (referer: https://ecarstrade.com/cars/7000004)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_002/780x0__r.jpg?hash=1774440152> (referer: https://ecarstrade.com/cars/7000035)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_006/780x0__r.jpg?hash=1774440152> (referer: https://ecarstrade.com/cars/7000035)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000026> (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-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_005/780x0__r.jpg?hash=1774440152> (referer: https://ecarstrade.com/cars/7000035)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_004/780x0__r.jpg?hash=1774440152> (referer: https://ecarstrade.com/cars/7000035)
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_003/780x0__r.jpg?hash=1774440152> (referer: https://ecarstrade.com/cars/7000035)
2026-03-25 16:02:16 [ecarstrade.de] INFO: Extracting details for car 7000026auction111022
2026-03-25 16:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022
2026-03-25 16:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3158bec4-3f93-52d1-849a-199badb8e4d7 with scrape type 1
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 3158bec4-3f93-52d1-849a-199badb8e4d7
2026-03-25 16:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000026%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440141%27 HTTP/1.1" 200 None
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000026/photo_001/780x0__r.jpg?hash=1774440141 not downloaded yet
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_001/780x0__r.jpg?hash=1774440152> (referer: https://ecarstrade.com/cars/7000035)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_004/780x0__r.jpg?hash=1774440108> (referer: https://ecarstrade.com/cars/7000004)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_003/780x0__r.jpg?hash=1774440108> (referer: https://ecarstrade.com/cars/7000004)
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9a34cfb1-df9b-5477-8f1e-f0960505e047
2026-03-25 16:02:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a34cfb1-df9b-5477-8f1e-f0960505e047, skipping ID generation
2026-03-25 16:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a34cfb1-df9b-5477-8f1e-f0960505e047 with scrape type 1
2026-03-25 16:02:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a34cfb1-df9b-5477-8f1e-f0960505e047 sending to next pipeline
2026-03-25 16:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9a34cfb1-df9b-5477-8f1e-f0960505e047, identifier: 7000035auction111022
2026-03-25 16:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022
2026-03-25 16:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022
2026-03-25 16:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9a34cfb1-df9b-5477-8f1e-f0960505e047 with identifier: 7000035auction111022 to the API
2026-03-25 16:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000035/photo_001/780x0__r.jpg?hash=1774440152>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '9a34cfb1-df9b-5477-8f1e-f0960505e047',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000035',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 175003,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Variant Business 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000035auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:17 [ecarstrade.de] INFO: Saving data for 7000035auction111022: {'created_time': 1774454537.412907, 'last_price_update_time': 1774454537.412921, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000035auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_001/780x0__r.jpg?hash=1774440107> (referer: https://ecarstrade.com/cars/7000004)
2026-03-25 16:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_002/780x0__r.jpg?hash=1774440107> (referer: https://ecarstrade.com/cars/7000004)
2026-03-25 16:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_005/780x0__r.jpg?hash=1774440115> (referer: https://ecarstrade.com/cars/7000009)
2026-03-25 16:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_004/780x0__r.jpg?hash=1774440115> (referer: https://ecarstrade.com/cars/7000009)
2026-03-25 16:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a
2026-03-25 16:02:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a, skipping ID generation
2026-03-25 16:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with scrape type 1
2026-03-25 16:02:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 001bbfc9-6b9a-5a16-b79a-65bd91317d5a sending to next pipeline
2026-03-25 16:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a, identifier: 7000004auction111022
2026-03-25 16:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022
2026-03-25 16:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022
2026-03-25 16:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 001bbfc9-6b9a-5a16-b79a-65bd91317d5a with identifier: 7000004auction111022 to the API
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000004/photo_002/780x0__r.jpg?hash=1774440107>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '001bbfc9-6b9a-5a16-b79a-65bd91317d5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000004',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '118',
'odometer': 129412,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 1 Lim. 118 d 2.0 110KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Baureihe 1 Lim. d 2.0 110KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000004auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:17 [ecarstrade.de] INFO: Saving data for 7000004auction111022: {'created_time': 1774454537.981456, 'last_price_update_time': 1774454537.981469, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000004auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_003/780x0__r.jpg?hash=1774440115> (referer: https://ecarstrade.com/cars/7000009)
2026-03-25 16:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_002/780x0__r.jpg?hash=1774440115> (referer: https://ecarstrade.com/cars/7000009)
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_001/780x0__r.jpg?hash=1774440115> (referer: https://ecarstrade.com/cars/7000009)
2026-03-25 16:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000026/photo_001/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000026)
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_004/780x0__r.jpg?hash=1774440145> (referer: https://ecarstrade.com/cars/7000031)
2026-03-25 16:02:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_005/780x0__r.jpg?hash=1774440145> (referer: https://ecarstrade.com/cars/7000031)
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3d637fb-5cdb-58b8-92e6-3d610da9201d
2026-03-25 16:02:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3d637fb-5cdb-58b8-92e6-3d610da9201d, skipping ID generation
2026-03-25 16:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3d637fb-5cdb-58b8-92e6-3d610da9201d with scrape type 1
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3d637fb-5cdb-58b8-92e6-3d610da9201d sending to next pipeline
2026-03-25 16:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e3d637fb-5cdb-58b8-92e6-3d610da9201d, identifier: 7000009auction111022
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3158bec4-3f93-52d1-849a-199badb8e4d7
2026-03-25 16:02:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3158bec4-3f93-52d1-849a-199badb8e4d7, skipping ID generation
2026-03-25 16:02:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3158bec4-3f93-52d1-849a-199badb8e4d7 with scrape type 1
2026-03-25 16:02:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3158bec4-3f93-52d1-849a-199badb8e4d7 sending to next pipeline
2026-03-25 16:02:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3158bec4-3f93-52d1-849a-199badb8e4d7, identifier: 7000026auction111022
2026-03-25 16:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022
2026-03-25 16:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022
2026-03-25 16:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e3d637fb-5cdb-58b8-92e6-3d610da9201d with identifier: 7000009auction111022 to the API
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000009/photo_001/780x0__r.jpg?hash=1774440115>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3d637fb-5cdb-58b8-92e6-3d610da9201d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000009',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 111268,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Lim. Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'transmission': 'manual',
'trim': 'Lim. Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000009auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:18 [ecarstrade.de] INFO: Saving data for 7000009auction111022: {'created_time': 1774454538.722426, 'last_price_update_time': 1774454538.722438, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000009auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022
2026-03-25 16:02:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022
2026-03-25 16:02:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3158bec4-3f93-52d1-849a-199badb8e4d7 with identifier: 7000026auction111022 to the API
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000026/photo_001/780x0__r.jpg?hash=1774440141>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Petrol',
'id': '3158bec4-3f93-52d1-849a-199badb8e4d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000026',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 24969,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Corsa F Elegance 1.2 Turbo 74KW AT8 E6d',
'transmission': 'automatic',
'trim': 'F Elegance 1.2 Turbo 74KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000026auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [ecarstrade.de] INFO: Saving data for 7000026auction111022: {'created_time': 1774454539.076804, 'last_price_update_time': 1774454539.076815, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000026auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_003/780x0__r.jpg?hash=1774440145> (referer: https://ecarstrade.com/cars/7000031)
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_002/780x0__r.jpg?hash=1774440145> (referer: https://ecarstrade.com/cars/7000031)
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000039> (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-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_001/780x0__r.jpg?hash=1774440145> (referer: https://ecarstrade.com/cars/7000031)
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_004/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000027)
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_003/780x0__r.jpg?hash=1774440141> (referer: https://ecarstrade.com/cars/7000027)
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:19 [ecarstrade.de] INFO: Extracting details for car 7000039auction111022
2026-03-25 16:02:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022
2026-03-25 16:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a8947f-e604-56e2-9ac8-130502c9d2fe with scrape type 1
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000039%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440162%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_001/780x0__r.jpg?hash=1774440162 not downloaded yet
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_004/780x0__r.jpg?hash=1774444922> (referer: https://ecarstrade.com/cars/7000893)
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000039%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440161%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_002/780x0__r.jpg?hash=1774440161 not downloaded yet
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_003/780x0__r.jpg?hash=1774444922> (referer: https://ecarstrade.com/cars/7000893)
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000039%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440161%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_003/780x0__r.jpg?hash=1774440161 not downloaded yet
2026-03-25 16:02:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c
2026-03-25 16:02:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c, skipping ID generation
2026-03-25 16:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with scrape type 1
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c sending to next pipeline
2026-03-25 16:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c, identifier: 7000031auction111022
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000039%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440161%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_004/780x0__r.jpg?hash=1774440161 not downloaded yet
2026-03-25 16:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022
2026-03-25 16:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022
2026-03-25 16:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c with identifier: 7000031auction111022 to the API
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000031/photo_001/780x0__r.jpg?hash=1774440145>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Petrol',
'id': 'fa4acb1d-dd2a-5223-ad0b-1c24a4a8e51c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000031',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 45708,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'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-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000031auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [ecarstrade.de] INFO: Saving data for 7000031auction111022: {'created_time': 1774454539.725789, 'last_price_update_time': 1774454539.725804, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000031auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_002/780x0__r.jpg?hash=1774444922> (referer: https://ecarstrade.com/cars/7000893)
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_001/780x0__r.jpg?hash=1774444922> (referer: https://ecarstrade.com/cars/7000893)
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000039%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440161%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_005/780x0__r.jpg?hash=1774440161 not downloaded yet
2026-03-25 16:02:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000019> (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-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8df99f6c-1e5f-5709-8a96-15803e12c431
2026-03-25 16:02:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8df99f6c-1e5f-5709-8a96-15803e12c431, skipping ID generation
2026-03-25 16:02:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8df99f6c-1e5f-5709-8a96-15803e12c431 with scrape type 1
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8df99f6c-1e5f-5709-8a96-15803e12c431 sending to next pipeline
2026-03-25 16:02:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8df99f6c-1e5f-5709-8a96-15803e12c431, identifier: 7000027auction111022
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000039%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440163%27 HTTP/1.1" 200 None
2026-03-25 16:02:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_006/780x0__r.jpg?hash=1774440163 not downloaded yet
2026-03-25 16:02:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022
2026-03-25 16:02:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022
2026-03-25 16:02:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8df99f6c-1e5f-5709-8a96-15803e12c431 with identifier: 7000027auction111022 to the API
2026-03-25 16:02:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000027/photo_003/780x0__r.jpg?hash=1774440141>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8df99f6c-1e5f-5709-8a96-15803e12c431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000027',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Peugeot',
'model': '208',
'odometer': 93534,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 BlueHDi 100 GT 5d 75kW',
'transmission': 'manual',
'trim': 'PEUGEOT BlueHDi 100 GT 5d 75kW',
'vin': None,
'year': 2021}
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000027auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:20 [ecarstrade.de] INFO: Saving data for 7000027auction111022: {'created_time': 1774454540.524834, 'last_price_update_time': 1774454540.524846, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000027auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_005/780x0__r.jpg?hash=1774444909> (referer: https://ecarstrade.com/cars/7000887)
2026-03-25 16:02:20 [ecarstrade.de] INFO: Extracting details for car 7000019auction111022
2026-03-25 16:02:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f1b49bfd-0299-5289-9364-1c5d33f5e869
2026-03-25 16:02:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1b49bfd-0299-5289-9364-1c5d33f5e869, skipping ID generation
2026-03-25 16:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1b49bfd-0299-5289-9364-1c5d33f5e869 with scrape type 1
2026-03-25 16:02:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1b49bfd-0299-5289-9364-1c5d33f5e869 sending to next pipeline
2026-03-25 16:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f1b49bfd-0299-5289-9364-1c5d33f5e869, identifier: 7000893auction111027
2026-03-25 16:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_004/780x0__r.jpg?hash=1774444908> (referer: https://ecarstrade.com/cars/7000887)
2026-03-25 16:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000029> (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-25 16:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000017> (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-25 16:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f1b49bfd-0299-5289-9364-1c5d33f5e869 with identifier: 7000893auction111027
2026-03-25 16:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f1b49bfd-0299-5289-9364-1c5d33f5e869 with identifier: 7000893auction111027
2026-03-25 16:02:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f1b49bfd-0299-5289-9364-1c5d33f5e869 with identifier: 7000893auction111027 to the API
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000893/photo_001/780x0__r.jpg?hash=1774444922>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f1b49bfd-0299-5289-9364-1c5d33f5e869',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000893',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 97391,
'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': 'Golf VIII Variant Life 2.0 TDI 85KW MT6 E6d',
'transmission': 'manual',
'trim': 'VIII Variant Life 2.0 TDI 85KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000893auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [ecarstrade.de] INFO: Saving data for 7000893auction111027: {'created_time': 1774454541.064813, 'last_price_update_time': 1774454541.064826, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000893auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:21 [ecarstrade.de] INFO: Extracting details for car 7000029auction111022
2026-03-25 16:02:21 [ecarstrade.de] INFO: Extracting details for car 7000017auction111022
2026-03-25 16:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022
2026-03-25 16:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f193834-bf33-5e00-9b29-eb17b50aaaef with scrape type 1
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000019%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440132%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_001/780x0__r.jpg?hash=1774440132 not downloaded yet
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_003/780x0__r.jpg?hash=1774444908> (referer: https://ecarstrade.com/cars/7000887)
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000019%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440133%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_002/780x0__r.jpg?hash=1774440133 not downloaded yet
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_002/780x0__r.jpg?hash=1774444908> (referer: https://ecarstrade.com/cars/7000887)
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022
2026-03-25 16:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59deda62-48da-5543-af6f-774e4851cb66 with scrape type 1
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000029%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_001/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022
2026-03-25 16:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with scrape type 1
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000017%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440128%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_001/780x0__r.jpg?hash=1774440128 not downloaded yet
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_001/780x0__r.jpg?hash=1774440162> (referer: https://ecarstrade.com/cars/7000039)
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000019%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440132%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_003/780x0__r.jpg?hash=1774440132 not downloaded yet
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_002/780x0__r.jpg?hash=1774440161> (referer: https://ecarstrade.com/cars/7000039)
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000029%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_002/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000017%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440128%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_003/780x0__r.jpg?hash=1774440128 not downloaded yet
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000019%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440132%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_004/780x0__r.jpg?hash=1774440132 not downloaded yet
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_001/780x0__r.jpg?hash=1774444908> (referer: https://ecarstrade.com/cars/7000887)
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_003/780x0__r.jpg?hash=1774440161> (referer: https://ecarstrade.com/cars/7000039)
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000029%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_003/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000017%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440128%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_005/780x0__r.jpg?hash=1774440128 not downloaded yet
2026-03-25 16:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000019%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440133%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_005/780x0__r.jpg?hash=1774440133 not downloaded yet
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_004/780x0__r.jpg?hash=1774440161> (referer: https://ecarstrade.com/cars/7000039)
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_005/780x0__r.jpg?hash=1774440161> (referer: https://ecarstrade.com/cars/7000039)
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000029%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_004/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000017%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774440128%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_007/780x0__r.jpg?hash=1774440128 not downloaded yet
2026-03-25 16:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000019%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440132%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_006/780x0__r.jpg?hash=1774440132 not downloaded yet
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_006/780x0__r.jpg?hash=1774440163> (referer: https://ecarstrade.com/cars/7000039)
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000029%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_005/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000017%252Fphoto_009%252F780x0__r.jpg%253Fhash%3D1774440129%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_009/780x0__r.jpg?hash=1774440129 not downloaded yet
2026-03-25 16:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000029%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440143%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_006/780x0__r.jpg?hash=1774440143 not downloaded yet
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000017%252Fphoto_011%252F780x0__r.jpg%253Fhash%3D1774440128%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_011/780x0__r.jpg?hash=1774440128 not downloaded yet
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076
2026-03-25 16:02:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076, skipping ID generation
2026-03-25 16:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 with scrape type 1
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 sending to next pipeline
2026-03-25 16:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076, identifier: 7000887auction111027
2026-03-25 16:02:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 with identifier: 7000887auction111027
2026-03-25 16:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 with identifier: 7000887auction111027
2026-03-25 16:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 2ef94e99-19dd-5dd2-8b73-f0c4f41e4076 with identifier: 7000887auction111027 to the API
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000887/photo_001/780x0__r.jpg?hash=1774444908>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2ef94e99-19dd-5dd2-8b73-f0c4f41e4076',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000887',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 146967,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Combi First Edition 2.0 TDI 110KW AT7 E6dT',
'transmission': 'automatic',
'trim': 'Combi First Edition 2.0 TDI 110KW AT7 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000887auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:21 [ecarstrade.de] INFO: Saving data for 7000887auction111027: {'created_time': 1774454541.982176, 'last_price_update_time': 1774454541.982189, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000887auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_003/780x0__r.jpg?hash=1774444888> (referer: https://ecarstrade.com/cars/7000874)
2026-03-25 16:02:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b6a8947f-e604-56e2-9ac8-130502c9d2fe
2026-03-25 16:02:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b6a8947f-e604-56e2-9ac8-130502c9d2fe, skipping ID generation
2026-03-25 16:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6a8947f-e604-56e2-9ac8-130502c9d2fe with scrape type 1
2026-03-25 16:02:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b6a8947f-e604-56e2-9ac8-130502c9d2fe sending to next pipeline
2026-03-25 16:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b6a8947f-e604-56e2-9ac8-130502c9d2fe, identifier: 7000039auction111022
2026-03-25 16:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022
2026-03-25 16:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022
2026-03-25 16:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b6a8947f-e604-56e2-9ac8-130502c9d2fe with identifier: 7000039auction111022 to the API
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000039/photo_006/780x0__r.jpg?hash=1774440163>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'b6a8947f-e604-56e2-9ac8-130502c9d2fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000039',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 135439,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Variant Trendline BMT/Start-Stopp 2.0 TDI 110KW MT6 E6',
'transmission': 'manual',
'trim': 'Variant Trendline BMT/Start-Stopp 2.0 TDI 110KW MT6 E6',
'vin': None,
'year': 2018}
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000039auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:22 [ecarstrade.de] INFO: Saving data for 7000039auction111022: {'created_time': 1774454542.63016, 'last_price_update_time': 1774454542.63017, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000039auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_001/780x0__r.jpg?hash=1774440132> (referer: https://ecarstrade.com/cars/7000019)
2026-03-25 16:02:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47571980-56bf-57ce-9cd6-22e29f9b0592
2026-03-25 16:02:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47571980-56bf-57ce-9cd6-22e29f9b0592, skipping ID generation
2026-03-25 16:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47571980-56bf-57ce-9cd6-22e29f9b0592 with scrape type 1
2026-03-25 16:02:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47571980-56bf-57ce-9cd6-22e29f9b0592 sending to next pipeline
2026-03-25 16:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 47571980-56bf-57ce-9cd6-22e29f9b0592, identifier: 7000874auction111027
2026-03-25 16:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 47571980-56bf-57ce-9cd6-22e29f9b0592 with identifier: 7000874auction111027
2026-03-25 16:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 47571980-56bf-57ce-9cd6-22e29f9b0592 with identifier: 7000874auction111027
2026-03-25 16:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 47571980-56bf-57ce-9cd6-22e29f9b0592 with identifier: 7000874auction111027 to the API
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000874/photo_003/780x0__r.jpg?hash=1774444888>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '47571980-56bf-57ce-9cd6-22e29f9b0592',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000874',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 178429,
'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': 'C -Klasse T-Modell C 220 d T (206.204)AMG AMG Line 162KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell d T (206.204)AMG AMG Line 162KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000874auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [ecarstrade.de] INFO: Saving data for 7000874auction111027: {'created_time': 1774454543.085818, 'last_price_update_time': 1774454543.085833, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000874auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000014> (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-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_001/780x0__r.jpg?hash=1774440128> (referer: https://ecarstrade.com/cars/7000017)
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_004/780x0__r.jpg?hash=1774440132> (referer: https://ecarstrade.com/cars/7000019)
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_001/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000029)
2026-03-25 16:02:23 [ecarstrade.de] INFO: Extracting details for car 7000014auction111022
2026-03-25 16:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022
2026-03-25 16:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with scrape type 1
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000014%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_001/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000014%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_002/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_005/780x0__r.jpg?hash=1774440133> (referer: https://ecarstrade.com/cars/7000019)
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_003/780x0__r.jpg?hash=1774440128> (referer: https://ecarstrade.com/cars/7000017)
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000014%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_003/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000014%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_004/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000014%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_005/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000014%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_006/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_007/780x0__r.jpg?hash=1774440128> (referer: https://ecarstrade.com/cars/7000017)
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_005/780x0__r.jpg?hash=1774440128> (referer: https://ecarstrade.com/cars/7000017)
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_011/780x0__r.jpg?hash=1774440128> (referer: https://ecarstrade.com/cars/7000017)
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_006/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000029)
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_009/780x0__r.jpg?hash=1774440129> (referer: https://ecarstrade.com/cars/7000017)
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_005/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000029)
2026-03-25 16:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_006/780x0__r.jpg?hash=1774440132> (referer: https://ecarstrade.com/cars/7000019)
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9
2026-03-25 16:02:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9, skipping ID generation
2026-03-25 16:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with scrape type 1
2026-03-25 16:02:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 sending to next pipeline
2026-03-25 16:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9, identifier: 7000017auction111022
2026-03-25 16:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022
2026-03-25 16:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022
2026-03-25 16:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9 with identifier: 7000017auction111022 to the API
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000017/photo_009/780x0__r.jpg?hash=1774440129>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '8029dab9-2fbf-52e2-ab8d-d5e93c8b8da9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000017',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 99156,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 340 L1 Trend 2.0 TDCi 96KW AT6 E6dT',
'transmission': 'automatic',
'trim': 'Kasten 340 L1 Trend 2.0 TDCi 96KW AT6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000017auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:24 [ecarstrade.de] INFO: Saving data for 7000017auction111022: {'created_time': 1774454544.011819, 'last_price_update_time': 1774454544.01183, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000017auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_004/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000029)
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_002/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000014)
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_006/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000014)
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_001/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000014)
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_005/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000014)
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_004/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000014)
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_003/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000014)
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_003/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000029)
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_002/780x0__r.jpg?hash=1774440143> (referer: https://ecarstrade.com/cars/7000029)
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04
2026-03-25 16:02:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04, skipping ID generation
2026-03-25 16:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with scrape type 1
2026-03-25 16:02:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 sending to next pipeline
2026-03-25 16:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04, identifier: 7000014auction111022
2026-03-25 16:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022
2026-03-25 16:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022
2026-03-25 16:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d9cf48fe-a3d0-5785-904c-e2e7d80c7f04 with identifier: 7000014auction111022 to the API
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000014/photo_003/780x0__r.jpg?hash=1774440121>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'd9cf48fe-a3d0-5785-904c-e2e7d80c7f04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000014',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 89689,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga Cool & Connect 2.0 EcoBlue 140KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Cool & Connect 2.0 EcoBlue 140KW AT8 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000014auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:25 [ecarstrade.de] INFO: Saving data for 7000014auction111022: {'created_time': 1774454545.000178, 'last_price_update_time': 1774454545.000188, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000014auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_002/780x0__r.jpg?hash=1774440133> (referer: https://ecarstrade.com/cars/7000019)
2026-03-25 16:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_003/780x0__r.jpg?hash=1774440132> (referer: https://ecarstrade.com/cars/7000019)
2026-03-25 16:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 59deda62-48da-5543-af6f-774e4851cb66
2026-03-25 16:02:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 59deda62-48da-5543-af6f-774e4851cb66, skipping ID generation
2026-03-25 16:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59deda62-48da-5543-af6f-774e4851cb66 with scrape type 1
2026-03-25 16:02:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 59deda62-48da-5543-af6f-774e4851cb66 sending to next pipeline
2026-03-25 16:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 59deda62-48da-5543-af6f-774e4851cb66, identifier: 7000029auction111022
2026-03-25 16:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022
2026-03-25 16:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022
2026-03-25 16:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 59deda62-48da-5543-af6f-774e4851cb66 with identifier: 7000029auction111022 to the API
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02: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-25 16:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000029/photo_002/780x0__r.jpg?hash=1774440143>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '59deda62-48da-5543-af6f-774e4851cb66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000029',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 65906,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 3,
'seller_name': None,
'title': 'Boxer Kasten Hochraum 335 L2H2 Premium BlueHDi 140 Stop&Start HDi '
'103KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten Hochraum 335 L2H2 Premium BlueHDi 140 Stop&Start HDi 103KW '
'MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000029auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:25 [ecarstrade.de] INFO: Saving data for 7000029auction111022: {'created_time': 1774454545.506937, 'last_price_update_time': 1774454545.506947, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000029auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7f193834-bf33-5e00-9b29-eb17b50aaaef
2026-03-25 16:02:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f193834-bf33-5e00-9b29-eb17b50aaaef, skipping ID generation
2026-03-25 16:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f193834-bf33-5e00-9b29-eb17b50aaaef with scrape type 1
2026-03-25 16:02:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f193834-bf33-5e00-9b29-eb17b50aaaef sending to next pipeline
2026-03-25 16:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7f193834-bf33-5e00-9b29-eb17b50aaaef, identifier: 7000019auction111022
2026-03-25 16:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022
2026-03-25 16:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022
2026-03-25 16:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7f193834-bf33-5e00-9b29-eb17b50aaaef with identifier: 7000019auction111022 to the API
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02: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-25 16:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000019/photo_003/780x0__r.jpg?hash=1774440132>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '7f193834-bf33-5e00-9b29-eb17b50aaaef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000019',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 122104,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-Klasse A 180 d 8G-DCT 5d 85kW',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-Klasse d 8G-DCT 5d 85kW',
'vin': None,
'year': 2022}
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000019auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:25 [ecarstrade.de] INFO: Saving data for 7000019auction111022: {'created_time': 1774454545.958264, 'last_price_update_time': 1774454545.958278, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000019auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000034> (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-25 16:02:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:27 [ecarstrade.de] INFO: Extracting details for car 7000034auction111022
2026-03-25 16:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022
2026-03-25 16:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with scrape type 1
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000034%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440150%27 HTTP/1.1" 200 None
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_001/780x0__r.jpg?hash=1774440150 not downloaded yet
2026-03-25 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000034%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440150%27 HTTP/1.1" 200 None
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_002/780x0__r.jpg?hash=1774440150 not downloaded yet
2026-03-25 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000034%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440150%27 HTTP/1.1" 200 None
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_003/780x0__r.jpg?hash=1774440150 not downloaded yet
2026-03-25 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000034%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440150%27 HTTP/1.1" 200 None
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_004/780x0__r.jpg?hash=1774440150 not downloaded yet
2026-03-25 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000034%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440151%27 HTTP/1.1" 200 None
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_005/780x0__r.jpg?hash=1774440151 not downloaded yet
2026-03-25 16:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000034%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440150%27 HTTP/1.1" 200 None
2026-03-25 16:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_006/780x0__r.jpg?hash=1774440150 not downloaded yet
2026-03-25 16:02:28 [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-25 16:02:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996845auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996845auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996845auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996808auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996808auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996808auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996814auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996814auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996814auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996793auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996793auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996793auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996792auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996792auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996792auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996790auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996790auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996790auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996815auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996815auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996815auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996799auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996799auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996799auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996796auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996796auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996796auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996794auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996794auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996794auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996809auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996809auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996809auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996842auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996842auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996842auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996821auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996821auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996821auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996823auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996823auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996823auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996836auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996836auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996836auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996795auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996795auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996795auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996797auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996797auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996797auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996806auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996806auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996806auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996824auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996824auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996824auction110976: 0
2026-03-25 16:02:28 [ecarstrade.de] INFO: Found listing with ID: 6996811auction110976
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276996811auction110976%27 HTTP/1.1" 200 None
2026-03-25 16:02:28 [ecarstrade.de] INFO: Scrape type for 6996811auction110976: 0
2026-03-25 16:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000015> (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-25 16:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:30 [ecarstrade.de] INFO: Extracting details for car 7000015auction111022
2026-03-25 16:02:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022
2026-03-25 16:02:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1654d988-5683-5c3a-a98f-e30c029e9e87 with scrape type 1
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000015%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440125%27 HTTP/1.1" 200 None
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_001/780x0__r.jpg?hash=1774440125 not downloaded yet
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000015%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440125%27 HTTP/1.1" 200 None
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_002/780x0__r.jpg?hash=1774440125 not downloaded yet
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000015%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440125%27 HTTP/1.1" 200 None
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_003/780x0__r.jpg?hash=1774440125 not downloaded yet
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000015%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440125%27 HTTP/1.1" 200 None
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_004/780x0__r.jpg?hash=1774440125 not downloaded yet
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000015%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440127%27 HTTP/1.1" 200 None
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_005/780x0__r.jpg?hash=1774440127 not downloaded yet
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000015%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440125%27 HTTP/1.1" 200 None
2026-03-25 16:02:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_006/780x0__r.jpg?hash=1774440125 not downloaded yet
2026-03-25 16:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000036> (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-25 16:02:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:31 [ecarstrade.de] INFO: Extracting details for car 7000036auction111022
2026-03-25 16:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022
2026-03-25 16:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12b899b8-7e66-5b24-b39b-0252450db028 with scrape type 1
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000036%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440153%27 HTTP/1.1" 200 None
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_001/780x0__r.jpg?hash=1774440153 not downloaded yet
2026-03-25 16:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000036%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440153%27 HTTP/1.1" 200 None
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_002/780x0__r.jpg?hash=1774440153 not downloaded yet
2026-03-25 16:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000036%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440153%27 HTTP/1.1" 200 None
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_003/780x0__r.jpg?hash=1774440153 not downloaded yet
2026-03-25 16:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000036%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440153%27 HTTP/1.1" 200 None
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_004/780x0__r.jpg?hash=1774440153 not downloaded yet
2026-03-25 16:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000036%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440154%27 HTTP/1.1" 200 None
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_005/780x0__r.jpg?hash=1774440154 not downloaded yet
2026-03-25 16:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000036%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440154%27 HTTP/1.1" 200 None
2026-03-25 16:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_006/780x0__r.jpg?hash=1774440154 not downloaded yet
2026-03-25 16:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000006> (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-25 16:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000012> (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-25 16:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:32 [ecarstrade.de] INFO: Extracting details for car 7000006auction111022
2026-03-25 16:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022
2026-03-25 16:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82240fbb-5397-525c-b959-86051f5d7f39 with scrape type 1
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000006%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_001/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000006%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_002/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000006%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_003/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:32 [ecarstrade.de] INFO: Extracting details for car 7000012auction111022
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000006%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_004/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022
2026-03-25 16:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc357ba2-386a-504b-ace3-5b602313ba6f with scrape type 1
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000012%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_001/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000006%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_005/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000012%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_002/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000006%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_006/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000012%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440120%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_003/780x0__r.jpg?hash=1774440120 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000012%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_004/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000012%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440119%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_005/780x0__r.jpg?hash=1774440119 not downloaded yet
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000012%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440121%27 HTTP/1.1" 200 None
2026-03-25 16:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_006/780x0__r.jpg?hash=1774440121 not downloaded yet
2026-03-25 16:02:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000008> (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-25 16:02:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:33 [ecarstrade.de] INFO: Extracting details for car 7000008auction111022
2026-03-25 16:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022
2026-03-25 16:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with scrape type 1
2026-03-25 16:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a
2026-03-25 16:02:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000008%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440115%27 HTTP/1.1" 200 None
2026-03-25 16:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000008/photo_001/780x0__r.jpg?hash=1774440115 not downloaded yet
2026-03-25 16:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000003> (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-25 16:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:34 [ecarstrade.de] INFO: Extracting details for car 7000003auction111022
2026-03-25 16:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022
2026-03-25 16:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c93fedc-7b3d-5dd4-8064-1f68676473da with scrape type 1
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000003%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_001/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000003%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_002/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000003%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_003/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000003%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_004/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000003%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_005/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000003%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440106%27 HTTP/1.1" 200 None
2026-03-25 16:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_006/780x0__r.jpg?hash=1774440106 not downloaded yet
2026-03-25 16:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000882> (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-25 16:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_006/780x0__r.jpg?hash=1774444905> (referer: https://ecarstrade.com/cars/7000884)
2026-03-25 16:02:36 [ecarstrade.de] INFO: Extracting details for car 7000882auction111027
2026-03-25 16:02:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d50ec21-6331-5084-b724-d9aedd3fd9f1 with identifier: 7000882auction111027
2026-03-25 16:02:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d50ec21-6331-5084-b724-d9aedd3fd9f1 with scrape type 1
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000882%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444900%27 HTTP/1.1" 200 None
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_001/780x0__r.jpg?hash=1774444900 not downloaded yet
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000882%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444900%27 HTTP/1.1" 200 None
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_002/780x0__r.jpg?hash=1774444900 not downloaded yet
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000882%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444900%27 HTTP/1.1" 200 None
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_003/780x0__r.jpg?hash=1774444900 not downloaded yet
2026-03-25 16:02:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_006/780x0__r.jpg?hash=1774440150> (referer: https://ecarstrade.com/cars/7000034)
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000882%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444901%27 HTTP/1.1" 200 None
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_004/780x0__r.jpg?hash=1774444901 not downloaded yet
2026-03-25 16:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000882%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444900%27 HTTP/1.1" 200 None
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_005/780x0__r.jpg?hash=1774444900 not downloaded yet
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000882%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444901%27 HTTP/1.1" 200 None
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_006/780x0__r.jpg?hash=1774444901 not downloaded yet
2026-03-25 16:02:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000868> (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-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_006/780x0__r.jpg?hash=1774440125> (referer: https://ecarstrade.com/cars/7000015)
2026-03-25 16:02:38 [ecarstrade.de] INFO: Extracting details for car 7000868auction111027
2026-03-25 16:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 with identifier: 7000868auction111027
2026-03-25 16:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 with scrape type 1
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000868%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444879%27 HTTP/1.1" 200 None
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_001/780x0__r.jpg?hash=1774444879 not downloaded yet
2026-03-25 16:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000868%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444879%27 HTTP/1.1" 200 None
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_002/780x0__r.jpg?hash=1774444879 not downloaded yet
2026-03-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_006/780x0__r.jpg?hash=1774440154> (referer: https://ecarstrade.com/cars/7000036)
2026-03-25 16:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000868%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444879%27 HTTP/1.1" 200 None
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_003/780x0__r.jpg?hash=1774444879 not downloaded yet
2026-03-25 16:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000868%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444879%27 HTTP/1.1" 200 None
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_004/780x0__r.jpg?hash=1774444879 not downloaded yet
2026-03-25 16:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000868%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444879%27 HTTP/1.1" 200 None
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_005/780x0__r.jpg?hash=1774444879 not downloaded yet
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02: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%252F7000001-7010000%252F7000868%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444880%27 HTTP/1.1" 200 None
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_006/780x0__r.jpg?hash=1774444880 not downloaded yet
2026-03-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_005/780x0__r.jpg?hash=1774440154> (referer: https://ecarstrade.com/cars/7000036)
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_006/780x0__r.jpg?hash=1774440121> (referer: https://ecarstrade.com/cars/7000012)
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000008/photo_001/780x0__r.jpg?hash=1774440115> (referer: https://ecarstrade.com/cars/7000008)
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000007> (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-25 16:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_006/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000003)
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a
2026-03-25 16:02:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a, skipping ID generation
2026-03-25 16:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with scrape type 1
2026-03-25 16:02:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1d84d35-be15-50aa-97c1-4d9ec0dfec8a sending to next pipeline
2026-03-25 16:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a, identifier: 7000008auction111022
2026-03-25 16:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022
2026-03-25 16:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022
2026-03-25 16:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d1d84d35-be15-50aa-97c1-4d9ec0dfec8a with identifier: 7000008auction111022 to the API
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000008/photo_001/780x0__r.jpg?hash=1774440115>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'd1d84d35-be15-50aa-97c1-4d9ec0dfec8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000008',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 66244,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d 2.0 140KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000008auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [ecarstrade.de] INFO: Saving data for 7000008auction111022: {'created_time': 1774454559.525659, 'last_price_update_time': 1774454559.525671, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000008auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_005/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000003)
2026-03-25 16:02:39 [ecarstrade.de] INFO: Extracting details for car 7000007auction111022
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_003/780x0__r.jpg?hash=1774444900> (referer: https://ecarstrade.com/cars/7000882)
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000886> (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-25 16:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022
2026-03-25 16:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5c2f4c5-2165-5ce8-ac03-ee962d524742 with scrape type 1
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000007%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_001/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000007%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_002/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000007%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_003/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_006/780x0__r.jpg?hash=1774444901> (referer: https://ecarstrade.com/cars/7000882)
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000007%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_004/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000007%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_005/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000007%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440113%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_006/780x0__r.jpg?hash=1774440113 not downloaded yet
2026-03-25 16:02:39 [ecarstrade.de] INFO: Extracting details for car 7000886auction111027
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_002/780x0__r.jpg?hash=1774444879> (referer: https://ecarstrade.com/cars/7000868)
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_005/780x0__r.jpg?hash=1774444900> (referer: https://ecarstrade.com/cars/7000882)
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4cbc126-00b3-5d51-a9b2-4919b259d4d7 with identifier: 7000886auction111027
2026-03-25 16:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cbc126-00b3-5d51-a9b2-4919b259d4d7 with scrape type 1
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000886%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444911%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_001/780x0__r.jpg?hash=1774444911 not downloaded yet
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_006/780x0__r.jpg?hash=1774444880> (referer: https://ecarstrade.com/cars/7000868)
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000886%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444911%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_002/780x0__r.jpg?hash=1774444911 not downloaded yet
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000886%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444911%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_003/780x0__r.jpg?hash=1774444911 not downloaded yet
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_003/780x0__r.jpg?hash=1774444879> (referer: https://ecarstrade.com/cars/7000868)
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000886%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444911%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_004/780x0__r.jpg?hash=1774444911 not downloaded yet
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_005/780x0__r.jpg?hash=1774444879> (referer: https://ecarstrade.com/cars/7000868)
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000886%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444911%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_005/780x0__r.jpg?hash=1774444911 not downloaded yet
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_004/780x0__r.jpg?hash=1774444879> (referer: https://ecarstrade.com/cars/7000868)
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000886%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444912%27 HTTP/1.1" 200 None
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_006/780x0__r.jpg?hash=1774444912 not downloaded yet
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_001/780x0__r.jpg?hash=1774444879> (referer: https://ecarstrade.com/cars/7000868)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_004/780x0__r.jpg?hash=1774444901> (referer: https://ecarstrade.com/cars/7000882)
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_002/780x0__r.jpg?hash=1774444900> (referer: https://ecarstrade.com/cars/7000882)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_001/780x0__r.jpg?hash=1774444900> (referer: https://ecarstrade.com/cars/7000882)
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_006/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000007)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_003/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000007)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_005/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000007)
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780
2026-03-25 16:02:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780, skipping ID generation
2026-03-25 16:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 with scrape type 1
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 sending to next pipeline
2026-03-25 16:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780, identifier: 7000868auction111027
2026-03-25 16:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 with identifier: 7000868auction111027
2026-03-25 16:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 with identifier: 7000868auction111027
2026-03-25 16:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 55fa5422-4d2a-5ddc-a9e1-be9fdb74b780 with identifier: 7000868auction111027 to the API
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000868/photo_001/780x0__r.jpg?hash=1774444879>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '55fa5422-4d2a-5ddc-a9e1-be9fdb74b780',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000868',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 166846,
'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': 'Focus Turnier Titanium 2.0 EcoBlue 110KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Turnier Titanium 2.0 EcoBlue 110KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000868auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:40 [ecarstrade.de] INFO: Saving data for 7000868auction111027: {'created_time': 1774454560.529478, 'last_price_update_time': 1774454560.529489, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000868auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_004/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000007)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_003/780x0__r.jpg?hash=1774444911> (referer: https://ecarstrade.com/cars/7000886)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_004/780x0__r.jpg?hash=1774444911> (referer: https://ecarstrade.com/cars/7000886)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000869> (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-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000880> (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-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6d50ec21-6331-5084-b724-d9aedd3fd9f1
2026-03-25 16:02:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6d50ec21-6331-5084-b724-d9aedd3fd9f1, skipping ID generation
2026-03-25 16:02:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d50ec21-6331-5084-b724-d9aedd3fd9f1 with scrape type 1
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6d50ec21-6331-5084-b724-d9aedd3fd9f1 sending to next pipeline
2026-03-25 16:02:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6d50ec21-6331-5084-b724-d9aedd3fd9f1, identifier: 7000882auction111027
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_005/780x0__r.jpg?hash=1774444911> (referer: https://ecarstrade.com/cars/7000886)
2026-03-25 16:02:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_006/780x0__r.jpg?hash=1774444912> (referer: https://ecarstrade.com/cars/7000886)
2026-03-25 16:02:40 [ecarstrade.de] INFO: Extracting details for car 7000869auction111027
2026-03-25 16:02:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6d50ec21-6331-5084-b724-d9aedd3fd9f1 with identifier: 7000882auction111027
2026-03-25 16:02:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6d50ec21-6331-5084-b724-d9aedd3fd9f1 with identifier: 7000882auction111027
2026-03-25 16:02:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6d50ec21-6331-5084-b724-d9aedd3fd9f1 with identifier: 7000882auction111027 to the API
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000882/photo_001/780x0__r.jpg?hash=1774444900>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6d50ec21-6331-5084-b724-d9aedd3fd9f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000882',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Opel',
'model': 'Astra',
'odometer': 178940,
'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': 'Astra K Sports Tourer Elegance Start/Stop 1.5 90KW MT6 E6d',
'transmission': 'manual',
'trim': 'K Sports Tourer Elegance Start/Stop 1.5 90KW MT6 E6d',
'vin': None,
'year': 2020}
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000882auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [ecarstrade.de] INFO: Saving data for 7000882auction111027: {'created_time': 1774454561.074209, 'last_price_update_time': 1774454561.074221, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000882auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_001/780x0__r.jpg?hash=1774444911> (referer: https://ecarstrade.com/cars/7000886)
2026-03-25 16:02:41 [ecarstrade.de] INFO: Extracting details for car 7000880auction111027
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ded88bcf-2b2d-58f7-abb6-d0de830213c7 with identifier: 7000869auction111027
2026-03-25 16:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded88bcf-2b2d-58f7-abb6-d0de830213c7 with scrape type 1
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000869%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444876%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_001/780x0__r.jpg?hash=1774444876 not downloaded yet
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_002/780x0__r.jpg?hash=1774444911> (referer: https://ecarstrade.com/cars/7000886)
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000869%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444876%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_002/780x0__r.jpg?hash=1774444876 not downloaded yet
2026-03-25 16:02:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0212d8e-78e4-5f99-8244-be17353c97d1 with identifier: 7000880auction111027
2026-03-25 16:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0212d8e-78e4-5f99-8244-be17353c97d1 with scrape type 1
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c0212d8e-78e4-5f99-8244-be17353c97d1
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000880%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444900%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000880/photo_001/780x0__r.jpg?hash=1774444900 not downloaded yet
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_001/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000007)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_004/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000003)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_002/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000007)
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000869%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444876%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_003/780x0__r.jpg?hash=1774444876 not downloaded yet
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_003/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000003)
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000869%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444876%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_004/780x0__r.jpg?hash=1774444876 not downloaded yet
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_005/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000012)
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000869%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444877%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_005/780x0__r.jpg?hash=1774444877 not downloaded yet
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000869%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444876%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_006/780x0__r.jpg?hash=1774444876 not downloaded yet
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_002/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000003)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_001/780x0__r.jpg?hash=1774440106> (referer: https://ecarstrade.com/cars/7000003)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_004/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000012)
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c4cbc126-00b3-5d51-a9b2-4919b259d4d7
2026-03-25 16:02:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4cbc126-00b3-5d51-a9b2-4919b259d4d7, skipping ID generation
2026-03-25 16:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cbc126-00b3-5d51-a9b2-4919b259d4d7 with scrape type 1
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4cbc126-00b3-5d51-a9b2-4919b259d4d7 sending to next pipeline
2026-03-25 16:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c4cbc126-00b3-5d51-a9b2-4919b259d4d7, identifier: 7000886auction111027
2026-03-25 16:02:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c4cbc126-00b3-5d51-a9b2-4919b259d4d7 with identifier: 7000886auction111027
2026-03-25 16:02:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c4cbc126-00b3-5d51-a9b2-4919b259d4d7 with identifier: 7000886auction111027
2026-03-25 16:02:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c4cbc126-00b3-5d51-a9b2-4919b259d4d7 with identifier: 7000886auction111027 to the API
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000886/photo_002/780x0__r.jpg?hash=1774444911>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c4cbc126-00b3-5d51-a9b2-4919b259d4d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000886',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 49937,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ibiza Style 1.0 TSI 70KW MT5 E6d',
'transmission': 'manual',
'trim': 'Style 1.0 TSI 70KW MT5 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000886auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:41 [ecarstrade.de] INFO: Saving data for 7000886auction111027: {'created_time': 1774454561.833951, 'last_price_update_time': 1774454561.833962, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000886auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_003/780x0__r.jpg?hash=1774440120> (referer: https://ecarstrade.com/cars/7000012)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_006/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000006)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_002/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000012)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_005/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000006)
2026-03-25 16:02:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_001/780x0__r.jpg?hash=1774444876> (referer: https://ecarstrade.com/cars/7000869)
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a5c2f4c5-2165-5ce8-ac03-ee962d524742
2026-03-25 16:02:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5c2f4c5-2165-5ce8-ac03-ee962d524742, skipping ID generation
2026-03-25 16:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5c2f4c5-2165-5ce8-ac03-ee962d524742 with scrape type 1
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a5c2f4c5-2165-5ce8-ac03-ee962d524742 sending to next pipeline
2026-03-25 16:02:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a5c2f4c5-2165-5ce8-ac03-ee962d524742, identifier: 7000007auction111022
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0c93fedc-7b3d-5dd4-8064-1f68676473da
2026-03-25 16:02:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c93fedc-7b3d-5dd4-8064-1f68676473da, skipping ID generation
2026-03-25 16:02:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c93fedc-7b3d-5dd4-8064-1f68676473da with scrape type 1
2026-03-25 16:02:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c93fedc-7b3d-5dd4-8064-1f68676473da sending to next pipeline
2026-03-25 16:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0c93fedc-7b3d-5dd4-8064-1f68676473da, identifier: 7000003auction111022
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022
2026-03-25 16:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022
2026-03-25 16:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a5c2f4c5-2165-5ce8-ac03-ee962d524742 with identifier: 7000007auction111022 to the API
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000007/photo_002/780x0__r.jpg?hash=1774440113>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Other',
'id': 'a5c2f4c5-2165-5ce8-ac03-ee962d524742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000007',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': 'X3',
'odometer': 56185,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe X3 xDrive 30 e 2.0 215KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe xDrive 30 e 2.0 215KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000007auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:42 [ecarstrade.de] INFO: Saving data for 7000007auction111022: {'created_time': 1774454562.483256, 'last_price_update_time': 1774454562.483268, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000007auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022
2026-03-25 16:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022
2026-03-25 16:02:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0c93fedc-7b3d-5dd4-8064-1f68676473da with identifier: 7000003auction111022 to the API
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000003/photo_001/780x0__r.jpg?hash=1774440106>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '0c93fedc-7b3d-5dd4-8064-1f68676473da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000003',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Audi',
'model': 'A6',
'odometer': 98530,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Avant 40 TDI quattro sport 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI quattro sport 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000003auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:42 [ecarstrade.de] INFO: Saving data for 7000003auction111022: {'created_time': 1774454562.791434, 'last_price_update_time': 1774454562.791443, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000003auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_004/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000006)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_001/780x0__r.jpg?hash=1774440119> (referer: https://ecarstrade.com/cars/7000012)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_003/780x0__r.jpg?hash=1774444876> (referer: https://ecarstrade.com/cars/7000869)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000880/photo_001/780x0__r.jpg?hash=1774444900> (referer: https://ecarstrade.com/cars/7000880)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_004/780x0__r.jpg?hash=1774444876> (referer: https://ecarstrade.com/cars/7000869)
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_003/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000006)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_005/780x0__r.jpg?hash=1774444877> (referer: https://ecarstrade.com/cars/7000869)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_006/780x0__r.jpg?hash=1774444876> (referer: https://ecarstrade.com/cars/7000869)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_002/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000006)
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_002/780x0__r.jpg?hash=1774444876> (referer: https://ecarstrade.com/cars/7000869)
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_004/780x0__r.jpg?hash=1774440153> (referer: https://ecarstrade.com/cars/7000036)
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc357ba2-386a-504b-ace3-5b602313ba6f
2026-03-25 16:02:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc357ba2-386a-504b-ace3-5b602313ba6f, skipping ID generation
2026-03-25 16:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc357ba2-386a-504b-ace3-5b602313ba6f with scrape type 1
2026-03-25 16:02:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc357ba2-386a-504b-ace3-5b602313ba6f sending to next pipeline
2026-03-25 16:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fc357ba2-386a-504b-ace3-5b602313ba6f, identifier: 7000012auction111022
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c0212d8e-78e4-5f99-8244-be17353c97d1
2026-03-25 16:02:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0212d8e-78e4-5f99-8244-be17353c97d1, skipping ID generation
2026-03-25 16:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0212d8e-78e4-5f99-8244-be17353c97d1 with scrape type 1
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c0212d8e-78e4-5f99-8244-be17353c97d1 sending to next pipeline
2026-03-25 16:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c0212d8e-78e4-5f99-8244-be17353c97d1, identifier: 7000880auction111027
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022
2026-03-25 16:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022
2026-03-25 16:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fc357ba2-386a-504b-ace3-5b602313ba6f with identifier: 7000012auction111022 to the API
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000012/photo_001/780x0__r.jpg?hash=1774440119>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': 'fc357ba2-386a-504b-ace3-5b602313ba6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000012',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 148049,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000012auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:43 [ecarstrade.de] INFO: Saving data for 7000012auction111022: {'created_time': 1774454563.467915, 'last_price_update_time': 1774454563.467926, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000012auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c0212d8e-78e4-5f99-8244-be17353c97d1 with identifier: 7000880auction111027
2026-03-25 16:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c0212d8e-78e4-5f99-8244-be17353c97d1 with identifier: 7000880auction111027
2026-03-25 16:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c0212d8e-78e4-5f99-8244-be17353c97d1 with identifier: 7000880auction111027 to the API
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000880/photo_001/780x0__r.jpg?hash=1774444900>
{'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-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c0212d8e-78e4-5f99-8244-be17353c97d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000880',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 30992,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': '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-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000880auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:43 [ecarstrade.de] INFO: Saving data for 7000880auction111027: {'created_time': 1774454563.834513, 'last_price_update_time': 1774454563.834523, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000880auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_001/780x0__r.jpg?hash=1774440113> (referer: https://ecarstrade.com/cars/7000006)
2026-03-25 16:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_003/780x0__r.jpg?hash=1774440153> (referer: https://ecarstrade.com/cars/7000036)
2026-03-25 16:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_002/780x0__r.jpg?hash=1774440153> (referer: https://ecarstrade.com/cars/7000036)
2026-03-25 16:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_001/780x0__r.jpg?hash=1774440153> (referer: https://ecarstrade.com/cars/7000036)
2026-03-25 16:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_005/780x0__r.jpg?hash=1774440127> (referer: https://ecarstrade.com/cars/7000015)
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ded88bcf-2b2d-58f7-abb6-d0de830213c7
2026-03-25 16:02:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ded88bcf-2b2d-58f7-abb6-d0de830213c7, skipping ID generation
2026-03-25 16:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ded88bcf-2b2d-58f7-abb6-d0de830213c7 with scrape type 1
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ded88bcf-2b2d-58f7-abb6-d0de830213c7 sending to next pipeline
2026-03-25 16:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ded88bcf-2b2d-58f7-abb6-d0de830213c7, identifier: 7000869auction111027
2026-03-25 16:02:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ded88bcf-2b2d-58f7-abb6-d0de830213c7 with identifier: 7000869auction111027
2026-03-25 16:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ded88bcf-2b2d-58f7-abb6-d0de830213c7 with identifier: 7000869auction111027
2026-03-25 16:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ded88bcf-2b2d-58f7-abb6-d0de830213c7 with identifier: 7000869auction111027 to the API
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000869/photo_002/780x0__r.jpg?hash=1774444876>
{'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-26T13:40:00Z',
'fuel_type': 'Other',
'id': 'ded88bcf-2b2d-58f7-abb6-d0de830213c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000869',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 198432,
'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': 'Kuga Plug-In Hybrid Vignale 2.5 165KW ATV E6d',
'transmission': 'automatic',
'trim': 'Plug-In Hybrid Vignale 2.5 165KW ATV E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000869auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:44 [ecarstrade.de] INFO: Saving data for 7000869auction111027: {'created_time': 1774454564.47996, 'last_price_update_time': 1774454564.479971, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000869auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_004/780x0__r.jpg?hash=1774440125> (referer: https://ecarstrade.com/cars/7000015)
2026-03-25 16:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_005/780x0__r.jpg?hash=1774440151> (referer: https://ecarstrade.com/cars/7000034)
2026-03-25 16:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_001/780x0__r.jpg?hash=1774440125> (referer: https://ecarstrade.com/cars/7000015)
2026-03-25 16:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_003/780x0__r.jpg?hash=1774440125> (referer: https://ecarstrade.com/cars/7000015)
2026-03-25 16:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_002/780x0__r.jpg?hash=1774440125> (referer: https://ecarstrade.com/cars/7000015)
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82240fbb-5397-525c-b959-86051f5d7f39
2026-03-25 16:02:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82240fbb-5397-525c-b959-86051f5d7f39, skipping ID generation
2026-03-25 16:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82240fbb-5397-525c-b959-86051f5d7f39 with scrape type 1
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82240fbb-5397-525c-b959-86051f5d7f39 sending to next pipeline
2026-03-25 16:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 82240fbb-5397-525c-b959-86051f5d7f39, identifier: 7000006auction111022
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 12b899b8-7e66-5b24-b39b-0252450db028
2026-03-25 16:02:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12b899b8-7e66-5b24-b39b-0252450db028, skipping ID generation
2026-03-25 16:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12b899b8-7e66-5b24-b39b-0252450db028 with scrape type 1
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12b899b8-7e66-5b24-b39b-0252450db028 sending to next pipeline
2026-03-25 16:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 12b899b8-7e66-5b24-b39b-0252450db028, identifier: 7000036auction111022
2026-03-25 16:02:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022
2026-03-25 16:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022
2026-03-25 16:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 82240fbb-5397-525c-b959-86051f5d7f39 with identifier: 7000006auction111022 to the API
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000006/photo_001/780x0__r.jpg?hash=1774440113>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Other',
'id': '82240fbb-5397-525c-b959-86051f5d7f39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000006',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': '530',
'odometer': 108468,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 5 Touring 530 e xDrive M Sport 2.0 215KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring e xDrive M Sport 2.0 215KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000006auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:45 [ecarstrade.de] INFO: Saving data for 7000006auction111022: {'created_time': 1774454565.048439, 'last_price_update_time': 1774454565.048452, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000006auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022
2026-03-25 16:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022
2026-03-25 16:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 12b899b8-7e66-5b24-b39b-0252450db028 with identifier: 7000036auction111022 to the API
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000036/photo_001/780x0__r.jpg?hash=1774440153>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Electric',
'id': '12b899b8-7e66-5b24-b39b-0252450db028',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000036',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 73293,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'ID.4 220 kW GTX 4Motion 77kWh',
'transmission': 'automatic',
'trim': '220 kW GTX 4Motion 77kWh',
'vin': None,
'year': 2023}
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000036auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:45 [ecarstrade.de] INFO: Saving data for 7000036auction111022: {'created_time': 1774454565.542255, 'last_price_update_time': 1774454565.542265, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000036auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_003/780x0__r.jpg?hash=1774440150> (referer: https://ecarstrade.com/cars/7000034)
2026-03-25 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_004/780x0__r.jpg?hash=1774440150> (referer: https://ecarstrade.com/cars/7000034)
2026-03-25 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_002/780x0__r.jpg?hash=1774440150> (referer: https://ecarstrade.com/cars/7000034)
2026-03-25 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_004/780x0__r.jpg?hash=1774444905> (referer: https://ecarstrade.com/cars/7000884)
2026-03-25 16:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_001/780x0__r.jpg?hash=1774440150> (referer: https://ecarstrade.com/cars/7000034)
2026-03-25 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1654d988-5683-5c3a-a98f-e30c029e9e87
2026-03-25 16:02:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1654d988-5683-5c3a-a98f-e30c029e9e87, skipping ID generation
2026-03-25 16:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1654d988-5683-5c3a-a98f-e30c029e9e87 with scrape type 1
2026-03-25 16:02:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1654d988-5683-5c3a-a98f-e30c029e9e87 sending to next pipeline
2026-03-25 16:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1654d988-5683-5c3a-a98f-e30c029e9e87, identifier: 7000015auction111022
2026-03-25 16:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022
2026-03-25 16:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022
2026-03-25 16:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1654d988-5683-5c3a-a98f-e30c029e9e87 with identifier: 7000015auction111022 to the API
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000015/photo_002/780x0__r.jpg?hash=1774440125>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '1654d988-5683-5c3a-a98f-e30c029e9e87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000015',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 73459,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'S-Max Titanium 2.0 EcoBlue 140KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Titanium 2.0 EcoBlue 140KW AT8 E6dT',
'vin': None,
'year': 2022}
2026-03-25 16:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000015auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:45 [ecarstrade.de] INFO: Saving data for 7000015auction111022: {'created_time': 1774454565.998946, 'last_price_update_time': 1774454565.99896, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000015auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_003/780x0__r.jpg?hash=1774444905> (referer: https://ecarstrade.com/cars/7000884)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_002/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000875)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_003/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000875)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_001/780x0__r.jpg?hash=1774444905> (referer: https://ecarstrade.com/cars/7000884)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_001/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000875)
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1
2026-03-25 16:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1, skipping ID generation
2026-03-25 16:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with scrape type 1
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 sending to next pipeline
2026-03-25 16:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1, identifier: 7000034auction111022
2026-03-25 16:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022
2026-03-25 16:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022
2026-03-25 16:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 02ae6a11-fd7d-5d30-9571-68160f4b6ef1 with identifier: 7000034auction111022 to the API
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 16:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000034/photo_001/780x0__r.jpg?hash=1774440150>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '02ae6a11-fd7d-5d30-9571-68160f4b6ef1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000034',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 153994,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Combi SportLine 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi SportLine 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000034auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:46 [ecarstrade.de] INFO: Saving data for 7000034auction111022: {'created_time': 1774454566.670435, 'last_price_update_time': 1774454566.670449, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000034auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000876/photo_001/780x0__r.jpg?hash=1774444890> (referer: https://ecarstrade.com/cars/7000876)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_004/780x0__r.jpg?hash=1774444861> (referer: https://ecarstrade.com/cars/7000858)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_002/780x0__r.jpg?hash=1774444860> (referer: https://ecarstrade.com/cars/7000858)
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_003/780x0__r.jpg?hash=1774444861> (referer: https://ecarstrade.com/cars/7000858)
2026-03-25 16:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_001/780x0__r.jpg?hash=1774444860> (referer: https://ecarstrade.com/cars/7000858)
2026-03-25 16:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a74e0c0-f313-5212-b536-816e0ea73a8b
2026-03-25 16:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a74e0c0-f313-5212-b536-816e0ea73a8b, skipping ID generation
2026-03-25 16:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a74e0c0-f313-5212-b536-816e0ea73a8b with scrape type 1
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a74e0c0-f313-5212-b536-816e0ea73a8b sending to next pipeline
2026-03-25 16:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4a74e0c0-f313-5212-b536-816e0ea73a8b, identifier: 7000884auction111027
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e05be41e-8653-5d03-85ed-2bc570e6066f
2026-03-25 16:02:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e05be41e-8653-5d03-85ed-2bc570e6066f, skipping ID generation
2026-03-25 16:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e05be41e-8653-5d03-85ed-2bc570e6066f with scrape type 1
2026-03-25 16:02:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e05be41e-8653-5d03-85ed-2bc570e6066f sending to next pipeline
2026-03-25 16:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e05be41e-8653-5d03-85ed-2bc570e6066f, identifier: 7000875auction111027
2026-03-25 16:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4a74e0c0-f313-5212-b536-816e0ea73a8b with identifier: 7000884auction111027
2026-03-25 16:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4a74e0c0-f313-5212-b536-816e0ea73a8b with identifier: 7000884auction111027
2026-03-25 16:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4a74e0c0-f313-5212-b536-816e0ea73a8b with identifier: 7000884auction111027 to the API
2026-03-25 16:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000884/photo_001/780x0__r.jpg?hash=1774444905>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4a74e0c0-f313-5212-b536-816e0ea73a8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000884',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Peugeot',
'model': '5008',
'odometer': 87525,
'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': 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': 2023}
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000884auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:47 [ecarstrade.de] INFO: Saving data for 7000884auction111027: {'created_time': 1774454567.271209, 'last_price_update_time': 1774454567.271223, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000884auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e05be41e-8653-5d03-85ed-2bc570e6066f with identifier: 7000875auction111027
2026-03-25 16:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e05be41e-8653-5d03-85ed-2bc570e6066f with identifier: 7000875auction111027
2026-03-25 16:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e05be41e-8653-5d03-85ed-2bc570e6066f with identifier: 7000875auction111027 to the API
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000875/photo_001/780x0__r.jpg?hash=1774444889>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'e05be41e-8653-5d03-85ed-2bc570e6066f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000875',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Lexus',
'model': 'NX 300',
'odometer': 104255,
'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': 'LEXUS NX 300h Business Line 5d 114kW',
'transmission': 'automatic',
'trim': 'LEXUS h Business Line 5d 114kW',
'vin': None,
'year': 2021}
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000875auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:47 [ecarstrade.de] INFO: Saving data for 7000875auction111027: {'created_time': 1774454567.688832, 'last_price_update_time': 1774454567.688843, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000875auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_006/780x0__r.jpg?hash=1774444870> (referer: https://ecarstrade.com/cars/7000864)
2026-03-25 16:02:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000040> (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-25 16:02:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc209005-120e-53c6-a63c-1e00c058763e
2026-03-25 16:02:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc209005-120e-53c6-a63c-1e00c058763e, skipping ID generation
2026-03-25 16:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc209005-120e-53c6-a63c-1e00c058763e with scrape type 1
2026-03-25 16:02:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc209005-120e-53c6-a63c-1e00c058763e sending to next pipeline
2026-03-25 16:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: dc209005-120e-53c6-a63c-1e00c058763e, identifier: 7000876auction111027
2026-03-25 16:02:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:02:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:02:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:02:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa48eda6-c794-545d-b791-88aa4b3eee21
2026-03-25 16:02:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa48eda6-c794-545d-b791-88aa4b3eee21, skipping ID generation
2026-03-25 16:02:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa48eda6-c794-545d-b791-88aa4b3eee21 with scrape type 1
2026-03-25 16:02:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa48eda6-c794-545d-b791-88aa4b3eee21 sending to next pipeline
2026-03-25 16:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa48eda6-c794-545d-b791-88aa4b3eee21, identifier: 7000858auction111027
2026-03-25 16:02:47 [ecarstrade.de] INFO: Extracting details for car 7000040auction111022
2026-03-25 16:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: dc209005-120e-53c6-a63c-1e00c058763e with identifier: 7000876auction111027
2026-03-25 16:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: dc209005-120e-53c6-a63c-1e00c058763e with identifier: 7000876auction111027
2026-03-25 16:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: dc209005-120e-53c6-a63c-1e00c058763e with identifier: 7000876auction111027 to the API
2026-03-25 16:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000876/photo_001/780x0__r.jpg?hash=1774444890>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Electric',
'id': 'dc209005-120e-53c6-a63c-1e00c058763e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000876',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 71376,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'EQA EQA 250+ (243.702) 70kWh',
'transmission': 'automatic',
'trim': '250+ (243.702) 70kWh',
'vin': None,
'year': 2023}
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000876auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [ecarstrade.de] INFO: Saving data for 7000876auction111027: {'created_time': 1774454568.325294, 'last_price_update_time': 1774454568.325304, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000876auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa48eda6-c794-545d-b791-88aa4b3eee21 with identifier: 7000858auction111027
2026-03-25 16:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa48eda6-c794-545d-b791-88aa4b3eee21 with identifier: 7000858auction111027
2026-03-25 16:02:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fa48eda6-c794-545d-b791-88aa4b3eee21 with identifier: 7000858auction111027 to the API
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000858/photo_001/780x0__r.jpg?hash=1774444860>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Other',
'id': 'fa48eda6-c794-545d-b791-88aa4b3eee21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000858',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'BMW',
'model': '530',
'odometer': 110510,
'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': 'Baureihe 5 Touring 530 e 2.0 215KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring e 2.0 215KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000858auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [ecarstrade.de] INFO: Saving data for 7000858auction111027: {'created_time': 1774454568.692101, 'last_price_update_time': 1774454568.692111, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000858auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000873/photo_001/780x0__r.jpg?hash=1774444889> (referer: https://ecarstrade.com/cars/7000873)
2026-03-25 16:02:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:02:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022
2026-03-25 16:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with scrape type 1
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000040%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774440159%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_001/780x0__r.jpg?hash=1774440159 not downloaded yet
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000040%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774440159%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_002/780x0__r.jpg?hash=1774440159 not downloaded yet
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000040%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774440159%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_003/780x0__r.jpg?hash=1774440159 not downloaded yet
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000040%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774440159%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_004/780x0__r.jpg?hash=1774440159 not downloaded yet
2026-03-25 16:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_005/780x0__r.jpg?hash=1774444870> (referer: https://ecarstrade.com/cars/7000864)
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000040%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774440159%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_005/780x0__r.jpg?hash=1774440159 not downloaded yet
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000040%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774440159%27 HTTP/1.1" 200 None
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_006/780x0__r.jpg?hash=1774440159 not downloaded yet
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bcc2e294-0c24-5f81-be56-d3e6b914194d
2026-03-25 16:02:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bcc2e294-0c24-5f81-be56-d3e6b914194d, skipping ID generation
2026-03-25 16:02:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcc2e294-0c24-5f81-be56-d3e6b914194d with scrape type 1
2026-03-25 16:02:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bcc2e294-0c24-5f81-be56-d3e6b914194d sending to next pipeline
2026-03-25 16:02:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bcc2e294-0c24-5f81-be56-d3e6b914194d, identifier: 7000873auction111027
2026-03-25 16:02:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bcc2e294-0c24-5f81-be56-d3e6b914194d with identifier: 7000873auction111027
2026-03-25 16:02:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bcc2e294-0c24-5f81-be56-d3e6b914194d with identifier: 7000873auction111027
2026-03-25 16:02:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bcc2e294-0c24-5f81-be56-d3e6b914194d with identifier: 7000873auction111027 to the API
2026-03-25 16:02:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02: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-25 16:02:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000873/photo_001/780x0__r.jpg?hash=1774444889>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bcc2e294-0c24-5f81-be56-d3e6b914194d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000873',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 81201,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse T-Modell C 200 T d (206.203)Avantgarde 137KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell T d (206.203)Avantgarde 137KW AT9 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000873auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:49 [ecarstrade.de] INFO: Saving data for 7000873auction111027: {'created_time': 1774454569.473675, 'last_price_update_time': 1774454569.473685, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000873auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_004/780x0__r.jpg?hash=1774444870> (referer: https://ecarstrade.com/cars/7000864)
2026-03-25 16:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:02:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:02:54 [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-25 16:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_003/780x0__r.jpg?hash=1774444871> (referer: https://ecarstrade.com/cars/7000864)
2026-03-25 16:02:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found 20 car items
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996837auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996837auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996835auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996835auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996801auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996801auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996832auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996832auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996828auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996828auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996831auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996831auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996826auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996826auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996844auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996844auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996841auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996841auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996800auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996800auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996840auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996840auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996788auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996788auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996838auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996838auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996791auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996791auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996805auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996805auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996834auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996834auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996830auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996830auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996807auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996807auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996839auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996839auction110976: 0
2026-03-25 16:02:54 [ecarstrade.de] INFO: Found listing with ID: 6996820auction110976
2026-03-25 16:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:54 [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-25 16:02:54 [ecarstrade.de] INFO: Scrape type for 6996820auction110976: 0
2026-03-25 16:02:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000866> (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-25 16:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000872> (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-25 16:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_002/780x0__r.jpg?hash=1774444870> (referer: https://ecarstrade.com/cars/7000864)
2026-03-25 16:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:55 [ecarstrade.de] INFO: Extracting details for car 7000866auction111027
2026-03-25 16:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f434231f-d97c-5e08-8014-ad823cc7b843 with identifier: 7000866auction111027
2026-03-25 16:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f434231f-d97c-5e08-8014-ad823cc7b843 with scrape type 1
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000866%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444874%27 HTTP/1.1" 200 None
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_001/780x0__r.jpg?hash=1774444874 not downloaded yet
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000866%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444874%27 HTTP/1.1" 200 None
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_002/780x0__r.jpg?hash=1774444874 not downloaded yet
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000866%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444874%27 HTTP/1.1" 200 None
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_003/780x0__r.jpg?hash=1774444874 not downloaded yet
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000866%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444874%27 HTTP/1.1" 200 None
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_004/780x0__r.jpg?hash=1774444874 not downloaded yet
2026-03-25 16:02:55 [ecarstrade.de] INFO: Extracting details for car 7000872auction111027
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000866%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444875%27 HTTP/1.1" 200 None
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_005/780x0__r.jpg?hash=1774444875 not downloaded yet
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000866%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444875%27 HTTP/1.1" 200 None
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_006/780x0__r.jpg?hash=1774444875 not downloaded yet
2026-03-25 16:02:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd97f03d-2c30-58fe-ae60-d6f1f6317904 with identifier: 7000872auction111027
2026-03-25 16:02:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd97f03d-2c30-58fe-ae60-d6f1f6317904 with scrape type 1
2026-03-25 16:02:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000872%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444886%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_001/780x0__r.jpg?hash=1774444886 not downloaded yet
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ead30c3d-6652-5969-9f07-cba68be5a433
2026-03-25 16:02:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ead30c3d-6652-5969-9f07-cba68be5a433, skipping ID generation
2026-03-25 16:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ead30c3d-6652-5969-9f07-cba68be5a433 with scrape type 1
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ead30c3d-6652-5969-9f07-cba68be5a433 sending to next pipeline
2026-03-25 16:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ead30c3d-6652-5969-9f07-cba68be5a433, identifier: 7000864auction111027
2026-03-25 16:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ead30c3d-6652-5969-9f07-cba68be5a433 with identifier: 7000864auction111027
2026-03-25 16:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ead30c3d-6652-5969-9f07-cba68be5a433 with identifier: 7000864auction111027
2026-03-25 16:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ead30c3d-6652-5969-9f07-cba68be5a433 with identifier: 7000864auction111027 to the API
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000864/photo_002/780x0__r.jpg?hash=1774444870>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Other',
'id': 'ead30c3d-6652-5969-9f07-cba68be5a433',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000864',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': 'X3',
'odometer': 88550,
'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 X3 xDrive 30 e M Sport 2.0 215KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe xDrive 30 e M Sport 2.0 215KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000864auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [ecarstrade.de] INFO: Saving data for 7000864auction111027: {'created_time': 1774454576.488485, 'last_price_update_time': 1774454576.488497, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000864auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000872%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444886%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_002/780x0__r.jpg?hash=1774444886 not downloaded yet
2026-03-25 16:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000889> (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-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000872%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444886%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_003/780x0__r.jpg?hash=1774444886 not downloaded yet
2026-03-25 16:02:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000872%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444886%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_005/780x0__r.jpg?hash=1774444886 not downloaded yet
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000872%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444886%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_006/780x0__r.jpg?hash=1774444886 not downloaded yet
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000872%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774444886%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_007/780x0__r.jpg?hash=1774444886 not downloaded yet
2026-03-25 16:02:56 [ecarstrade.de] INFO: Extracting details for car 7000889auction111027
2026-03-25 16:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 with identifier: 7000889auction111027
2026-03-25 16:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 with scrape type 1
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000889%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444915%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_001/780x0__r.jpg?hash=1774444915 not downloaded yet
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000889%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444915%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_002/780x0__r.jpg?hash=1774444915 not downloaded yet
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000889%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444915%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_003/780x0__r.jpg?hash=1774444915 not downloaded yet
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000889%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444915%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_004/780x0__r.jpg?hash=1774444915 not downloaded yet
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000889%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444915%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_005/780x0__r.jpg?hash=1774444915 not downloaded yet
2026-03-25 16:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000881> (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-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000889%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444915%27 HTTP/1.1" 200 None
2026-03-25 16:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_006/780x0__r.jpg?hash=1774444915 not downloaded yet
2026-03-25 16:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_004/780x0__r.jpg?hash=1774440159> (referer: https://ecarstrade.com/cars/7000040)
2026-03-25 16:02:56 [ecarstrade.de] INFO: Extracting details for car 7000881auction111027
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000885> (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-25 16:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 372b53f8-e83a-592a-99b7-7b905eb3fddc with identifier: 7000881auction111027
2026-03-25 16:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372b53f8-e83a-592a-99b7-7b905eb3fddc with scrape type 1
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000881%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444898%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_001/780x0__r.jpg?hash=1774444898 not downloaded yet
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000881%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444897%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_002/780x0__r.jpg?hash=1774444897 not downloaded yet
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000881%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444897%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_003/780x0__r.jpg?hash=1774444897 not downloaded yet
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_006/780x0__r.jpg?hash=1774440159> (referer: https://ecarstrade.com/cars/7000040)
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000881%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444897%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_004/780x0__r.jpg?hash=1774444897 not downloaded yet
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000881%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444897%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_005/780x0__r.jpg?hash=1774444897 not downloaded yet
2026-03-25 16:02:57 [ecarstrade.de] INFO: Extracting details for car 7000885auction111027
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_005/780x0__r.jpg?hash=1774440159> (referer: https://ecarstrade.com/cars/7000040)
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000881%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444897%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_006/780x0__r.jpg?hash=1774444897 not downloaded yet
2026-03-25 16:02:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f796218-3be2-5e39-a6d7-bdee3494fd17 with identifier: 7000885auction111027
2026-03-25 16:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f796218-3be2-5e39-a6d7-bdee3494fd17 with scrape type 1
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000885%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444907%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_001/780x0__r.jpg?hash=1774444907 not downloaded yet
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_003/780x0__r.jpg?hash=1774440159> (referer: https://ecarstrade.com/cars/7000040)
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000885%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444906%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_002/780x0__r.jpg?hash=1774444906 not downloaded yet
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000885%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444907%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_003/780x0__r.jpg?hash=1774444907 not downloaded yet
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000885%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444906%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_004/780x0__r.jpg?hash=1774444906 not downloaded yet
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000885%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444907%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_005/780x0__r.jpg?hash=1774444907 not downloaded yet
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000885%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444906%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_006/780x0__r.jpg?hash=1774444906 not downloaded yet
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_002/780x0__r.jpg?hash=1774440159> (referer: https://ecarstrade.com/cars/7000040)
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_001/780x0__r.jpg?hash=1774440159> (referer: https://ecarstrade.com/cars/7000040)
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_002/780x0__r.jpg?hash=1774444886> (referer: https://ecarstrade.com/cars/7000872)
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc
2026-03-25 16:02:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc, skipping ID generation
2026-03-25 16:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with scrape type 1
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e8b2379-c114-5fc7-89da-fa6f980aa3cc sending to next pipeline
2026-03-25 16:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc, identifier: 7000040auction111022
2026-03-25 16:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022
2026-03-25 16:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022
2026-03-25 16:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6e8b2379-c114-5fc7-89da-fa6f980aa3cc with identifier: 7000040auction111022 to the API
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000040/photo_001/780x0__r.jpg?hash=1774440159>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-27T12:40:00Z',
'fuel_type': 'Diesel',
'id': '6e8b2379-c114-5fc7-89da-fa6f980aa3cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000040',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 125965,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tiguan Allspace Comfortline 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Allspace Comfortline 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000040auction111022%27 HTTP/1.1" 200 None
2026-03-25 16:02:57 [ecarstrade.de] INFO: Saving data for 7000040auction111022: {'created_time': 1774454577.946433, 'last_price_update_time': 1774454577.946449, 'auction_closing_time': 1774615200.0}
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000040auction111022') HTTP/1.1" 204 0
2026-03-25 16:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_005/780x0__r.jpg?hash=1774444915> (referer: https://ecarstrade.com/cars/7000889)
2026-03-25 16:02:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_006/780x0__r.jpg?hash=1774444915> (referer: https://ecarstrade.com/cars/7000889)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_004/780x0__r.jpg?hash=1774444915> (referer: https://ecarstrade.com/cars/7000889)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_003/780x0__r.jpg?hash=1774444897> (referer: https://ecarstrade.com/cars/7000881)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_005/780x0__r.jpg?hash=1774444897> (referer: https://ecarstrade.com/cars/7000881)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000888> (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-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_006/780x0__r.jpg?hash=1774444906> (referer: https://ecarstrade.com/cars/7000885)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_006/780x0__r.jpg?hash=1774444897> (referer: https://ecarstrade.com/cars/7000881)
2026-03-25 16:02:58 [ecarstrade.de] INFO: Extracting details for car 7000888auction111027
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_005/780x0__r.jpg?hash=1774444907> (referer: https://ecarstrade.com/cars/7000885)
2026-03-25 16:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75e17fcc-8d6d-59d4-ade1-8c970e909dea with identifier: 7000888auction111027
2026-03-25 16:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e17fcc-8d6d-59d4-ade1-8c970e909dea with scrape type 1
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000888%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444912%27 HTTP/1.1" 200 None
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_001/780x0__r.jpg?hash=1774444912 not downloaded yet
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000888%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444912%27 HTTP/1.1" 200 None
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_002/780x0__r.jpg?hash=1774444912 not downloaded yet
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_004/780x0__r.jpg?hash=1774444906> (referer: https://ecarstrade.com/cars/7000885)
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000888%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444912%27 HTTP/1.1" 200 None
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_003/780x0__r.jpg?hash=1774444912 not downloaded yet
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000888%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444912%27 HTTP/1.1" 200 None
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_004/780x0__r.jpg?hash=1774444912 not downloaded yet
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000888%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444913%27 HTTP/1.1" 200 None
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_005/780x0__r.jpg?hash=1774444913 not downloaded yet
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000888%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444912%27 HTTP/1.1" 200 None
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_006/780x0__r.jpg?hash=1774444912 not downloaded yet
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_003/780x0__r.jpg?hash=1774444907> (referer: https://ecarstrade.com/cars/7000885)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_002/780x0__r.jpg?hash=1774444906> (referer: https://ecarstrade.com/cars/7000885)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_001/780x0__r.jpg?hash=1774444907> (referer: https://ecarstrade.com/cars/7000885)
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_004/780x0__r.jpg?hash=1774444897> (referer: https://ecarstrade.com/cars/7000881)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_002/780x0__r.jpg?hash=1774444897> (referer: https://ecarstrade.com/cars/7000881)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_001/780x0__r.jpg?hash=1774444898> (referer: https://ecarstrade.com/cars/7000881)
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f796218-3be2-5e39-a6d7-bdee3494fd17
2026-03-25 16:02:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f796218-3be2-5e39-a6d7-bdee3494fd17, skipping ID generation
2026-03-25 16:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f796218-3be2-5e39-a6d7-bdee3494fd17 with scrape type 1
2026-03-25 16:02:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f796218-3be2-5e39-a6d7-bdee3494fd17 sending to next pipeline
2026-03-25 16:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5f796218-3be2-5e39-a6d7-bdee3494fd17, identifier: 7000885auction111027
2026-03-25 16:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5f796218-3be2-5e39-a6d7-bdee3494fd17 with identifier: 7000885auction111027
2026-03-25 16:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5f796218-3be2-5e39-a6d7-bdee3494fd17 with identifier: 7000885auction111027
2026-03-25 16:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5f796218-3be2-5e39-a6d7-bdee3494fd17 with identifier: 7000885auction111027 to the API
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000885/photo_001/780x0__r.jpg?hash=1774444907>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Petrol',
'id': '5f796218-3be2-5e39-a6d7-bdee3494fd17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000885',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 97449,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ateca Style 1.5 TSI 110KW AT7 E6dT',
'transmission': 'automatic',
'trim': 'Style 1.5 TSI 110KW AT7 E6dT',
'vin': None,
'year': 2019}
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000885auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:59 [ecarstrade.de] INFO: Saving data for 7000885auction111027: {'created_time': 1774454579.462665, 'last_price_update_time': 1774454579.462676, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000885auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_003/780x0__r.jpg?hash=1774444915> (referer: https://ecarstrade.com/cars/7000889)
2026-03-25 16:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_002/780x0__r.jpg?hash=1774444915> (referer: https://ecarstrade.com/cars/7000889)
2026-03-25 16:02:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 372b53f8-e83a-592a-99b7-7b905eb3fddc
2026-03-25 16:02:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 372b53f8-e83a-592a-99b7-7b905eb3fddc, skipping ID generation
2026-03-25 16:02:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372b53f8-e83a-592a-99b7-7b905eb3fddc with scrape type 1
2026-03-25 16:02:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 372b53f8-e83a-592a-99b7-7b905eb3fddc sending to next pipeline
2026-03-25 16:02:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 372b53f8-e83a-592a-99b7-7b905eb3fddc, identifier: 7000881auction111027
2026-03-25 16:02:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 372b53f8-e83a-592a-99b7-7b905eb3fddc with identifier: 7000881auction111027
2026-03-25 16:02:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 372b53f8-e83a-592a-99b7-7b905eb3fddc with identifier: 7000881auction111027
2026-03-25 16:02:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 372b53f8-e83a-592a-99b7-7b905eb3fddc with identifier: 7000881auction111027 to the API
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:02:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000881/photo_001/780x0__r.jpg?hash=1774444898>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '372b53f8-e83a-592a-99b7-7b905eb3fddc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000881',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 76594,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Insignia B Sports Tourer Elegance 2.0 CDTI 128KW AT8 E6d',
'transmission': 'automatic',
'trim': 'B Sports Tourer Elegance 2.0 CDTI 128KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000881auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:02:59 [ecarstrade.de] INFO: Saving data for 7000881auction111027: {'created_time': 1774454579.922677, 'last_price_update_time': 1774454579.92269, 'auction_closing_time': 1774532400.0}
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000881auction111027') HTTP/1.1" 204 0
2026-03-25 16:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_001/780x0__r.jpg?hash=1774444915> (referer: https://ecarstrade.com/cars/7000889)
2026-03-25 16:02:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_002/780x0__r.jpg?hash=1774444912> (referer: https://ecarstrade.com/cars/7000888)
2026-03-25 16:02:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:02:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_006/780x0__r.jpg?hash=1774444912> (referer: https://ecarstrade.com/cars/7000888)
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_005/780x0__r.jpg?hash=1774444913> (referer: https://ecarstrade.com/cars/7000888)
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_004/780x0__r.jpg?hash=1774444912> (referer: https://ecarstrade.com/cars/7000888)
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_003/780x0__r.jpg?hash=1774444912> (referer: https://ecarstrade.com/cars/7000888)
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17
2026-03-25 16:03:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a48c9716-6cb7-5632-8d97-ad6dd3ca9b17, skipping ID generation
2026-03-25 16:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 with scrape type 1
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 sending to next pipeline
2026-03-25 16:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a48c9716-6cb7-5632-8d97-ad6dd3ca9b17, identifier: 7000889auction111027
2026-03-25 16:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 with identifier: 7000889auction111027
2026-03-25 16:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 with identifier: 7000889auction111027
2026-03-25 16:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a48c9716-6cb7-5632-8d97-ad6dd3ca9b17 with identifier: 7000889auction111027 to the API
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000889/photo_001/780x0__r.jpg?hash=1774444915>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a48c9716-6cb7-5632-8d97-ad6dd3ca9b17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000889',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 101137,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Karoq Style 2.0 TDI 85KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Style 2.0 TDI 85KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000889auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:00 [ecarstrade.de] INFO: Saving data for 7000889auction111027: {'created_time': 1774454580.625172, 'last_price_update_time': 1774454580.625183, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000889auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_001/780x0__r.jpg?hash=1774444912> (referer: https://ecarstrade.com/cars/7000888)
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_007/780x0__r.jpg?hash=1774444886> (referer: https://ecarstrade.com/cars/7000872)
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_006/780x0__r.jpg?hash=1774444886> (referer: https://ecarstrade.com/cars/7000872)
2026-03-25 16:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_005/780x0__r.jpg?hash=1774444886> (referer: https://ecarstrade.com/cars/7000872)
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 75e17fcc-8d6d-59d4-ade1-8c970e909dea
2026-03-25 16:03:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75e17fcc-8d6d-59d4-ade1-8c970e909dea, skipping ID generation
2026-03-25 16:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75e17fcc-8d6d-59d4-ade1-8c970e909dea with scrape type 1
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75e17fcc-8d6d-59d4-ade1-8c970e909dea sending to next pipeline
2026-03-25 16:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 75e17fcc-8d6d-59d4-ade1-8c970e909dea, identifier: 7000888auction111027
2026-03-25 16:03:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 75e17fcc-8d6d-59d4-ade1-8c970e909dea with identifier: 7000888auction111027
2026-03-25 16:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 75e17fcc-8d6d-59d4-ade1-8c970e909dea with identifier: 7000888auction111027
2026-03-25 16:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 75e17fcc-8d6d-59d4-ade1-8c970e909dea with identifier: 7000888auction111027 to the API
2026-03-25 16:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000888/photo_001/780x0__r.jpg?hash=1774444912>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '75e17fcc-8d6d-59d4-ade1-8c970e909dea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000888',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 72211,
'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': 'Octavia Combi Ambition 2.0 TDI 85KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Ambition 2.0 TDI 85KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000888auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:01 [ecarstrade.de] INFO: Saving data for 7000888auction111027: {'created_time': 1774454581.237379, 'last_price_update_time': 1774454581.23739, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000888auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_003/780x0__r.jpg?hash=1774444886> (referer: https://ecarstrade.com/cars/7000872)
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_001/780x0__r.jpg?hash=1774444886> (referer: https://ecarstrade.com/cars/7000872)
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_006/780x0__r.jpg?hash=1774444875> (referer: https://ecarstrade.com/cars/7000866)
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_005/780x0__r.jpg?hash=1774444875> (referer: https://ecarstrade.com/cars/7000866)
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd97f03d-2c30-58fe-ae60-d6f1f6317904
2026-03-25 16:03:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd97f03d-2c30-58fe-ae60-d6f1f6317904, skipping ID generation
2026-03-25 16:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd97f03d-2c30-58fe-ae60-d6f1f6317904 with scrape type 1
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd97f03d-2c30-58fe-ae60-d6f1f6317904 sending to next pipeline
2026-03-25 16:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bd97f03d-2c30-58fe-ae60-d6f1f6317904, identifier: 7000872auction111027
2026-03-25 16:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bd97f03d-2c30-58fe-ae60-d6f1f6317904 with identifier: 7000872auction111027
2026-03-25 16:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bd97f03d-2c30-58fe-ae60-d6f1f6317904 with identifier: 7000872auction111027
2026-03-25 16:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bd97f03d-2c30-58fe-ae60-d6f1f6317904 with identifier: 7000872auction111027 to the API
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000872/photo_001/780x0__r.jpg?hash=1774444886>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bd97f03d-2c30-58fe-ae60-d6f1f6317904',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000872',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 80251,
'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': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 300 L2 Trend 2.0 TDCi 77KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten 300 L2 Trend 2.0 TDCi 77KW MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000872auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:01 [ecarstrade.de] INFO: Saving data for 7000872auction111027: {'created_time': 1774454581.854777, 'last_price_update_time': 1774454581.854791, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000872auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_004/780x0__r.jpg?hash=1774444874> (referer: https://ecarstrade.com/cars/7000866)
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_003/780x0__r.jpg?hash=1774444874> (referer: https://ecarstrade.com/cars/7000866)
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_002/780x0__r.jpg?hash=1774444874> (referer: https://ecarstrade.com/cars/7000866)
2026-03-25 16:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_001/780x0__r.jpg?hash=1774444874> (referer: https://ecarstrade.com/cars/7000866)
2026-03-25 16:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:03:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f434231f-d97c-5e08-8014-ad823cc7b843
2026-03-25 16:03:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f434231f-d97c-5e08-8014-ad823cc7b843, skipping ID generation
2026-03-25 16:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f434231f-d97c-5e08-8014-ad823cc7b843 with scrape type 1
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f434231f-d97c-5e08-8014-ad823cc7b843 sending to next pipeline
2026-03-25 16:03:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f434231f-d97c-5e08-8014-ad823cc7b843, identifier: 7000866auction111027
2026-03-25 16:03:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f434231f-d97c-5e08-8014-ad823cc7b843 with identifier: 7000866auction111027
2026-03-25 16:03:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f434231f-d97c-5e08-8014-ad823cc7b843 with identifier: 7000866auction111027
2026-03-25 16:03:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f434231f-d97c-5e08-8014-ad823cc7b843 with identifier: 7000866auction111027 to the API
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000866/photo_001/780x0__r.jpg?hash=1774444874>
{'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-26T13:40:00Z',
'fuel_type': 'Other',
'id': 'f434231f-d97c-5e08-8014-ad823cc7b843',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000866',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 97979,
'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': 'Kuga Plug-In Hybrid Titanium 2.5 165KW ATV E6d',
'transmission': 'automatic',
'trim': 'Plug-In Hybrid Titanium 2.5 165KW ATV E6d',
'vin': None,
'year': 2022}
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000866auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [ecarstrade.de] INFO: Saving data for 7000866auction111027: {'created_time': 1774454582.503485, 'last_price_update_time': 1774454582.503495, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000866auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000859> (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-25 16:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000894> (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-25 16:03:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:03:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:03:02 [ecarstrade.de] INFO: Extracting details for car 7000859auction111027
2026-03-25 16:03:02 [ecarstrade.de] INFO: Extracting details for car 7000894auction111027
2026-03-25 16:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df737eab-1daa-55d3-9937-cc8481d6e281 with identifier: 7000859auction111027
2026-03-25 16:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df737eab-1daa-55d3-9937-cc8481d6e281 with scrape type 1
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000859%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444863%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_001/780x0__r.jpg?hash=1774444863 not downloaded yet
2026-03-25 16:03:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3df606dd-3f5d-5f43-afd4-8c206a31cf8f with identifier: 7000894auction111027
2026-03-25 16:03:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f with scrape type 1
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000894%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444926%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_001/780x0__r.jpg?hash=1774444926 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000859%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444863%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_002/780x0__r.jpg?hash=1774444863 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000894%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444926%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_002/780x0__r.jpg?hash=1774444926 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000859%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444863%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_003/780x0__r.jpg?hash=1774444863 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000894%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444927%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_003/780x0__r.jpg?hash=1774444927 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000859%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444863%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_004/780x0__r.jpg?hash=1774444863 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000894%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444927%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_004/780x0__r.jpg?hash=1774444927 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000859%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444863%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_005/780x0__r.jpg?hash=1774444863 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000894%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444926%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_005/780x0__r.jpg?hash=1774444926 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000859%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444863%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_006/780x0__r.jpg?hash=1774444863 not downloaded yet
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000894%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444927%27 HTTP/1.1" 200 None
2026-03-25 16:03:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_006/780x0__r.jpg?hash=1774444927 not downloaded yet
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000892> (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-25 16:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-25 16:03:03 [ecarstrade.de] INFO: Extracting details for car 7000892auction111027
2026-03-25 16:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 with identifier: 7000892auction111027
2026-03-25 16:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 with scrape type 1
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000892%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_001/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000892%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_002/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000892%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_003/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000892%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444920%27 HTTP/1.1" 200 None
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_004/780x0__r.jpg?hash=1774444920 not downloaded yet
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_001/780x0__r.jpg?hash=1774444926> (referer: https://ecarstrade.com/cars/7000894)
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000892%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444922%27 HTTP/1.1" 200 None
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_005/780x0__r.jpg?hash=1774444922 not downloaded yet
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000892%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444922%27 HTTP/1.1" 200 None
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_006/780x0__r.jpg?hash=1774444922 not downloaded yet
2026-03-25 16:03:03 [ecarstrade.de] INFO: Found 5 car items
2026-03-25 16:03:03 [ecarstrade.de] INFO: Found listing with ID: 6996802auction110976
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [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-25 16:03:03 [ecarstrade.de] INFO: Scrape type for 6996802auction110976: 0
2026-03-25 16:03:03 [ecarstrade.de] INFO: Found listing with ID: 6996819auction110976
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [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-25 16:03:03 [ecarstrade.de] INFO: Scrape type for 6996819auction110976: 0
2026-03-25 16:03:03 [ecarstrade.de] INFO: Found listing with ID: 6996804auction110976
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [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-25 16:03:03 [ecarstrade.de] INFO: Scrape type for 6996804auction110976: 0
2026-03-25 16:03:03 [ecarstrade.de] INFO: Found listing with ID: 6996803auction110976
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [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-25 16:03:03 [ecarstrade.de] INFO: Scrape type for 6996803auction110976: 0
2026-03-25 16:03:03 [ecarstrade.de] INFO: Found listing with ID: 6996817auction110976
2026-03-25 16:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:03 [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-25 16:03:03 [ecarstrade.de] INFO: Scrape type for 6996817auction110976: 0
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_001/780x0__r.jpg?hash=1774444863> (referer: https://ecarstrade.com/cars/7000859)
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_002/780x0__r.jpg?hash=1774444926> (referer: https://ecarstrade.com/cars/7000894)
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_002/780x0__r.jpg?hash=1774444863> (referer: https://ecarstrade.com/cars/7000859)
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_003/780x0__r.jpg?hash=1774444927> (referer: https://ecarstrade.com/cars/7000894)
2026-03-25 16:03:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_003/780x0__r.jpg?hash=1774444863> (referer: https://ecarstrade.com/cars/7000859)
2026-03-25 16:03:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_004/780x0__r.jpg?hash=1774444927> (referer: https://ecarstrade.com/cars/7000894)
2026-03-25 16:03:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_006/780x0__r.jpg?hash=1774444927> (referer: https://ecarstrade.com/cars/7000894)
2026-03-25 16:03:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_006/780x0__r.jpg?hash=1774444863> (referer: https://ecarstrade.com/cars/7000859)
2026-03-25 16:03:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_004/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000892)
2026-03-25 16:03:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-25 16:03:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000855> (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-25 16:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_006/780x0__r.jpg?hash=1774444922> (referer: https://ecarstrade.com/cars/7000892)
2026-03-25 16:03:05 [ecarstrade.de] INFO: Extracting details for car 7000855auction111027
2026-03-25 16:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 with identifier: 7000855auction111027
2026-03-25 16:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 with scrape type 1
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000855%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444855%27 HTTP/1.1" 200 None
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_001/780x0__r.jpg?hash=1774444855 not downloaded yet
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000855%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444855%27 HTTP/1.1" 200 None
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_002/780x0__r.jpg?hash=1774444855 not downloaded yet
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000855%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444855%27 HTTP/1.1" 200 None
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_003/780x0__r.jpg?hash=1774444855 not downloaded yet
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000855%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444855%27 HTTP/1.1" 200 None
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_004/780x0__r.jpg?hash=1774444855 not downloaded yet
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000855%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444856%27 HTTP/1.1" 200 None
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_005/780x0__r.jpg?hash=1774444856 not downloaded yet
2026-03-25 16:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_005/780x0__r.jpg?hash=1774444922> (referer: https://ecarstrade.com/cars/7000892)
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7000855%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444855%27 HTTP/1.1" 200 None
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_006/780x0__r.jpg?hash=1774444855 not downloaded yet
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_003/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000892)
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_002/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000892)
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_001/780x0__r.jpg?hash=1774444920> (referer: https://ecarstrade.com/cars/7000892)
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_005/780x0__r.jpg?hash=1774444926> (referer: https://ecarstrade.com/cars/7000894)
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586
2026-03-25 16:03:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdfb1a6f-ff25-56f2-9f89-538ea7ebb586, skipping ID generation
2026-03-25 16:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 with scrape type 1
2026-03-25 16:03:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 sending to next pipeline
2026-03-25 16:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cdfb1a6f-ff25-56f2-9f89-538ea7ebb586, identifier: 7000892auction111027
2026-03-25 16:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 with identifier: 7000892auction111027
2026-03-25 16:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 with identifier: 7000892auction111027
2026-03-25 16:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cdfb1a6f-ff25-56f2-9f89-538ea7ebb586 with identifier: 7000892auction111027 to the API
2026-03-25 16:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000892/photo_001/780x0__r.jpg?hash=1774444920>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cdfb1a6f-ff25-56f2-9f89-538ea7ebb586',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000892',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 106187,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': '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-25 16:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000892auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:06 [ecarstrade.de] INFO: Saving data for 7000892auction111027: {'created_time': 1774454586.556585, 'last_price_update_time': 1774454586.556598, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000892auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_005/780x0__r.jpg?hash=1774444863> (referer: https://ecarstrade.com/cars/7000859)
2026-03-25 16:03:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f
2026-03-25 16:03:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3df606dd-3f5d-5f43-afd4-8c206a31cf8f, skipping ID generation
2026-03-25 16:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f with scrape type 1
2026-03-25 16:03:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3df606dd-3f5d-5f43-afd4-8c206a31cf8f sending to next pipeline
2026-03-25 16:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3df606dd-3f5d-5f43-afd4-8c206a31cf8f, identifier: 7000894auction111027
2026-03-25 16:03:06 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 39 pages/min), scraped 59 items (at 42 items/min)
2026-03-25 16:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 240MiB
2026-03-25 16:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3df606dd-3f5d-5f43-afd4-8c206a31cf8f with identifier: 7000894auction111027
2026-03-25 16:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3df606dd-3f5d-5f43-afd4-8c206a31cf8f with identifier: 7000894auction111027
2026-03-25 16:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3df606dd-3f5d-5f43-afd4-8c206a31cf8f with identifier: 7000894auction111027 to the API
2026-03-25 16:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000894/photo_005/780x0__r.jpg?hash=1774444926>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3df606dd-3f5d-5f43-afd4-8c206a31cf8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000894',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 137475,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Touran Comfortline BMT/Start-Stopp 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Comfortline BMT/Start-Stopp 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000894auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:08 [ecarstrade.de] INFO: Saving data for 7000894auction111027: {'created_time': 1774454588.000697, 'last_price_update_time': 1774454588.000711, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000894auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_004/780x0__r.jpg?hash=1774444863> (referer: https://ecarstrade.com/cars/7000859)
2026-03-25 16:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_001/780x0__r.jpg?hash=1774444855> (referer: https://ecarstrade.com/cars/7000855)
2026-03-25 16:03:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item df737eab-1daa-55d3-9937-cc8481d6e281
2026-03-25 16:03:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: df737eab-1daa-55d3-9937-cc8481d6e281, skipping ID generation
2026-03-25 16:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df737eab-1daa-55d3-9937-cc8481d6e281 with scrape type 1
2026-03-25 16:03:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item df737eab-1daa-55d3-9937-cc8481d6e281 sending to next pipeline
2026-03-25 16:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: df737eab-1daa-55d3-9937-cc8481d6e281, identifier: 7000859auction111027
2026-03-25 16:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: df737eab-1daa-55d3-9937-cc8481d6e281 with identifier: 7000859auction111027
2026-03-25 16:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: df737eab-1daa-55d3-9937-cc8481d6e281 with identifier: 7000859auction111027
2026-03-25 16:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: df737eab-1daa-55d3-9937-cc8481d6e281 with identifier: 7000859auction111027 to the API
2026-03-25 16:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000859/photo_004/780x0__r.jpg?hash=1774444863>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'df737eab-1daa-55d3-9937-cc8481d6e281',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000859',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': '116',
'odometer': 48522,
'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': 'Baureihe 1 Lim. 116 d 1.5 85KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 1 Lim. d 1.5 85KW AT7 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000859auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:09 [ecarstrade.de] INFO: Saving data for 7000859auction111027: {'created_time': 1774454589.022285, 'last_price_update_time': 1774454589.022296, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000859auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_002/780x0__r.jpg?hash=1774444855> (referer: https://ecarstrade.com/cars/7000855)
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_005/780x0__r.jpg?hash=1774444856> (referer: https://ecarstrade.com/cars/7000855)
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_006/780x0__r.jpg?hash=1774444855> (referer: https://ecarstrade.com/cars/7000855)
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_004/780x0__r.jpg?hash=1774444855> (referer: https://ecarstrade.com/cars/7000855)
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_003/780x0__r.jpg?hash=1774444855> (referer: https://ecarstrade.com/cars/7000855)
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623
2026-03-25 16:03:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a8bac0c-70e3-584b-a33d-d12ee4cb2623, skipping ID generation
2026-03-25 16:03:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 with scrape type 1
2026-03-25 16:03:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 sending to next pipeline
2026-03-25 16:03:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8a8bac0c-70e3-584b-a33d-d12ee4cb2623, identifier: 7000855auction111027
2026-03-25 16:03:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 with identifier: 7000855auction111027
2026-03-25 16:03:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 with identifier: 7000855auction111027
2026-03-25 16:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8a8bac0c-70e3-584b-a33d-d12ee4cb2623 with identifier: 7000855auction111027 to the API
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000855/photo_003/780x0__r.jpg?hash=1774444855>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8a8bac0c-70e3-584b-a33d-d12ee4cb2623',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000855',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Audi',
'model': 'A4',
'odometer': 136935,
'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': 'A4 Avant 40 TDI advanced 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI advanced 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000855auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:09 [ecarstrade.de] INFO: Saving data for 7000855auction111027: {'created_time': 1774454589.867398, 'last_price_update_time': 1774454589.867411, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000855auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000890> (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-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000856> (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-25 16:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000871> (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-25 16:03:09 [ecarstrade.de] INFO: Extracting details for car 7000890auction111027
2026-03-25 16:03:10 [ecarstrade.de] INFO: Extracting details for car 7000856auction111027
2026-03-25 16:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c60cc0b-56bd-5e64-976f-94cd34ef6501 with identifier: 7000890auction111027
2026-03-25 16:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c60cc0b-56bd-5e64-976f-94cd34ef6501 with scrape type 1
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000890%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444917%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_001/780x0__r.jpg?hash=1774444917 not downloaded yet
2026-03-25 16:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f96f113-e230-533d-932c-d46782b63a0e with identifier: 7000856auction111027
2026-03-25 16:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f96f113-e230-533d-932c-d46782b63a0e with scrape type 1
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000856%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444859%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_001/780x0__r.jpg?hash=1774444859 not downloaded yet
2026-03-25 16:03:10 [ecarstrade.de] INFO: Extracting details for car 7000871auction111027
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000890%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444917%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_002/780x0__r.jpg?hash=1774444917 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000856%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444859%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_002/780x0__r.jpg?hash=1774444859 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000890%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444917%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_003/780x0__r.jpg?hash=1774444917 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000856%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444860%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_003/780x0__r.jpg?hash=1774444860 not downloaded yet
2026-03-25 16:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8b925c-7e0a-589f-af94-3d5a55beaf83 with identifier: 7000871auction111027
2026-03-25 16:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8b925c-7e0a-589f-af94-3d5a55beaf83 with scrape type 1
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000871%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444884%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_001/780x0__r.jpg?hash=1774444884 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000890%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444917%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_004/780x0__r.jpg?hash=1774444917 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000856%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444859%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_004/780x0__r.jpg?hash=1774444859 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000871%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444884%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_002/780x0__r.jpg?hash=1774444884 not downloaded yet
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_001/780x0__r.jpg?hash=1774444859> (referer: https://ecarstrade.com/cars/7000856)
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000890%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444917%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_005/780x0__r.jpg?hash=1774444917 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000856%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444859%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_005/780x0__r.jpg?hash=1774444859 not downloaded yet
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_001/780x0__r.jpg?hash=1774444917> (referer: https://ecarstrade.com/cars/7000890)
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000871%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444884%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_003/780x0__r.jpg?hash=1774444884 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000890%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444918%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_006/780x0__r.jpg?hash=1774444918 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000856%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444859%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_006/780x0__r.jpg?hash=1774444859 not downloaded yet
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000871%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444884%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_004/780x0__r.jpg?hash=1774444884 not downloaded yet
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_002/780x0__r.jpg?hash=1774444917> (referer: https://ecarstrade.com/cars/7000890)
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000871%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444884%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_005/780x0__r.jpg?hash=1774444884 not downloaded yet
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_003/780x0__r.jpg?hash=1774444860> (referer: https://ecarstrade.com/cars/7000856)
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_002/780x0__r.jpg?hash=1774444859> (referer: https://ecarstrade.com/cars/7000856)
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000871%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444884%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_006/780x0__r.jpg?hash=1774444884 not downloaded yet
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_004/780x0__r.jpg?hash=1774444859> (referer: https://ecarstrade.com/cars/7000856)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_003/780x0__r.jpg?hash=1774444917> (referer: https://ecarstrade.com/cars/7000890)
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_001/780x0__r.jpg?hash=1774444884> (referer: https://ecarstrade.com/cars/7000871)
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_005/780x0__r.jpg?hash=1774444859> (referer: https://ecarstrade.com/cars/7000856)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_004/780x0__r.jpg?hash=1774444917> (referer: https://ecarstrade.com/cars/7000890)
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_002/780x0__r.jpg?hash=1774444884> (referer: https://ecarstrade.com/cars/7000871)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_005/780x0__r.jpg?hash=1774444917> (referer: https://ecarstrade.com/cars/7000890)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000878> (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-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_006/780x0__r.jpg?hash=1774444918> (referer: https://ecarstrade.com/cars/7000890)
2026-03-25 16:03:10 [ecarstrade.de] INFO: No car items found on page 10
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_004/780x0__r.jpg?hash=1774444884> (referer: https://ecarstrade.com/cars/7000871)
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_006/780x0__r.jpg?hash=1774444859> (referer: https://ecarstrade.com/cars/7000856)
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_005/780x0__r.jpg?hash=1774444884> (referer: https://ecarstrade.com/cars/7000871)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_003/780x0__r.jpg?hash=1774444884> (referer: https://ecarstrade.com/cars/7000871)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_006/780x0__r.jpg?hash=1774444884> (referer: https://ecarstrade.com/cars/7000871)
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [ecarstrade.de] INFO: Extracting details for car 7000878auction111027
2026-03-25 16:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000863> (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-25 16:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccd04d1e-69e2-533c-98d6-191c2b52f774 with identifier: 7000878auction111027
2026-03-25 16:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccd04d1e-69e2-533c-98d6-191c2b52f774 with scrape type 1
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000878%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444894%27 HTTP/1.1" 200 None
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_001/780x0__r.jpg?hash=1774444894 not downloaded yet
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c60cc0b-56bd-5e64-976f-94cd34ef6501
2026-03-25 16:03:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c60cc0b-56bd-5e64-976f-94cd34ef6501, skipping ID generation
2026-03-25 16:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c60cc0b-56bd-5e64-976f-94cd34ef6501 with scrape type 1
2026-03-25 16:03:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c60cc0b-56bd-5e64-976f-94cd34ef6501 sending to next pipeline
2026-03-25 16:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7c60cc0b-56bd-5e64-976f-94cd34ef6501, identifier: 7000890auction111027
2026-03-25 16:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7c60cc0b-56bd-5e64-976f-94cd34ef6501 with identifier: 7000890auction111027
2026-03-25 16:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7c60cc0b-56bd-5e64-976f-94cd34ef6501 with identifier: 7000890auction111027
2026-03-25 16:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7c60cc0b-56bd-5e64-976f-94cd34ef6501 with identifier: 7000890auction111027 to the API
2026-03-25 16:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000890/photo_006/780x0__r.jpg?hash=1774444918>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7c60cc0b-56bd-5e64-976f-94cd34ef6501',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000890',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 192683,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Combi L&K 4x4 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi L&K 4x4 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000890auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:11 [ecarstrade.de] INFO: Saving data for 7000890auction111027: {'created_time': 1774454591.194895, 'last_price_update_time': 1774454591.194909, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000890auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:11 [ecarstrade.de] INFO: Extracting details for car 7000863auction111027
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000878%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444894%27 HTTP/1.1" 200 None
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_002/780x0__r.jpg?hash=1774444894 not downloaded yet
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000878%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444894%27 HTTP/1.1" 200 None
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_003/780x0__r.jpg?hash=1774444894 not downloaded yet
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6f96f113-e230-533d-932c-d46782b63a0e
2026-03-25 16:03:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f96f113-e230-533d-932c-d46782b63a0e, skipping ID generation
2026-03-25 16:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f96f113-e230-533d-932c-d46782b63a0e with scrape type 1
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f96f113-e230-533d-932c-d46782b63a0e sending to next pipeline
2026-03-25 16:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6f96f113-e230-533d-932c-d46782b63a0e, identifier: 7000856auction111027
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6f8b925c-7e0a-589f-af94-3d5a55beaf83
2026-03-25 16:03:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f8b925c-7e0a-589f-af94-3d5a55beaf83, skipping ID generation
2026-03-25 16:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8b925c-7e0a-589f-af94-3d5a55beaf83 with scrape type 1
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f8b925c-7e0a-589f-af94-3d5a55beaf83 sending to next pipeline
2026-03-25 16:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6f8b925c-7e0a-589f-af94-3d5a55beaf83, identifier: 7000871auction111027
2026-03-25 16:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2451625-e68e-52fd-b71a-121495f88ea6 with identifier: 7000863auction111027
2026-03-25 16:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2451625-e68e-52fd-b71a-121495f88ea6 with scrape type 1
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000863%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_001/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000878%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444894%27 HTTP/1.1" 200 None
2026-03-25 16:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_004/780x0__r.jpg?hash=1774444894 not downloaded yet
2026-03-25 16:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6f96f113-e230-533d-932c-d46782b63a0e with identifier: 7000856auction111027
2026-03-25 16:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6f96f113-e230-533d-932c-d46782b63a0e with identifier: 7000856auction111027
2026-03-25 16:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6f96f113-e230-533d-932c-d46782b63a0e with identifier: 7000856auction111027 to the API
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000856/photo_006/780x0__r.jpg?hash=1774444859>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6f96f113-e230-533d-932c-d46782b63a0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000856',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A3',
'odometer': 60023,
'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': 'A3 Sportback 30 TDI S line 2.0 TDI 85KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Sportback 30 TDI S line 2.0 TDI 85KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000856auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [ecarstrade.de] INFO: Saving data for 7000856auction111027: {'created_time': 1774454592.182908, 'last_price_update_time': 1774454592.182919, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000856auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6f8b925c-7e0a-589f-af94-3d5a55beaf83 with identifier: 7000871auction111027
2026-03-25 16:03:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6f8b925c-7e0a-589f-af94-3d5a55beaf83 with identifier: 7000871auction111027
2026-03-25 16:03:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6f8b925c-7e0a-589f-af94-3d5a55beaf83 with identifier: 7000871auction111027 to the API
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 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-25 16:03:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000871/photo_006/780x0__r.jpg?hash=1774444884>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6f8b925c-7e0a-589f-af94-3d5a55beaf83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000871',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 112016,
'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': 2,
'seller_name': None,
'title': 'Transit Connect Kasten Trend 1.5 EcoBlue 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten Trend 1.5 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000871auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [ecarstrade.de] INFO: Saving data for 7000871auction111027: {'created_time': 1774454592.521473, 'last_price_update_time': 1774454592.521485, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000871auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_001/780x0__r.jpg?hash=1774444894> (referer: https://ecarstrade.com/cars/7000878)
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000863%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_002/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000878%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444894%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_005/780x0__r.jpg?hash=1774444894 not downloaded yet
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000863%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_003/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000878%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444894%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_006/780x0__r.jpg?hash=1774444894 not downloaded yet
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000863%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444869%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_004/780x0__r.jpg?hash=1774444869 not downloaded yet
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_002/780x0__r.jpg?hash=1774444894> (referer: https://ecarstrade.com/cars/7000878)
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000863%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_005/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_003/780x0__r.jpg?hash=1774444894> (referer: https://ecarstrade.com/cars/7000878)
2026-03-25 16:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%252F7000001-7010000%252F7000863%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444868%27 HTTP/1.1" 200 None
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_006/780x0__r.jpg?hash=1774444868 not downloaded yet
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_001/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000863)
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_004/780x0__r.jpg?hash=1774444894> (referer: https://ecarstrade.com/cars/7000878)
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_006/780x0__r.jpg?hash=1774444894> (referer: https://ecarstrade.com/cars/7000878)
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_005/780x0__r.jpg?hash=1774444894> (referer: https://ecarstrade.com/cars/7000878)
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_002/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000863)
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_005/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000863)
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_004/780x0__r.jpg?hash=1774444869> (referer: https://ecarstrade.com/cars/7000863)
2026-03-25 16:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_006/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000863)
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ccd04d1e-69e2-533c-98d6-191c2b52f774
2026-03-25 16:03:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ccd04d1e-69e2-533c-98d6-191c2b52f774, skipping ID generation
2026-03-25 16:03:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccd04d1e-69e2-533c-98d6-191c2b52f774 with scrape type 1
2026-03-25 16:03:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ccd04d1e-69e2-533c-98d6-191c2b52f774 sending to next pipeline
2026-03-25 16:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ccd04d1e-69e2-533c-98d6-191c2b52f774, identifier: 7000878auction111027
2026-03-25 16:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ccd04d1e-69e2-533c-98d6-191c2b52f774 with identifier: 7000878auction111027
2026-03-25 16:03:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-25 16:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ccd04d1e-69e2-533c-98d6-191c2b52f774 with identifier: 7000878auction111027
2026-03-25 16:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ccd04d1e-69e2-533c-98d6-191c2b52f774 with identifier: 7000878auction111027 to the API
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000878/photo_005/780x0__r.jpg?hash=1774444894>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ccd04d1e-69e2-533c-98d6-191c2b52f774',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000878',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 107771,
'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': 2,
'seller_name': None,
'title': 'Sprinter III Kasten RWD/AWD 311/314/316 CDI RWD L1 (907.631) 2.1 '
'120KW MT6 E6',
'transmission': 'manual',
'trim': 'III Kasten RWD/AWD 311/314/316 CDI RWD L1 (907.631) 2.1 120KW MT6 E6',
'vin': None,
'year': 2020}
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 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%277000878auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:13 [ecarstrade.de] INFO: Saving data for 7000878auction111027: {'created_time': 1774454593.470176, 'last_price_update_time': 1774454593.470186, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000878auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_003/780x0__r.jpg?hash=1774444868> (referer: https://ecarstrade.com/cars/7000863)
2026-03-25 16:03:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2451625-e68e-52fd-b71a-121495f88ea6
2026-03-25 16:03:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2451625-e68e-52fd-b71a-121495f88ea6, skipping ID generation
2026-03-25 16:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2451625-e68e-52fd-b71a-121495f88ea6 with scrape type 1
2026-03-25 16:03:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2451625-e68e-52fd-b71a-121495f88ea6 sending to next pipeline
2026-03-25 16:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: b2451625-e68e-52fd-b71a-121495f88ea6, identifier: 7000863auction111027
2026-03-25 16:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: b2451625-e68e-52fd-b71a-121495f88ea6 with identifier: 7000863auction111027
2026-03-25 16:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: b2451625-e68e-52fd-b71a-121495f88ea6 with identifier: 7000863auction111027
2026-03-25 16:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: b2451625-e68e-52fd-b71a-121495f88ea6 with identifier: 7000863auction111027 to the API
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000863/photo_003/780x0__r.jpg?hash=1774444868>
{'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-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b2451625-e68e-52fd-b71a-121495f88ea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000863',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '320',
'odometer': 154911,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 3 Touring 320 d 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring d 2.0 140KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000863auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [ecarstrade.de] INFO: Saving data for 7000863auction111027: {'created_time': 1774454594.016987, 'last_price_update_time': 1774454594.017, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000863auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7000860> (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-25 16:03:14 [ecarstrade.de] INFO: Extracting details for car 7000860auction111027
2026-03-25 16:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d with identifier: 7000860auction111027
2026-03-25 16:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d with scrape type 1
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000860%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774444865%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_001/780x0__r.jpg?hash=1774444865 not downloaded yet
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000860%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774444864%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_002/780x0__r.jpg?hash=1774444864 not downloaded yet
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000860%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774444865%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_003/780x0__r.jpg?hash=1774444865 not downloaded yet
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000860%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774444865%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_004/780x0__r.jpg?hash=1774444865 not downloaded yet
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000860%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774444865%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_005/780x0__r.jpg?hash=1774444865 not downloaded yet
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03: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%252F7000001-7010000%252F7000860%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774444865%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_006/780x0__r.jpg?hash=1774444865 not downloaded yet
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_001/780x0__r.jpg?hash=1774444865> (referer: https://ecarstrade.com/cars/7000860)
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_004/780x0__r.jpg?hash=1774444865> (referer: https://ecarstrade.com/cars/7000860)
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_002/780x0__r.jpg?hash=1774444864> (referer: https://ecarstrade.com/cars/7000860)
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_003/780x0__r.jpg?hash=1774444865> (referer: https://ecarstrade.com/cars/7000860)
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_006/780x0__r.jpg?hash=1774444865> (referer: https://ecarstrade.com/cars/7000860)
2026-03-25 16:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_005/780x0__r.jpg?hash=1774444865> (referer: https://ecarstrade.com/cars/7000860)
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d
2026-03-25 16:03:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d, skipping ID generation
2026-03-25 16:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d with scrape type 1
2026-03-25 16:03:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d sending to next pipeline
2026-03-25 16:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d, identifier: 7000860auction111027
2026-03-25 16:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d with identifier: 7000860auction111027
2026-03-25 16:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d with identifier: 7000860auction111027
2026-03-25 16:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d with identifier: 7000860auction111027 to the API
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-25 16:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7000860/photo_005/780x0__r.jpg?hash=1774444865>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-26T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ecd68bdf-2d82-5d8d-b1cd-77808d1bf57d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7000860',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'BMW',
'model': '320',
'odometer': 133576,
'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 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-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277000860auction111027%27 HTTP/1.1" 200 None
2026-03-25 16:03:14 [ecarstrade.de] INFO: Saving data for 7000860auction111027: {'created_time': 1774454594.859603, 'last_price_update_time': 1774454594.859614, 'auction_closing_time': 1774532400.0}
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7000860auction111027') HTTP/1.1" 204 0
2026-03-25 16:03:14 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-25 16:03:14 [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>: 5, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-25 16:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-25 16:03:15 [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%201774022594 HTTP/1.1" 200 None
2026-03-25 16:03:15 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (68 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-25T16_00_00.jl
2026-03-25 16:03:15 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 1095176,
'downloader/request_count': 452,
'downloader/request_method_count/GET': 452,
'downloader/response_bytes': 49843255,
'downloader/response_count': 452,
'downloader/response_status_count/200': 452,
'elapsed_time_seconds': 188.267404,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 25, 16, 3, 15, 10981, tzinfo=datetime.timezone.utc),
'item_scraped_count': 68,
'log_count/DEBUG': 2517,
'log_count/INFO': 1533,
'log_count/WARNING': 372,
'memusage/max': 252133376,
'memusage/startup': 150130688,
'photo_download_count': 373,
'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': 183,
'playwright/request_count/method/GET': 159,
'playwright/request_count/method/POST': 24,
'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': 91,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 46,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 145,
'playwright/response_count/method/GET': 122,
'playwright/response_count/method/POST': 23,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 17,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 54,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 46,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 10,
'response_received_count': 79,
'scheduler/dequeued': 452,
'scheduler/dequeued/memory': 452,
'scheduler/enqueued': 452,
'scheduler/enqueued/memory': 452,
'scrape_type/new': 68,
'scrape_type/skipped': 97,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 78,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 10.0755973152864,
'scrapy-zyte-api/mean_response_seconds': 10.255523677461614,
'scrapy-zyte-api/processed': 78,
'scrapy-zyte-api/request_args/browserHtml': 78,
'scrapy-zyte-api/request_args/experimental.requestCookies': 78,
'scrapy-zyte-api/request_args/experimental.responseCookies': 78,
'scrapy-zyte-api/request_args/requestHeaders': 78,
'scrapy-zyte-api/request_args/sessionContext': 78,
'scrapy-zyte-api/request_args/url': 78,
'scrapy-zyte-api/status_codes/200': 78,
'scrapy-zyte-api/success': 78,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 25, 16, 0, 6, 743577, tzinfo=datetime.timezone.utc)}
2026-03-25 16:03:15 [scrapy.core.engine] INFO: Spider closed (finished)