2026-03-24 13:00:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 13:00:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-24 13:00:06 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-24 13:00:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 13:00:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 13:00:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 13:00:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 13:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: e048c5e7b7c98ecb
2026-03-24 13:00:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-24 13: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-24T13_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-24 13:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 13:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 13:00:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-24 13:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 13:00:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-24 13:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-24 13:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 13: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-24 13:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 13:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 13:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-24 13: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-24 13:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 13: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-24 13: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-24 13:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-24 13:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
2026-03-24 13:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-24 13:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-24 13:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-24 13:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 13:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-24 13:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-24 13:00:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-24 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-24 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-24 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13: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-24 13: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-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=6ec65eed> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-24 13: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-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=6ec65eed>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=313300072&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=1744350018&gjid=563796654&cid=234282860.1774357216&tid=UA-73443533-1&_gid=239457706.1774357216&_r=1&_slc=1&z=1235378337> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13: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-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=313300072&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=1744350018&gjid=563796654&cid=234282860.1774357216&tid=UA-73443533-1&_gid=239457706.1774357216&_r=1&_slc=1&z=1235378337>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63k1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [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=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63k1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938469~116024733~117484252~118104771&apve=1&apvf=f&apvc=1&tft=1774357216444&tfd=2740> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63k1>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-24 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256z8811692034za20gzb811692034zd811692034&_p=1774357215186&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&sid=1774357216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3120> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=234282860.1774357216>m=45je63n0h2v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [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=234282860.1774357216>m=45je63n0h2v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&z=1095872024> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=16&tfd=3184> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357217203&cv=11&fst=1774357217203&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&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=1621389360.1774357216&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [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=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357217251&tfd=3548> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774356900000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977172/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_open.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977174/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977175/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977177/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/de.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256z8811692034za20gzb811692034zd811692034&_p=1774357215186&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&sid=1774357216&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3120>
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-24 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977178/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977181/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977182/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977184/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977186/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977188/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977190/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977191/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977192/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977194/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977195/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977196/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977197/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977198/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977199/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=234282860.1774357216>m=45je63n0h2v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&z=1095872024>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=16&tfd=3184>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=6ec65eed)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=234282860.1774357216>m=45je63n0h2v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63k1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938469~116024733~117484252~118104771&apve=1&apvf=f&apvc=1&tft=1774357216444&tfd=2740>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_open.svg>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977172/photo_000/260x0__r.jpg>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357217203&cv=11&fst=1774357217203&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&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=1621389360.1774357216&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357217251&tfd=3548>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25873&mobile=false&messagesUtk=7841c402200d4de5a984a540b9fb420a&traceId=7841c402200d4de5a984a540b9fb420a> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774357217203&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&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=1621389360.1774357216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9ghNaHrySkbF2Jcpvc5oXefEKf9g2yXfLwp3S1cWcnDE0Dsojv5YIeuRE9g2xNHR2ZXL5tufN2yA5_MYBlspzXD_N0kz5BCYCTtc&random=3375087020&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357217203&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&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=1621389360.1774357216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9ghNaHrySkbF2Jcpvc5oXefEKf9g2yXfLwp3S1cWcnDE0Dsojv5YIeuRE9g2xNHR2ZXL5tufN2yA5_MYBlspzXD_N0kz5BCYCTtc&random=3375087020&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977174/photo_000/260x0__r.jpg>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977175/photo_000/260x0__r.jpg>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774356900000/5441429.js>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977177/photo_000/260x0__r.jpg>
2026-03-24 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/de.png>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977178/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977179/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977181/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977182/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977184/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977186/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977190/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977188/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977191/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977192/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977194/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977196/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977195/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977198/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977197/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6970001-6980000/6977199/photo_000/260x0__r.jpg>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357217203&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&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=1621389360.1774357216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9ghNaHrySkbF2Jcpvc5oXefEKf9g2yXfLwp3S1cWcnDE0Dsojv5YIeuRE9g2xNHR2ZXL5tufN2yA5_MYBlspzXD_N0kz5BCYCTtc&random=3375087020&rmt_tld=1&ipr=y>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774357217203&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&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=1621389360.1774357216&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9ghNaHrySkbF2Jcpvc5oXefEKf9g2yXfLwp3S1cWcnDE0Dsojv5YIeuRE9g2xNHR2ZXL5tufN2yA5_MYBlspzXD_N0kz5BCYCTtc&random=3375087020&rmt_tld=0&ipr=y>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-24 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-24 13:00:21 [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=1774357220991&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=6ec65eed> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25873&mobile=false&messagesUtk=7841c402200d4de5a984a540b9fb420a&traceId=7841c402200d4de5a984a540b9fb420a>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=6ec65eed>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=6ec65eed>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=6ec65eed>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&sid=1774357216&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=1774354268&ep.url=%2Fsearch&ep.eventName=search&_et=10&tfd=7970> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=6ec65eed>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63k1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938469~116024733~117484252~118104771&apve=1&apvf=f&apvc=1&tft=1774357221678&tfd=7974> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:21 [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=1774357220991&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&sid=1774357216&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=1774354268&ep.url=%2Fsearch&ep.eventName=search&_et=10&tfd=7970>
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=6ec65eed)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=6ec65eed)
2026-03-24 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=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=3927&_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=1774357221971&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13: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-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63k1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938469~116024733~117484252~118104771&apve=1&apvf=f&apvc=1&tft=1774357221678&tfd=7974>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=3927&_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=1774357221971&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774357222278&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&_s=4&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&uid=0&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=4779&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8677> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357222383&cv=11&fst=1774357222383&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [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=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357222399&tfd=8696> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&_s=4&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&uid=0&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=4779&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=8677>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=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=1774357222278&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15>
2026-03-24 13:00:22 [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=1774357222604&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357222383&cv=11&fst=1774357222383&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-24 13:00:22 [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=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357222399&tfd=8696>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357222776&cv=11&fst=1774357222776&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [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=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357222793&tfd=9091> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [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=1774357222604&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774357222383&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9SYYdkUzVLMecqvmZChInk9OgxCYG395ktGlj5XSxcSItCWCiWfMF2gS06U-RAfBhBfao44BOHlhZAvTdd1KdzMnY53mWIZ1ROyolFS3egDbuovSo5S14ow&random=456110101&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357222383&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9SYYdkUzVLMecqvmZChInk9OgxCYG395ktGlj5XSxcSItCWCiWfMF2gS06U-RAfBhBfao44BOHlhZAvTdd1KdzMnY53mWIZ1ROyolFS3egDbuovSo5S14ow&random=456110101&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357222776&cv=11&fst=1774357222776&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-24 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774357222776&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B90n4gYYkqIOpLJN6pNtCK0Zjd-Ve_ORGBQFnu1rAw7jSkHdbMHGjxc4hKXuQOAYKXkdxXiyUtWq21PuBqHOHukaLWXFi2SxA1QNrmMMBGBhNPDZcXbIHhcA&random=3716872678&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357222776&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B90n4gYYkqIOpLJN6pNtCK0Zjd-Ve_ORGBQFnu1rAw7jSkHdbMHGjxc4hKXuQOAYKXkdxXiyUtWq21PuBqHOHukaLWXFi2SxA1QNrmMMBGBhNPDZcXbIHhcA&random=3716872678&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357222793&tfd=9091>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357222383&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9SYYdkUzVLMecqvmZChInk9OgxCYG395ktGlj5XSxcSItCWCiWfMF2gS06U-RAfBhBfao44BOHlhZAvTdd1KdzMnY53mWIZ1ROyolFS3egDbuovSo5S14ow&random=456110101&rmt_tld=1&ipr=y>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357222776&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B90n4gYYkqIOpLJN6pNtCK0Zjd-Ve_ORGBQFnu1rAw7jSkHdbMHGjxc4hKXuQOAYKXkdxXiyUtWq21PuBqHOHukaLWXFi2SxA1QNrmMMBGBhNPDZcXbIHhcA&random=3716872678&rmt_tld=1&ipr=y>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774357222383&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9SYYdkUzVLMecqvmZChInk9OgxCYG395ktGlj5XSxcSItCWCiWfMF2gS06U-RAfBhBfao44BOHlhZAvTdd1KdzMnY53mWIZ1ROyolFS3egDbuovSo5S14ow&random=456110101&rmt_tld=0&ipr=y>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774357222776&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B90n4gYYkqIOpLJN6pNtCK0Zjd-Ve_ORGBQFnu1rAw7jSkHdbMHGjxc4hKXuQOAYKXkdxXiyUtWq21PuBqHOHukaLWXFi2SxA1QNrmMMBGBhNPDZcXbIHhcA&random=3716872678&rmt_tld=0&ipr=y>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995875/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995874/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995873/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995872/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995871/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995848/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995847/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995846/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995820/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995819/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/224/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995818/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995817/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995816/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995815/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995814/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995813/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995812/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995811/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995810/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995809/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/es.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995875/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995874/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995847/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995848/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995873/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995819/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995871/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/224/logo.png>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995818/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995816/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995817/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995820/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995815/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995814/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995813/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995872/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995846/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995812/photo_000/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995810/photo_001/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995811/photo_001/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995809/photo_001/260x0__r.jpg>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-24 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-24 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-24 13:00:27 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&uid=0&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=13678> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&uid=0&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=13678>
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774357228078&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357228111&cv=11&fst=1774357228111&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357228136&tfd=14433> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774357228078&vi=ea207230d1a2deced8698a605a7a7f37&nc=true&u=129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1&b=129379155.1.1774357220990&cc=15>
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357228111&cv=11&fst=1774357228111&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774357228111&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9COMU2-eePSEfTWWmndOIq7t7og0iFFogIYkeLpO2wBlRW26GeebQw5cg5ZQHW6-_-VJJUswdPzU1Iw4EGW6xxAYP0mWg7NIT-SIrFWKsKVQcYw4Uv0NlJQ&random=1426666254&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357228111&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9COMU2-eePSEfTWWmndOIq7t7og0iFFogIYkeLpO2wBlRW26GeebQw5cg5ZQHW6-_-VJJUswdPzU1Iw4EGW6xxAYP0mWg7NIT-SIrFWKsKVQcYw4Uv0NlJQ&random=1426666254&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357228136&tfd=14433>
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357228111&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9COMU2-eePSEfTWWmndOIq7t7og0iFFogIYkeLpO2wBlRW26GeebQw5cg5ZQHW6-_-VJJUswdPzU1Iw4EGW6xxAYP0mWg7NIT-SIrFWKsKVQcYw4Uv0NlJQ&random=1426666254&rmt_tld=1&ipr=y>
2026-03-24 13:00:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774357228111&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9COMU2-eePSEfTWWmndOIq7t7og0iFFogIYkeLpO2wBlRW26GeebQw5cg5ZQHW6-_-VJJUswdPzU1Iw4EGW6xxAYP0mWg7NIT-SIrFWKsKVQcYw4Uv0NlJQ&random=1426666254&rmt_tld=0&ipr=y>
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357230537&cv=11&fst=1774357230537&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357230564&cv=11&fst=1774357230564&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357230576&tfd=16872> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357230576&tfd=16873> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357230537&cv=11&fst=1774357230537&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774357230537&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9i6HTuKBP-a5G-FUF0DjLqOqm9bDnbun0EfxyoRWp7DAKbR1q8woolUC0vgdMIIFr08IS3Cx_hhGjnTV8oA0pxLArcl-qWMpznG4JhQY0QYQnEGDiY8vTNw&random=3166553103&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357230537&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9i6HTuKBP-a5G-FUF0DjLqOqm9bDnbun0EfxyoRWp7DAKbR1q8woolUC0vgdMIIFr08IS3Cx_hhGjnTV8oA0pxLArcl-qWMpznG4JhQY0QYQnEGDiY8vTNw&random=3166553103&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774357230564&cv=11&fst=1774357230564&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://e.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774357230564&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9VOo4XOCpW_hFplXFwPeHXssKO_DKvjOL6rYQN52RZFAZnEwUB031uWyP_vvrfdwNS7DU4rD--wvzFR31SfnJtkhRG4Dcofrh6DfVzL5kd83XPhnX5Ln8mg&random=268291183&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357230564&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9VOo4XOCpW_hFplXFwPeHXssKO_DKvjOL6rYQN52RZFAZnEwUB031uWyP_vvrfdwNS7DU4rD--wvzFR31SfnJtkhRG4Dcofrh6DfVzL5kd83XPhnX5Ln8mg&random=268291183&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-24 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357230537&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9i6HTuKBP-a5G-FUF0DjLqOqm9bDnbun0EfxyoRWp7DAKbR1q8woolUC0vgdMIIFr08IS3Cx_hhGjnTV8oA0pxLArcl-qWMpznG4JhQY0QYQnEGDiY8vTNw&random=3166553103&rmt_tld=1&ipr=y>
2026-03-24 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357230576&tfd=16872>
2026-03-24 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774357230564&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9VOo4XOCpW_hFplXFwPeHXssKO_DKvjOL6rYQN52RZFAZnEwUB031uWyP_vvrfdwNS7DU4rD--wvzFR31SfnJtkhRG4Dcofrh6DfVzL5kd83XPhnX5Ln8mg&random=268291183&rmt_tld=1&ipr=y>
2026-03-24 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://e.clarity.ms/collect>
2026-03-24 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=284466323.1774357216&dt=Search%20%7C%20eCarsTrade&auid=1621389360.1774357216&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774354268&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774357230576&tfd=16873>
2026-03-24 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774357230537&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9i6HTuKBP-a5G-FUF0DjLqOqm9bDnbun0EfxyoRWp7DAKbR1q8woolUC0vgdMIIFr08IS3Cx_hhGjnTV8oA0pxLArcl-qWMpznG4JhQY0QYQnEGDiY8vTNw&random=3166553103&rmt_tld=0&ipr=y>
2026-03-24 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774357230564&cv=11&fst=1774357200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63k1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=103116026~103200004~115938466~115938468~116024733~117384405~117484252~118131589&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1621389360.1774357216&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774354268%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=CAQSXQAFq6B9VOo4XOCpW_hFplXFwPeHXssKO_DKvjOL6rYQN52RZFAZnEwUB031uWyP_vvrfdwNS7DU4rD--wvzFR31SfnJtkhRG4Dcofrh6DfVzL5kd83XPhnX5Ln8mg&random=268291183&rmt_tld=0&ipr=y>
2026-03-24 13:00:32 [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=true> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-24 13:00:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-24 13:00:33 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnA9uW1R1JRUCN_kTd_RTtX4L7HsSYOR7sDFt0MOzsVuzzFHkCYeK3BEOGy', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808053222, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1776949214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'bvu3d9m616mv8e5qt9jkkpslfs', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774386014, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1835874014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1776949214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'dcd7ee07-7275-4839-a0c2-5cd51d5c8982', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1808917215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.239457706.1774357216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774443616, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774357276, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1621389360.1774357216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782133216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.234282860.1774357216', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837429216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ad4adcfba-a00b-4ba4-abb8-a99e0450b90f%22%2C%22%24device_id%22%3A%22d4adcfba-a00b-4ba4-abb8-a99e0450b90f%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': 1805893217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1789909220, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'ea207230d1a2deced8698a605a7a7f37', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1789909220, '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.1774357220990', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774359020, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'ajs_anonymous_id', 'value': '0128d8bb-6e2c-4bb9-9da1-e51d0387c933', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1805893221, '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-24T13%3A00%3A22.012Z%22%2C%22consentId%22%3A%22d5b7f154-dda3-4b26-92e1-d8ba8b40654d%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-24T13%3A00%3A22.012Z%22%2C%22expirationTime%22%3A1790082022012%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790082022, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"d5b7f154-dda3-4b26-92e1-d8ba8b40654d","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774357523, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774357216$o1$g1$t1774357230$j46$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837429230, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'U_EZKaIl9UCCIkUs.clYMwq8Jbk2ItGE7wgPCetYu30-1774357221-1.0.1.1-K6pihbBQ6XB268RR.ypvFkmKyThXN7N1D4w4d2PK3dkiGjZ4fGl6IX_NqHwihegbHFQKfaHqlhTKXnOeWokrSDiJQhbAN44UAvpMl1Shq6U', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774359021, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': '10RzI_g.8w7EG9Qalcgs3vaKoUAYL7jpVJQzlEAAhsQ-1774357221648-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-24 13:00:33 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnA9uW1R1JRUCN_kTd_RTtX4L7HsSYOR7sDFt0MOzsVuzzFHkCYeK3BEOGy', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'bvu3d9m616mv8e5qt9jkkpslfs', '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': 'dcd7ee07-7275-4839-a0c2-5cd51d5c8982', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.239457706.1774357216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1621389360.1774357216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.234282860.1774357216', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Ad4adcfba-a00b-4ba4-abb8-a99e0450b90f%22%2C%22%24device_id%22%3A%22d4adcfba-a00b-4ba4-abb8-a99e0450b90f%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.ea207230d1a2deced8698a605a7a7f37.1774357220990.1774357220990.1774357220990.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'ea207230d1a2deced8698a605a7a7f37', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774357220990', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '0128d8bb-6e2c-4bb9-9da1-e51d0387c933', '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-24T13%3A00%3A22.012Z%22%2C%22consentId%22%3A%22d5b7f154-dda3-4b26-92e1-d8ba8b40654d%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-24T13%3A00%3A22.012Z%22%2C%22expirationTime%22%3A1790082022012%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"d5b7f154-dda3-4b26-92e1-d8ba8b40654d","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774357216$o1$g1$t1774357230$j46$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'U_EZKaIl9UCCIkUs.clYMwq8Jbk2ItGE7wgPCetYu30-1774357221-1.0.1.1-K6pihbBQ6XB268RR.ypvFkmKyThXN7N1D4w4d2PK3dkiGjZ4fGl6IX_NqHwihegbHFQKfaHqlhTKXnOeWokrSDiJQhbAN44UAvpMl1Shq6U', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': '10RzI_g.8w7EG9Qalcgs3vaKoUAYL7jpVJQzlEAAhsQ-1774357221648-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-24 13:00:33 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-24 13:00:33 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63n0h2v871189256za20gzb811692034zd811692034&_p=1774357215186&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=234282860.1774357216&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=103116026~103200004~115938466~115938468~116024733~117484252&uid=0&sid=1774357216&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=6&tfd=19410> (resource type: fetch)
2026-03-24 13:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:01:06 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 172MiB
2026-03-24 13:02:06 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 172MiB
2026-03-24 13:02:43 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.472(s), this was the 1st time calling it.
2026-03-24 13:02:43 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.5546737775655455 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:02:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:03:06 [scrapy.extensions.logstats] INFO: Crawled 1 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 172MiB
2026-03-24 13:03:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977181auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977181auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:12 [ecarstrade.de] INFO: Scrape type for 6977181auction110742: 0
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977182auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977182auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:12 [ecarstrade.de] INFO: Scrape type for 6977182auction110742: 0
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977184auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977184auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:12 [ecarstrade.de] INFO: Scrape type for 6977184auction110742: 0
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977186auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977186auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:12 [ecarstrade.de] INFO: Scrape type for 6977186auction110742: 0
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977188auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977188auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:12 [ecarstrade.de] INFO: Scrape type for 6977188auction110742: 0
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977190auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977190auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:12 [ecarstrade.de] INFO: Scrape type for 6977190auction110742: 0
2026-03-24 13:03:12 [ecarstrade.de] INFO: Found listing with ID: 6977191auction110742
2026-03-24 13:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977191auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977191auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977192auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977192auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977192auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977194auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977194auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977194auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977195auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977195auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977195auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977197auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977197auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977197auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977198auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977198auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977198auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977199auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977199auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977199auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977200auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977200auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977200auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977201auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977201auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977201auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977202auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977202auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977202auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977203auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977203auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977203auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977204auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977204auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977204auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977206auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977206auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977206auction110742: 0
2026-03-24 13:03:13 [ecarstrade.de] INFO: Found listing with ID: 6977208auction110742
2026-03-24 13:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13: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%276977208auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:13 [ecarstrade.de] INFO: Scrape type for 6977208auction110742: 0
2026-03-24 13:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:03:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977209auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977209auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977209auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977210auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977210auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977210auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977211auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977211auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977211auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977212auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977212auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977212auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977213auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977213auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977213auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977214auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977214auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977214auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977215auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977215auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977215auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977216auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977216auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977216auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977217auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977217auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977217auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977218auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977218auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977218auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977219auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977219auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977219auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977220auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977220auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977220auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977222auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977222auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977222auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977223auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977223auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977223auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977224auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977224auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977224auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977225auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977225auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977225auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977226auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977226auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977226auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977227auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977227auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977227auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977228auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977228auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977228auction110742: 0
2026-03-24 13:03:28 [ecarstrade.de] INFO: Found listing with ID: 6977229auction110742
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977229auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:28 [ecarstrade.de] INFO: Scrape type for 6977229auction110742: 0
2026-03-24 13:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:03:45 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:03:45 [ecarstrade.de] INFO: Found listing with ID: 6977231auction110742
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977231auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:45 [ecarstrade.de] INFO: Scrape type for 6977231auction110742: 0
2026-03-24 13:03:45 [ecarstrade.de] INFO: Found listing with ID: 6977233auction110742
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977233auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:45 [ecarstrade.de] INFO: Scrape type for 6977233auction110742: 0
2026-03-24 13:03:45 [ecarstrade.de] INFO: Found listing with ID: 6977235auction110742
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977235auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:45 [ecarstrade.de] INFO: Scrape type for 6977235auction110742: 0
2026-03-24 13:03:45 [ecarstrade.de] INFO: Found listing with ID: 6977236auction110742
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977236auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977236auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977237auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977237auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977237auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977239auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977239auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977239auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977242auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977242auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977242auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977243auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977243auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977243auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977244auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977244auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977244auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977245auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977245auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977245auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977246auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977246auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977246auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977247auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977247auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977247auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977248auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977248auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977248auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977249auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977249auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977249auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977250auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977250auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977250auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977251auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977251auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977251auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977252auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977252auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977252auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977253auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977253auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977253auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977254auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977254auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977254auction110742: 0
2026-03-24 13:03:46 [ecarstrade.de] INFO: Found listing with ID: 6977255auction110742
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977255auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:03:46 [ecarstrade.de] INFO: Scrape type for 6977255auction110742: 0
2026-03-24 13:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977256auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977256auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977256auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977257auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977257auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977257auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977258auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977258auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977258auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977260auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977260auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977260auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977261auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977261auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977261auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977262auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977262auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977262auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977263auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977263auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977263auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977264auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977264auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977264auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977265auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977265auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977265auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977266auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977266auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977266auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977267auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977267auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977267auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977268auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977268auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977268auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977269auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977269auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977269auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977270auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977270auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977270auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977271auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977271auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977271auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977272auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977272auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977272auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977273auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977273auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977273auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977274auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977274auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977274auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977275auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977275auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977275auction110742: 0
2026-03-24 13:04:00 [ecarstrade.de] INFO: Found listing with ID: 6977276auction110742
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977276auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:00 [ecarstrade.de] INFO: Scrape type for 6977276auction110742: 0
2026-03-24 13:04:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:04:06 [scrapy.extensions.logstats] INFO: Crawled 5 pages (at 4 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 210MiB
2026-03-24 13:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977278auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977278auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977278auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977279auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977279auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977279auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977280auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977280auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977280auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977281auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977281auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977281auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977282auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977282auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977282auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977283auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977283auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977283auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977284auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977284auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977284auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977285auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977285auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977285auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977286auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977286auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977286auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977287auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977287auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977287auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977288auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977288auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977288auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977289auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977289auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977289auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977290auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977290auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977290auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977291auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977291auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977291auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977292auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977292auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977292auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977293auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977293auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977293auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977294auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977294auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977294auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977295auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977295auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977295auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977296auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977296auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977296auction110742: 0
2026-03-24 13:04:27 [ecarstrade.de] INFO: Found listing with ID: 6977297auction110742
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977297auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:04:27 [ecarstrade.de] INFO: Scrape type for 6977297auction110742: 0
2026-03-24 13:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:05:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 214MiB
2026-03-24 13:06:06 [scrapy.extensions.logstats] INFO: Crawled 6 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 214MiB
2026-03-24 13:06:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:06:13 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:06:13 [ecarstrade.de] INFO: Found listing with ID: 6977304auction110742
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977304auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:13 [ecarstrade.de] INFO: Scrape type for 6977304auction110742: 0
2026-03-24 13:06:13 [ecarstrade.de] INFO: Found listing with ID: 6977305auction110742
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977305auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:13 [ecarstrade.de] INFO: Scrape type for 6977305auction110742: 0
2026-03-24 13:06:13 [ecarstrade.de] INFO: Found listing with ID: 6977307auction110742
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977307auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:13 [ecarstrade.de] INFO: Scrape type for 6977307auction110742: 0
2026-03-24 13:06:13 [ecarstrade.de] INFO: Found listing with ID: 6977309auction110742
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977309auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:13 [ecarstrade.de] INFO: Scrape type for 6977309auction110742: 0
2026-03-24 13:06:13 [ecarstrade.de] INFO: Found listing with ID: 6977310auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977310auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977310auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977312auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977312auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977312auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977314auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977314auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977314auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977315auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977315auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977315auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977317auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977317auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977317auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977319auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977319auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977319auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977321auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977321auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977321auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977323auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977323auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977323auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977324auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977324auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977324auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977326auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977326auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977326auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977328auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977328auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977328auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977329auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977329auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977329auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977330auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977330auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977330auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977333auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977333auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977333auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977335auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977335auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977335auction110742: 0
2026-03-24 13:06:14 [ecarstrade.de] INFO: Found listing with ID: 6977337auction110742
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977337auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:14 [ecarstrade.de] INFO: Scrape type for 6977337auction110742: 0
2026-03-24 13:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977338auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977338auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977338auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977339auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977339auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977339auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977341auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977341auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977341auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977342auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977342auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977342auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977343auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977343auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977343auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977344auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977344auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977344auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977345auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977345auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977345auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977346auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977346auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977346auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977347auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977347auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977347auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977348auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977348auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977348auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977349auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977349auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977349auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977351auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977351auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:22 [ecarstrade.de] INFO: Scrape type for 6977351auction110742: 0
2026-03-24 13:06:22 [ecarstrade.de] INFO: Found listing with ID: 6977352auction110742
2026-03-24 13:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977352auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977352auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977353auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977353auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977353auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977354auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977354auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977354auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977355auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977355auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977355auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977356auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977356auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977356auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977357auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977357auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977357auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977358auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977358auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977358auction110742: 0
2026-03-24 13:06:23 [ecarstrade.de] INFO: Found listing with ID: 6977359auction110742
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977359auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:06:23 [ecarstrade.de] INFO: Scrape type for 6977359auction110742: 0
2026-03-24 13:06:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:07:06 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 220MiB
2026-03-24 13:08:06 [scrapy.extensions.logstats] INFO: Crawled 8 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 220MiB
2026-03-24 13:08:33 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.705(s), this was the 1st time calling it.
2026-03-24 13:08:33 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 7.435220641669465 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:08:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:08:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977364auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977364auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977364auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977365auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977365auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977365auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977366auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977366auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977366auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977367auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977367auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977367auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977368auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977368auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977368auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977369auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977369auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977369auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977370auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977370auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977370auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977371auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977371auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977371auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977372auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977372auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977372auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977373auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977373auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977373auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977374auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977374auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977374auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977375auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977375auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977375auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977376auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977376auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977376auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977377auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977377auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977377auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977378auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977378auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977378auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977379auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977379auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977379auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977380auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977380auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977380auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977381auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977381auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977381auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977383auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977383auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977383auction110742: 0
2026-03-24 13:08:50 [ecarstrade.de] INFO: Found listing with ID: 6977384auction110742
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:08:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977384auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:08:50 [ecarstrade.de] INFO: Scrape type for 6977384auction110742: 0
2026-03-24 13:08:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:00 [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-24 13:09:00 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977385auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977385auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977385auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977386auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977386auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977386auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977387auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977387auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977387auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977388auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977388auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977388auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977389auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977389auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977389auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977390auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977390auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977390auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977391auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977391auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977391auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977392auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977392auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977392auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977393auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977393auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977393auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977394auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977394auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977394auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977395auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977395auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977395auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977396auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977396auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977396auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977397auction110742
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977397auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:00 [ecarstrade.de] INFO: Scrape type for 6977397auction110742: 0
2026-03-24 13:09:00 [ecarstrade.de] INFO: Found listing with ID: 6977398auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977398auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977398auction110742: 0
2026-03-24 13:09:01 [ecarstrade.de] INFO: Found listing with ID: 6977399auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977399auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977399auction110742: 0
2026-03-24 13:09:01 [ecarstrade.de] INFO: Found listing with ID: 6977400auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977400auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977400auction110742: 0
2026-03-24 13:09:01 [ecarstrade.de] INFO: Found listing with ID: 6977401auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977401auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977401auction110742: 0
2026-03-24 13:09:01 [ecarstrade.de] INFO: Found listing with ID: 6977402auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977402auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977402auction110742: 0
2026-03-24 13:09:01 [ecarstrade.de] INFO: Found listing with ID: 6977403auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977403auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977403auction110742: 0
2026-03-24 13:09:01 [ecarstrade.de] INFO: Found listing with ID: 6977404auction110742
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977404auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:01 [ecarstrade.de] INFO: Scrape type for 6977404auction110742: 0
2026-03-24 13:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:09:06 [scrapy.extensions.logstats] INFO: Crawled 10 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 237MiB
2026-03-24 13:09:24 [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-24 13:09:24 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977406auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977406auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977406auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977407auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977407auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977407auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977408auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977408auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977408auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977409auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977409auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977409auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977410auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977410auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977410auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977411auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977411auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977411auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977412auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977412auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977412auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977413auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977413auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977413auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977414auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977414auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977414auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977415auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977415auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977415auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977416auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977416auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977416auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977417auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977417auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977417auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977418auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977418auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977418auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977419auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977419auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977419auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977420auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977420auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977420auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977421auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977421auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977421auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977422auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977422auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977422auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977423auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977423auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977423auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977424auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977424auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977424auction110742: 0
2026-03-24 13:09:24 [ecarstrade.de] INFO: Found listing with ID: 6977425auction110742
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977425auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:09:24 [ecarstrade.de] INFO: Scrape type for 6977425auction110742: 0
2026-03-24 13:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:06 [scrapy.extensions.logstats] INFO: Crawled 11 pages (at 1 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 13:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 240MiB
2026-03-24 13:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6977427auction110742
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977427auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6977427auction110742: 0
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6977428auction110742
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977428auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6977428auction110742: 0
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6977429auction110742
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977429auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6977429auction110742: 0
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6977431auction110742
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276977431auction110742%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6977431auction110742: 0
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995056auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995056auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995056auction110952: 1
2026-03-24 13:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995053auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995053auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995053auction110952: 1
2026-03-24 13:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995020auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995020auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995020auction110952: 1
2026-03-24 13:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995059auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995059auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995059auction110952: 1
2026-03-24 13:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995081auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995081auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995081auction110952: 1
2026-03-24 13:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995021auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995021auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995021auction110952: 1
2026-03-24 13:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:09 [ecarstrade.de] INFO: Found listing with ID: 6995055auction110952
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995055auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:09 [ecarstrade.de] INFO: Scrape type for 6995055auction110952: 1
2026-03-24 13:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995028auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995028auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995028auction110952: 1
2026-03-24 13:10:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995022auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995022auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995022auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995031auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995031auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995031auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995050auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995050auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995050auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995067auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995067auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995067auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995019auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995019auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995019auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995054auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995054auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995054auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995047auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995047auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995047auction110952: 1
2026-03-24 13:10:10 [ecarstrade.de] INFO: Found listing with ID: 6995049auction110952
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995049auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:10 [ecarstrade.de] INFO: Scrape type for 6995049auction110952: 1
2026-03-24 13:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995081> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:16 [ecarstrade.de] INFO: Extracting details for car 6995081auction110952
2026-03-24 13:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 with identifier: 6995081auction110952
2026-03-24 13:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 with scrape type 1
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995081%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_001/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995081%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_002/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995081%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_003/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995081%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343022%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_004/780x0__r.jpg?hash=1774343022 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995081%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343022%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_005/780x0__r.jpg?hash=1774343022 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995081%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343022%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_006/780x0__r.jpg?hash=1774343022 not downloaded yet
2026-03-24 13:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995021> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:17 [ecarstrade.de] INFO: Extracting details for car 6995021auction110952
2026-03-24 13:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a16d2997-cb99-5cb1-b390-d3908f7f0cfc with identifier: 6995021auction110952
2026-03-24 13:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a16d2997-cb99-5cb1-b390-d3908f7f0cfc with scrape type 1
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995021%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342918%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_001/780x0__r.jpg?hash=1774342918 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995021%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342918%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_002/780x0__r.jpg?hash=1774342918 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995021%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342918%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_003/780x0__r.jpg?hash=1774342918 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995021%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342918%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_004/780x0__r.jpg?hash=1774342918 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995021%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342918%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_005/780x0__r.jpg?hash=1774342918 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995021%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342918%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_006/780x0__r.jpg?hash=1774342918 not downloaded yet
2026-03-24 13:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995056> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:17 [ecarstrade.de] INFO: Extracting details for car 6995056auction110952
2026-03-24 13:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 169dcfc5-ac45-5c35-be33-e82a90273104 with identifier: 6995056auction110952
2026-03-24 13:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 169dcfc5-ac45-5c35-be33-e82a90273104 with scrape type 1
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995056%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342978%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_001/780x0__r.jpg?hash=1774342978 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995056%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342979%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_002/780x0__r.jpg?hash=1774342979 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995056%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342978%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_003/780x0__r.jpg?hash=1774342978 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995056%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342979%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_004/780x0__r.jpg?hash=1774342979 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995056%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342979%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_005/780x0__r.jpg?hash=1774342979 not downloaded yet
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995056%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342979%27 HTTP/1.1" 200 None
2026-03-24 13:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_006/780x0__r.jpg?hash=1774342979 not downloaded yet
2026-03-24 13:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995055> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:18 [ecarstrade.de] INFO: Extracting details for car 6995055auction110952
2026-03-24 13:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 with identifier: 6995055auction110952
2026-03-24 13:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 with scrape type 1
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995055%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342976%27 HTTP/1.1" 200 None
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_001/780x0__r.jpg?hash=1774342976 not downloaded yet
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995055%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342976%27 HTTP/1.1" 200 None
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_002/780x0__r.jpg?hash=1774342976 not downloaded yet
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995055%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342976%27 HTTP/1.1" 200 None
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_003/780x0__r.jpg?hash=1774342976 not downloaded yet
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995055%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342977%27 HTTP/1.1" 200 None
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_004/780x0__r.jpg?hash=1774342977 not downloaded yet
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995055%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342977%27 HTTP/1.1" 200 None
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_005/780x0__r.jpg?hash=1774342977 not downloaded yet
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995055%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342976%27 HTTP/1.1" 200 None
2026-03-24 13:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_006/780x0__r.jpg?hash=1774342976 not downloaded yet
2026-03-24 13:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995031> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:25 [ecarstrade.de] INFO: Extracting details for car 6995031auction110952
2026-03-24 13:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5f1d5ec-af01-57cc-bf72-3fed806537be with identifier: 6995031auction110952
2026-03-24 13:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5f1d5ec-af01-57cc-bf72-3fed806537be with scrape type 1
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item c5f1d5ec-af01-57cc-bf72-3fed806537be
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995031%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342934%27 HTTP/1.1" 200 None
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995031/photo_001/780x0__r.jpg?hash=1774342934 not downloaded yet
2026-03-24 13:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995028> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:25 [ecarstrade.de] INFO: Extracting details for car 6995028auction110952
2026-03-24 13:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8bc0f95-11e4-5901-b766-1643b47df004 with identifier: 6995028auction110952
2026-03-24 13:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8bc0f95-11e4-5901-b766-1643b47df004 with scrape type 1
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995028%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342932%27 HTTP/1.1" 200 None
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_001/780x0__r.jpg?hash=1774342932 not downloaded yet
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995028%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342932%27 HTTP/1.1" 200 None
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_002/780x0__r.jpg?hash=1774342932 not downloaded yet
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995028%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342932%27 HTTP/1.1" 200 None
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_003/780x0__r.jpg?hash=1774342932 not downloaded yet
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995028%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342932%27 HTTP/1.1" 200 None
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_004/780x0__r.jpg?hash=1774342932 not downloaded yet
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995028%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342932%27 HTTP/1.1" 200 None
2026-03-24 13:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_005/780x0__r.jpg?hash=1774342932 not downloaded yet
2026-03-24 13:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995028%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342932%27 HTTP/1.1" 200 None
2026-03-24 13:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_006/780x0__r.jpg?hash=1774342932 not downloaded yet
2026-03-24 13:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995050> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:31 [ecarstrade.de] INFO: Extracting details for car 6995050auction110952
2026-03-24 13:10:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3179db18-30ac-5c46-9729-cd9f88ba7430 with identifier: 6995050auction110952
2026-03-24 13:10:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3179db18-30ac-5c46-9729-cd9f88ba7430 with scrape type 1
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995050%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342966%27 HTTP/1.1" 200 None
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_001/780x0__r.jpg?hash=1774342966 not downloaded yet
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995050%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342966%27 HTTP/1.1" 200 None
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_002/780x0__r.jpg?hash=1774342966 not downloaded yet
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995050%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342966%27 HTTP/1.1" 200 None
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_003/780x0__r.jpg?hash=1774342966 not downloaded yet
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995050%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342966%27 HTTP/1.1" 200 None
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_004/780x0__r.jpg?hash=1774342966 not downloaded yet
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995050%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342966%27 HTTP/1.1" 200 None
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_005/780x0__r.jpg?hash=1774342966 not downloaded yet
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995050%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342966%27 HTTP/1.1" 200 None
2026-03-24 13:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_006/780x0__r.jpg?hash=1774342966 not downloaded yet
2026-03-24 13:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995053> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:33 [ecarstrade.de] INFO: Extracting details for car 6995053auction110952
2026-03-24 13:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 186f9c2b-4253-5d72-9532-d68477c99e93 with identifier: 6995053auction110952
2026-03-24 13:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 186f9c2b-4253-5d72-9532-d68477c99e93 with scrape type 1
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995053%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342972%27 HTTP/1.1" 200 None
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_001/780x0__r.jpg?hash=1774342972 not downloaded yet
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995053%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342972%27 HTTP/1.1" 200 None
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_002/780x0__r.jpg?hash=1774342972 not downloaded yet
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995053%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342972%27 HTTP/1.1" 200 None
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_003/780x0__r.jpg?hash=1774342972 not downloaded yet
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995053%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342973%27 HTTP/1.1" 200 None
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_004/780x0__r.jpg?hash=1774342973 not downloaded yet
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995053%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342973%27 HTTP/1.1" 200 None
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_005/780x0__r.jpg?hash=1774342973 not downloaded yet
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995053%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342972%27 HTTP/1.1" 200 None
2026-03-24 13:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_006/780x0__r.jpg?hash=1774342972 not downloaded yet
2026-03-24 13:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995029auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995029auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995029auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995041auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995041auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995041auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995052auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995052auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995052auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995078auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995078auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995078auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995024auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995024auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995024auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995027auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995027auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995027auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995037auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995037auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995037auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995082auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995082auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995082auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995017auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995017auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995017auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995071auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995071auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995071auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995025auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995025auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995025auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995045auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995045auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995045auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995072auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995072auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995072auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995026auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995026auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995026auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995051auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995051auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995051auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995018auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995018auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995018auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995058auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995058auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995058auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995077auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995077auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995077auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995038auction110952
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995038auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:34 [ecarstrade.de] INFO: Scrape type for 6995038auction110952: 1
2026-03-24 13:10:34 [ecarstrade.de] INFO: Found listing with ID: 6995043auction110952
2026-03-24 13:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995043auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:35 [ecarstrade.de] INFO: Scrape type for 6995043auction110952: 1
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995022> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:36 [ecarstrade.de] INFO: Extracting details for car 6995022auction110952
2026-03-24 13:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 with identifier: 6995022auction110952
2026-03-24 13:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 with scrape type 1
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995022%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342919%27 HTTP/1.1" 200 None
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_001/780x0__r.jpg?hash=1774342919 not downloaded yet
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995022%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342920%27 HTTP/1.1" 200 None
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_002/780x0__r.jpg?hash=1774342920 not downloaded yet
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995022%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342920%27 HTTP/1.1" 200 None
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_003/780x0__r.jpg?hash=1774342920 not downloaded yet
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995022%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342919%27 HTTP/1.1" 200 None
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_004/780x0__r.jpg?hash=1774342919 not downloaded yet
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_006/780x0__r.jpg?hash=1774343022> (referer: https://ecarstrade.com/cars/6995081)
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995022%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342919%27 HTTP/1.1" 200 None
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_005/780x0__r.jpg?hash=1774342919 not downloaded yet
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995022%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342920%27 HTTP/1.1" 200 None
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_006/780x0__r.jpg?hash=1774342920 not downloaded yet
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_006/780x0__r.jpg?hash=1774342918> (referer: https://ecarstrade.com/cars/6995021)
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_006/780x0__r.jpg?hash=1774342979> (referer: https://ecarstrade.com/cars/6995056)
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_006/780x0__r.jpg?hash=1774342976> (referer: https://ecarstrade.com/cars/6995055)
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995031/photo_001/780x0__r.jpg?hash=1774342934> (referer: https://ecarstrade.com/cars/6995031)
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_006/780x0__r.jpg?hash=1774342932> (referer: https://ecarstrade.com/cars/6995028)
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_006/780x0__r.jpg?hash=1774342966> (referer: https://ecarstrade.com/cars/6995050)
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c5f1d5ec-af01-57cc-bf72-3fed806537be
2026-03-24 13:10:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c5f1d5ec-af01-57cc-bf72-3fed806537be, skipping ID generation
2026-03-24 13:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5f1d5ec-af01-57cc-bf72-3fed806537be with scrape type 1
2026-03-24 13:10:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c5f1d5ec-af01-57cc-bf72-3fed806537be sending to next pipeline
2026-03-24 13:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c5f1d5ec-af01-57cc-bf72-3fed806537be, identifier: 6995031auction110952
2026-03-24 13:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c5f1d5ec-af01-57cc-bf72-3fed806537be with identifier: 6995031auction110952
2026-03-24 13:10:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:10:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c5f1d5ec-af01-57cc-bf72-3fed806537be with identifier: 6995031auction110952
2026-03-24 13:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c5f1d5ec-af01-57cc-bf72-3fed806537be with identifier: 6995031auction110952 to the API
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995031/photo_001/780x0__r.jpg?hash=1774342934>
{'auction_title': '',
'c_o_2_emission_value': 180,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'c5f1d5ec-af01-57cc-bf72-3fed806537be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995031',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': 'X3',
'odometer': 44428,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 xDrive30d Aut. Advantage 5d 195kW',
'transmission': 'automatic',
'trim': 'xDrive30d Aut. Advantage 5d 195kW',
'vin': None,
'year': 2019}
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995031auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:37 [ecarstrade.de] INFO: Saving data for 6995031auction110952: {'created_time': 1774357837.962837, 'last_price_update_time': 1774357837.962854, 'auction_closing_time': 1774431600.0}
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995031auction110952') HTTP/1.1" 204 0
2026-03-24 13:10:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_006/780x0__r.jpg?hash=1774342972> (referer: https://ecarstrade.com/cars/6995053)
2026-03-24 13:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995067> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_004/780x0__r.jpg?hash=1774342919> (referer: https://ecarstrade.com/cars/6995022)
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_006/780x0__r.jpg?hash=1774342920> (referer: https://ecarstrade.com/cars/6995022)
2026-03-24 13:10:42 [ecarstrade.de] INFO: Extracting details for car 6995067auction110952
2026-03-24 13:10:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8711de79-de06-51ea-8691-dda21d8289d8 with identifier: 6995067auction110952
2026-03-24 13:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8711de79-de06-51ea-8691-dda21d8289d8 with scrape type 1
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995067%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342999%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_001/780x0__r.jpg?hash=1774342999 not downloaded yet
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_005/780x0__r.jpg?hash=1774342919> (referer: https://ecarstrade.com/cars/6995022)
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995067%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343000%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_002/780x0__r.jpg?hash=1774343000 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995067%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343000%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_003/780x0__r.jpg?hash=1774343000 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995067%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343000%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_004/780x0__r.jpg?hash=1774343000 not downloaded yet
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_003/780x0__r.jpg?hash=1774342920> (referer: https://ecarstrade.com/cars/6995022)
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995067%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343000%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_005/780x0__r.jpg?hash=1774343000 not downloaded yet
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995067%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343000%27 HTTP/1.1" 200 None
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_006/780x0__r.jpg?hash=1774343000 not downloaded yet
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_002/780x0__r.jpg?hash=1774342920> (referer: https://ecarstrade.com/cars/6995022)
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_001/780x0__r.jpg?hash=1774342919> (referer: https://ecarstrade.com/cars/6995022)
2026-03-24 13:10:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8
2026-03-24 13:10:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06ed3c58-66b2-5709-bb6e-bafa01bf90f8, skipping ID generation
2026-03-24 13:10:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 with scrape type 1
2026-03-24 13:10:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 sending to next pipeline
2026-03-24 13:10:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 06ed3c58-66b2-5709-bb6e-bafa01bf90f8, identifier: 6995022auction110952
2026-03-24 13:10:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 with identifier: 6995022auction110952
2026-03-24 13:10:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:10:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:10:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 with identifier: 6995022auction110952
2026-03-24 13:10:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 06ed3c58-66b2-5709-bb6e-bafa01bf90f8 with identifier: 6995022auction110952 to the API
2026-03-24 13:10:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:10: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-24 13:10:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995022/photo_001/780x0__r.jpg?hash=1774342919>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '06ed3c58-66b2-5709-bb6e-bafa01bf90f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995022',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'BMW',
'model': '520',
'odometer': 78892,
'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 520 d M Sport 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d M Sport 2.0 140KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995022auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:10:45 [ecarstrade.de] INFO: Saving data for 6995022auction110952: {'created_time': 1774357845.634212, 'last_price_update_time': 1774357845.634222, 'auction_closing_time': 1774431600.0}
2026-03-24 13:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995022auction110952') HTTP/1.1" 204 0
2026-03-24 13:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995054> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:46 [ecarstrade.de] INFO: Extracting details for car 6995054auction110952
2026-03-24 13:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 462119ff-91b4-5c7e-bf6f-d1de03e5feba with identifier: 6995054auction110952
2026-03-24 13:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 462119ff-91b4-5c7e-bf6f-d1de03e5feba with scrape type 1
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995054%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342974%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_001/780x0__r.jpg?hash=1774342974 not downloaded yet
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995054%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342974%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_002/780x0__r.jpg?hash=1774342974 not downloaded yet
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995054%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342974%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_003/780x0__r.jpg?hash=1774342974 not downloaded yet
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995054%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342974%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_004/780x0__r.jpg?hash=1774342974 not downloaded yet
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995054%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342974%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_005/780x0__r.jpg?hash=1774342974 not downloaded yet
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995054%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342974%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_006/780x0__r.jpg?hash=1774342974 not downloaded yet
2026-03-24 13:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995047> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:46 [ecarstrade.de] INFO: Extracting details for car 6995047auction110952
2026-03-24 13:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 with identifier: 6995047auction110952
2026-03-24 13:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 with scrape type 1
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995047%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342962%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_001/780x0__r.jpg?hash=1774342962 not downloaded yet
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995047%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342962%27 HTTP/1.1" 200 None
2026-03-24 13:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_002/780x0__r.jpg?hash=1774342962 not downloaded yet
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995047%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342962%27 HTTP/1.1" 200 None
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_003/780x0__r.jpg?hash=1774342962 not downloaded yet
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995047%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342962%27 HTTP/1.1" 200 None
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_004/780x0__r.jpg?hash=1774342962 not downloaded yet
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995047%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342962%27 HTTP/1.1" 200 None
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_005/780x0__r.jpg?hash=1774342962 not downloaded yet
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995047%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342962%27 HTTP/1.1" 200 None
2026-03-24 13:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_006/780x0__r.jpg?hash=1774342962 not downloaded yet
2026-03-24 13:10:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995077> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:10:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:10:55 [ecarstrade.de] INFO: Extracting details for car 6995077auction110952
2026-03-24 13:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9654102-5c4a-54a0-8cba-66a7ae18ecfd with identifier: 6995077auction110952
2026-03-24 13:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9654102-5c4a-54a0-8cba-66a7ae18ecfd with scrape type 1
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995077%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343016%27 HTTP/1.1" 200 None
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_001/780x0__r.jpg?hash=1774343016 not downloaded yet
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995077%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343016%27 HTTP/1.1" 200 None
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_002/780x0__r.jpg?hash=1774343016 not downloaded yet
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995077%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343016%27 HTTP/1.1" 200 None
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_003/780x0__r.jpg?hash=1774343016 not downloaded yet
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995077%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343016%27 HTTP/1.1" 200 None
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_004/780x0__r.jpg?hash=1774343016 not downloaded yet
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995077%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343017%27 HTTP/1.1" 200 None
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_005/780x0__r.jpg?hash=1774343017 not downloaded yet
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995077%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343016%27 HTTP/1.1" 200 None
2026-03-24 13:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_006/780x0__r.jpg?hash=1774343016 not downloaded yet
2026-03-24 13:11:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995018> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:04 [ecarstrade.de] INFO: Extracting details for car 6995018auction110952
2026-03-24 13:11:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f8f4239-8385-5917-b30a-8bf58f795daa with identifier: 6995018auction110952
2026-03-24 13:11:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f8f4239-8385-5917-b30a-8bf58f795daa with scrape type 1
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995018%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342915%27 HTTP/1.1" 200 None
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_001/780x0__r.jpg?hash=1774342915 not downloaded yet
2026-03-24 13:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995018%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_002/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995018%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_003/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995018%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342914%27 HTTP/1.1" 200 None
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_004/780x0__r.jpg?hash=1774342914 not downloaded yet
2026-03-24 13:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995018%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342914%27 HTTP/1.1" 200 None
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_005/780x0__r.jpg?hash=1774342914 not downloaded yet
2026-03-24 13:11:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995018%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342914%27 HTTP/1.1" 200 None
2026-03-24 13:11:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_006/780x0__r.jpg?hash=1774342914 not downloaded yet
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995058> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_001/780x0__r.jpg?hash=1774342999> (referer: https://ecarstrade.com/cars/6995067)
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_004/780x0__r.jpg?hash=1774343000> (referer: https://ecarstrade.com/cars/6995067)
2026-03-24 13:11:05 [ecarstrade.de] INFO: Extracting details for car 6995058auction110952
2026-03-24 13:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c85dad-73bb-5446-89bf-9485789bcede with identifier: 6995058auction110952
2026-03-24 13:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c85dad-73bb-5446-89bf-9485789bcede with scrape type 1
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995058%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342981%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_001/780x0__r.jpg?hash=1774342981 not downloaded yet
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_006/780x0__r.jpg?hash=1774343000> (referer: https://ecarstrade.com/cars/6995067)
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995058%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342981%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_002/780x0__r.jpg?hash=1774342981 not downloaded yet
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995058%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342981%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_003/780x0__r.jpg?hash=1774342981 not downloaded yet
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995058%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342981%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_004/780x0__r.jpg?hash=1774342981 not downloaded yet
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995058%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342982%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_005/780x0__r.jpg?hash=1774342982 not downloaded yet
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_005/780x0__r.jpg?hash=1774343000> (referer: https://ecarstrade.com/cars/6995067)
2026-03-24 13:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995058%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342982%27 HTTP/1.1" 200 None
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_006/780x0__r.jpg?hash=1774342982 not downloaded yet
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_003/780x0__r.jpg?hash=1774343000> (referer: https://ecarstrade.com/cars/6995067)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_006/780x0__r.jpg?hash=1774342974> (referer: https://ecarstrade.com/cars/6995054)
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_006/780x0__r.jpg?hash=1774342962> (referer: https://ecarstrade.com/cars/6995047)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_006/780x0__r.jpg?hash=1774343016> (referer: https://ecarstrade.com/cars/6995077)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_006/780x0__r.jpg?hash=1774342914> (referer: https://ecarstrade.com/cars/6995018)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_005/780x0__r.jpg?hash=1774342914> (referer: https://ecarstrade.com/cars/6995018)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_004/780x0__r.jpg?hash=1774342914> (referer: https://ecarstrade.com/cars/6995018)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_001/780x0__r.jpg?hash=1774342981> (referer: https://ecarstrade.com/cars/6995058)
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_004/780x0__r.jpg?hash=1774342981> (referer: https://ecarstrade.com/cars/6995058)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_006/780x0__r.jpg?hash=1774342982> (referer: https://ecarstrade.com/cars/6995058)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_005/780x0__r.jpg?hash=1774342982> (referer: https://ecarstrade.com/cars/6995058)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_003/780x0__r.jpg?hash=1774342981> (referer: https://ecarstrade.com/cars/6995058)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_002/780x0__r.jpg?hash=1774342981> (referer: https://ecarstrade.com/cars/6995058)
2026-03-24 13:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_003/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995018)
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_002/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995018)
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 98c85dad-73bb-5446-89bf-9485789bcede
2026-03-24 13:11:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 98c85dad-73bb-5446-89bf-9485789bcede, skipping ID generation
2026-03-24 13:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c85dad-73bb-5446-89bf-9485789bcede with scrape type 1
2026-03-24 13:11:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 98c85dad-73bb-5446-89bf-9485789bcede sending to next pipeline
2026-03-24 13:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 98c85dad-73bb-5446-89bf-9485789bcede, identifier: 6995058auction110952
2026-03-24 13:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 98c85dad-73bb-5446-89bf-9485789bcede with identifier: 6995058auction110952
2026-03-24 13:11:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 98c85dad-73bb-5446-89bf-9485789bcede with identifier: 6995058auction110952
2026-03-24 13:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 98c85dad-73bb-5446-89bf-9485789bcede with identifier: 6995058auction110952 to the API
2026-03-24 13:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995058/photo_002/780x0__r.jpg?hash=1774342981>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '98c85dad-73bb-5446-89bf-9485789bcede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995058',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 129630,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 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-24 13:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995058auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:07 [ecarstrade.de] INFO: Saving data for 6995058auction110952: {'created_time': 1774357867.570154, 'last_price_update_time': 1774357867.570172, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995058auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:07 [scrapy.extensions.logstats] INFO: Crawled 30 pages (at 19 pages/min), scraped 3 items (at 3 items/min)
2026-03-24 13:11:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_001/780x0__r.jpg?hash=1774342915> (referer: https://ecarstrade.com/cars/6995018)
2026-03-24 13:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_005/780x0__r.jpg?hash=1774343017> (referer: https://ecarstrade.com/cars/6995077)
2026-03-24 13:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_004/780x0__r.jpg?hash=1774343016> (referer: https://ecarstrade.com/cars/6995077)
2026-03-24 13:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3f8f4239-8385-5917-b30a-8bf58f795daa
2026-03-24 13:11:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f8f4239-8385-5917-b30a-8bf58f795daa, skipping ID generation
2026-03-24 13:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f8f4239-8385-5917-b30a-8bf58f795daa with scrape type 1
2026-03-24 13:11:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f8f4239-8385-5917-b30a-8bf58f795daa sending to next pipeline
2026-03-24 13:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3f8f4239-8385-5917-b30a-8bf58f795daa, identifier: 6995018auction110952
2026-03-24 13:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3f8f4239-8385-5917-b30a-8bf58f795daa with identifier: 6995018auction110952
2026-03-24 13:11:07 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3f8f4239-8385-5917-b30a-8bf58f795daa with identifier: 6995018auction110952
2026-03-24 13:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3f8f4239-8385-5917-b30a-8bf58f795daa with identifier: 6995018auction110952 to the API
2026-03-24 13:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995018/photo_001/780x0__r.jpg?hash=1774342915>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '3f8f4239-8385-5917-b30a-8bf58f795daa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995018',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Audi',
'model': 'A4',
'odometer': 159680,
'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': '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': 2023}
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995018auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:09 [ecarstrade.de] INFO: Saving data for 6995018auction110952: {'created_time': 1774357869.44509, 'last_price_update_time': 1774357869.445104, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995018auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_003/780x0__r.jpg?hash=1774343016> (referer: https://ecarstrade.com/cars/6995077)
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_002/780x0__r.jpg?hash=1774343016> (referer: https://ecarstrade.com/cars/6995077)
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_001/780x0__r.jpg?hash=1774343016> (referer: https://ecarstrade.com/cars/6995077)
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_005/780x0__r.jpg?hash=1774342962> (referer: https://ecarstrade.com/cars/6995047)
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_004/780x0__r.jpg?hash=1774342962> (referer: https://ecarstrade.com/cars/6995047)
2026-03-24 13:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_003/780x0__r.jpg?hash=1774342962> (referer: https://ecarstrade.com/cars/6995047)
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d9654102-5c4a-54a0-8cba-66a7ae18ecfd
2026-03-24 13:11:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d9654102-5c4a-54a0-8cba-66a7ae18ecfd, skipping ID generation
2026-03-24 13:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9654102-5c4a-54a0-8cba-66a7ae18ecfd with scrape type 1
2026-03-24 13:11:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d9654102-5c4a-54a0-8cba-66a7ae18ecfd sending to next pipeline
2026-03-24 13:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d9654102-5c4a-54a0-8cba-66a7ae18ecfd, identifier: 6995077auction110952
2026-03-24 13:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d9654102-5c4a-54a0-8cba-66a7ae18ecfd with identifier: 6995077auction110952
2026-03-24 13:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d9654102-5c4a-54a0-8cba-66a7ae18ecfd with identifier: 6995077auction110952
2026-03-24 13:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d9654102-5c4a-54a0-8cba-66a7ae18ecfd with identifier: 6995077auction110952 to the API
2026-03-24 13:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995077/photo_001/780x0__r.jpg?hash=1774343016>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'd9654102-5c4a-54a0-8cba-66a7ae18ecfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995077',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 123038,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': '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-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995077auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:11 [ecarstrade.de] INFO: Saving data for 6995077auction110952: {'created_time': 1774357871.823428, 'last_price_update_time': 1774357871.82344, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995077auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_002/780x0__r.jpg?hash=1774342962> (referer: https://ecarstrade.com/cars/6995047)
2026-03-24 13:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995051> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_001/780x0__r.jpg?hash=1774342962> (referer: https://ecarstrade.com/cars/6995047)
2026-03-24 13:11:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_004/780x0__r.jpg?hash=1774342974> (referer: https://ecarstrade.com/cars/6995054)
2026-03-24 13:11:11 [ecarstrade.de] INFO: Extracting details for car 6995051auction110952
2026-03-24 13:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 814a19b0-4e79-583f-b27d-21e90c933a96 with identifier: 6995051auction110952
2026-03-24 13:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 814a19b0-4e79-583f-b27d-21e90c933a96 with scrape type 1
2026-03-24 13:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995051%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342968%27 HTTP/1.1" 200 None
2026-03-24 13:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_001/780x0__r.jpg?hash=1774342968 not downloaded yet
2026-03-24 13:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_003/780x0__r.jpg?hash=1774342974> (referer: https://ecarstrade.com/cars/6995054)
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995051%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342968%27 HTTP/1.1" 200 None
2026-03-24 13:11:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_002/780x0__r.jpg?hash=1774342968 not downloaded yet
2026-03-24 13:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_005/780x0__r.jpg?hash=1774342974> (referer: https://ecarstrade.com/cars/6995054)
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995051%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342968%27 HTTP/1.1" 200 None
2026-03-24 13:11:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_003/780x0__r.jpg?hash=1774342968 not downloaded yet
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995051%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342969%27 HTTP/1.1" 200 None
2026-03-24 13:11:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_004/780x0__r.jpg?hash=1774342969 not downloaded yet
2026-03-24 13:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5
2026-03-24 13:11:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5, skipping ID generation
2026-03-24 13:11:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 with scrape type 1
2026-03-24 13:11:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 sending to next pipeline
2026-03-24 13:11:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5, identifier: 6995047auction110952
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995051%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342968%27 HTTP/1.1" 200 None
2026-03-24 13:11:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_005/780x0__r.jpg?hash=1774342968 not downloaded yet
2026-03-24 13:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 with identifier: 6995047auction110952
2026-03-24 13:11:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 with identifier: 6995047auction110952
2026-03-24 13:11:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5 with identifier: 6995047auction110952 to the API
2026-03-24 13:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995047/photo_001/780x0__r.jpg?hash=1774342962>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'fa7f5baf-1c6c-5c03-9e7c-6e1ac4889eb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995047',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 83224,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-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-24 13:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995047auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:13 [ecarstrade.de] INFO: Saving data for 6995047auction110952: {'created_time': 1774357873.909937, 'last_price_update_time': 1774357873.909951, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995047auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:11:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_002/780x0__r.jpg?hash=1774342974> (referer: https://ecarstrade.com/cars/6995054)
2026-03-24 13:11:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_001/780x0__r.jpg?hash=1774342974> (referer: https://ecarstrade.com/cars/6995054)
2026-03-24 13:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995051%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342968%27 HTTP/1.1" 200 None
2026-03-24 13:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_006/780x0__r.jpg?hash=1774342968 not downloaded yet
2026-03-24 13:11:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_002/780x0__r.jpg?hash=1774343000> (referer: https://ecarstrade.com/cars/6995067)
2026-03-24 13:11:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:11:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 462119ff-91b4-5c7e-bf6f-d1de03e5feba
2026-03-24 13:11:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 462119ff-91b4-5c7e-bf6f-d1de03e5feba, skipping ID generation
2026-03-24 13:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 462119ff-91b4-5c7e-bf6f-d1de03e5feba with scrape type 1
2026-03-24 13:11:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 462119ff-91b4-5c7e-bf6f-d1de03e5feba sending to next pipeline
2026-03-24 13:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 462119ff-91b4-5c7e-bf6f-d1de03e5feba, identifier: 6995054auction110952
2026-03-24 13:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 462119ff-91b4-5c7e-bf6f-d1de03e5feba with identifier: 6995054auction110952
2026-03-24 13:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 462119ff-91b4-5c7e-bf6f-d1de03e5feba with identifier: 6995054auction110952
2026-03-24 13:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 462119ff-91b4-5c7e-bf6f-d1de03e5feba with identifier: 6995054auction110952 to the API
2026-03-24 13:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995054/photo_001/780x0__r.jpg?hash=1774342974>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '462119ff-91b4-5c7e-bf6f-d1de03e5feba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995054',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'E 220',
'odometer': 97336,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'E -Klasse T-Modell E 220 d (213.204)Avantgarde 143KW AT9 E6d',
'transmission': 'automatic',
'trim': 'E -Klasse T-Modell d (213.204)Avantgarde 143KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995054auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:15 [ecarstrade.de] INFO: Saving data for 6995054auction110952: {'created_time': 1774357875.745668, 'last_price_update_time': 1774357875.745681, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995054auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8711de79-de06-51ea-8691-dda21d8289d8
2026-03-24 13:11:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8711de79-de06-51ea-8691-dda21d8289d8, skipping ID generation
2026-03-24 13:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8711de79-de06-51ea-8691-dda21d8289d8 with scrape type 1
2026-03-24 13:11:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8711de79-de06-51ea-8691-dda21d8289d8 sending to next pipeline
2026-03-24 13:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8711de79-de06-51ea-8691-dda21d8289d8, identifier: 6995067auction110952
2026-03-24 13:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8711de79-de06-51ea-8691-dda21d8289d8 with identifier: 6995067auction110952
2026-03-24 13:11:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8711de79-de06-51ea-8691-dda21d8289d8 with identifier: 6995067auction110952
2026-03-24 13:11:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8711de79-de06-51ea-8691-dda21d8289d8 with identifier: 6995067auction110952 to the API
2026-03-24 13:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995067/photo_002/780x0__r.jpg?hash=1774343000>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '8711de79-de06-51ea-8691-dda21d8289d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995067',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 106395,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kodiaq Sportline 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Sportline 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995067auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:17 [ecarstrade.de] INFO: Saving data for 6995067auction110952: {'created_time': 1774357877.527536, 'last_price_update_time': 1774357877.527549, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995067auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995026> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:28 [ecarstrade.de] INFO: Extracting details for car 6995026auction110952
2026-03-24 13:11:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73fc0025-bf8a-5a15-9445-ca49d185e1f8 with identifier: 6995026auction110952
2026-03-24 13:11:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fc0025-bf8a-5a15-9445-ca49d185e1f8 with scrape type 1
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995026%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342925%27 HTTP/1.1" 200 None
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_001/780x0__r.jpg?hash=1774342925 not downloaded yet
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995026%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342926%27 HTTP/1.1" 200 None
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_002/780x0__r.jpg?hash=1774342926 not downloaded yet
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995026%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342925%27 HTTP/1.1" 200 None
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_003/780x0__r.jpg?hash=1774342925 not downloaded yet
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995026%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342925%27 HTTP/1.1" 200 None
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_004/780x0__r.jpg?hash=1774342925 not downloaded yet
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995026%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342926%27 HTTP/1.1" 200 None
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_005/780x0__r.jpg?hash=1774342926 not downloaded yet
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995026%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342925%27 HTTP/1.1" 200 None
2026-03-24 13:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_006/780x0__r.jpg?hash=1774342925 not downloaded yet
2026-03-24 13:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995072> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:30 [ecarstrade.de] INFO: Extracting details for car 6995072auction110952
2026-03-24 13:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 585b8e58-9e18-57f8-bf47-22c91ff17a44 with identifier: 6995072auction110952
2026-03-24 13:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 585b8e58-9e18-57f8-bf47-22c91ff17a44 with scrape type 1
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995072%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_001/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995072%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_002/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995072%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_003/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995072%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_004/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995072%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_005/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995072%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343010%27 HTTP/1.1" 200 None
2026-03-24 13:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_006/780x0__r.jpg?hash=1774343010 not downloaded yet
2026-03-24 13:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995045> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:43 [ecarstrade.de] INFO: Extracting details for car 6995045auction110952
2026-03-24 13:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a5027b-46f4-5700-97d1-50051899730c with identifier: 6995045auction110952
2026-03-24 13:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a5027b-46f4-5700-97d1-50051899730c with scrape type 1
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995045%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342959%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_001/780x0__r.jpg?hash=1774342959 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995045%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342959%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_002/780x0__r.jpg?hash=1774342959 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995045%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342959%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_003/780x0__r.jpg?hash=1774342959 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995045%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_004/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995045%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342959%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_005/780x0__r.jpg?hash=1774342959 not downloaded yet
2026-03-24 13:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995045%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_006/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995071> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_001/780x0__r.jpg?hash=1774342968> (referer: https://ecarstrade.com/cars/6995051)
2026-03-24 13:11:50 [ecarstrade.de] INFO: Extracting details for car 6995071auction110952
2026-03-24 13:11:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 with identifier: 6995071auction110952
2026-03-24 13:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 with scrape type 1
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995071%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_001/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_002/780x0__r.jpg?hash=1774342968> (referer: https://ecarstrade.com/cars/6995051)
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995071%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_002/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995071%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_003/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995071%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_004/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_005/780x0__r.jpg?hash=1774342968> (referer: https://ecarstrade.com/cars/6995051)
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995071%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_005/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11: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%252F6990001-7000000%252F6995071%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343008%27 HTTP/1.1" 200 None
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_006/780x0__r.jpg?hash=1774343008 not downloaded yet
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_004/780x0__r.jpg?hash=1774342969> (referer: https://ecarstrade.com/cars/6995051)
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_006/780x0__r.jpg?hash=1774342968> (referer: https://ecarstrade.com/cars/6995051)
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_003/780x0__r.jpg?hash=1774342968> (referer: https://ecarstrade.com/cars/6995051)
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_006/780x0__r.jpg?hash=1774342925> (referer: https://ecarstrade.com/cars/6995026)
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_006/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995072)
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 814a19b0-4e79-583f-b27d-21e90c933a96
2026-03-24 13:11:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 814a19b0-4e79-583f-b27d-21e90c933a96, skipping ID generation
2026-03-24 13:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 814a19b0-4e79-583f-b27d-21e90c933a96 with scrape type 1
2026-03-24 13:11:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 814a19b0-4e79-583f-b27d-21e90c933a96 sending to next pipeline
2026-03-24 13:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 814a19b0-4e79-583f-b27d-21e90c933a96, identifier: 6995051auction110952
2026-03-24 13:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 814a19b0-4e79-583f-b27d-21e90c933a96 with identifier: 6995051auction110952
2026-03-24 13:11:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 814a19b0-4e79-583f-b27d-21e90c933a96 with identifier: 6995051auction110952
2026-03-24 13:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 814a19b0-4e79-583f-b27d-21e90c933a96 with identifier: 6995051auction110952 to the API
2026-03-24 13:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995051/photo_003/780x0__r.jpg?hash=1774342968>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Other',
'id': '814a19b0-4e79-583f-b27d-21e90c933a96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995051',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 97225,
'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': 'CLA -Klasse Shooting Brake CLA 250 e (118.686) 1.3 160KW AT8 E6d',
'transmission': 'automatic',
'trim': 'CLA -Klasse Shooting Brake e (118.686) 1.3 160KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995051auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:52 [ecarstrade.de] INFO: Saving data for 6995051auction110952: {'created_time': 1774357912.326965, 'last_price_update_time': 1774357912.326978, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995051auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_006/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995045)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_005/780x0__r.jpg?hash=1774342959> (referer: https://ecarstrade.com/cars/6995045)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_001/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995071)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_004/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995071)
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_006/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995071)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_005/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995071)
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_003/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995071)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_002/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995071)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_004/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995045)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_003/780x0__r.jpg?hash=1774342959> (referer: https://ecarstrade.com/cars/6995045)
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9
2026-03-24 13:11:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d0e36c4-5a71-545f-b627-8b52b1dcfee9, skipping ID generation
2026-03-24 13:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 with scrape type 1
2026-03-24 13:11:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 sending to next pipeline
2026-03-24 13:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0d0e36c4-5a71-545f-b627-8b52b1dcfee9, identifier: 6995071auction110952
2026-03-24 13:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 with identifier: 6995071auction110952
2026-03-24 13:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 with identifier: 6995071auction110952
2026-03-24 13:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0d0e36c4-5a71-545f-b627-8b52b1dcfee9 with identifier: 6995071auction110952 to the API
2026-03-24 13:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995071/photo_002/780x0__r.jpg?hash=1774343008>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '0d0e36c4-5a71-545f-b627-8b52b1dcfee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995071',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 167756,
'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': 'Octavia Combi RS 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi RS 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995071auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:54 [ecarstrade.de] INFO: Saving data for 6995071auction110952: {'created_time': 1774357914.429473, 'last_price_update_time': 1774357914.429484, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995071auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_002/780x0__r.jpg?hash=1774342959> (referer: https://ecarstrade.com/cars/6995045)
2026-03-24 13:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_001/780x0__r.jpg?hash=1774342959> (referer: https://ecarstrade.com/cars/6995045)
2026-03-24 13:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_005/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995072)
2026-03-24 13:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 84a5027b-46f4-5700-97d1-50051899730c
2026-03-24 13:11:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84a5027b-46f4-5700-97d1-50051899730c, skipping ID generation
2026-03-24 13:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a5027b-46f4-5700-97d1-50051899730c with scrape type 1
2026-03-24 13:11:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84a5027b-46f4-5700-97d1-50051899730c sending to next pipeline
2026-03-24 13:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 84a5027b-46f4-5700-97d1-50051899730c, identifier: 6995045auction110952
2026-03-24 13:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 84a5027b-46f4-5700-97d1-50051899730c with identifier: 6995045auction110952
2026-03-24 13:11:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:11:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 84a5027b-46f4-5700-97d1-50051899730c with identifier: 6995045auction110952
2026-03-24 13:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 84a5027b-46f4-5700-97d1-50051899730c with identifier: 6995045auction110952 to the API
2026-03-24 13:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995045/photo_001/780x0__r.jpg?hash=1774342959>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': '84a5027b-46f4-5700-97d1-50051899730c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995045',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'MG',
'model': 'Marvel R',
'odometer': 40566,
'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': 'MG Marvel R Luxury 5d 132kW',
'transmission': 'automatic',
'trim': 'Luxury 5d 132kW',
'vin': None,
'year': 2022}
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995045auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:56 [ecarstrade.de] INFO: Saving data for 6995045auction110952: {'created_time': 1774357916.19061, 'last_price_update_time': 1774357916.190622, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995045auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_004/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995072)
2026-03-24 13:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_003/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995072)
2026-03-24 13:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_002/780x0__r.jpg?hash=1774343010> (referer: https://ecarstrade.com/cars/6995072)
2026-03-24 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_001/780x0__r.jpg?hash=1774343008> (referer: https://ecarstrade.com/cars/6995072)
2026-03-24 13:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_005/780x0__r.jpg?hash=1774342926> (referer: https://ecarstrade.com/cars/6995026)
2026-03-24 13:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_004/780x0__r.jpg?hash=1774342925> (referer: https://ecarstrade.com/cars/6995026)
2026-03-24 13:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 585b8e58-9e18-57f8-bf47-22c91ff17a44
2026-03-24 13:11:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 585b8e58-9e18-57f8-bf47-22c91ff17a44, skipping ID generation
2026-03-24 13:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 585b8e58-9e18-57f8-bf47-22c91ff17a44 with scrape type 1
2026-03-24 13:11:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 585b8e58-9e18-57f8-bf47-22c91ff17a44 sending to next pipeline
2026-03-24 13:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 585b8e58-9e18-57f8-bf47-22c91ff17a44, identifier: 6995072auction110952
2026-03-24 13:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 585b8e58-9e18-57f8-bf47-22c91ff17a44 with identifier: 6995072auction110952
2026-03-24 13:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 585b8e58-9e18-57f8-bf47-22c91ff17a44 with identifier: 6995072auction110952
2026-03-24 13:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 585b8e58-9e18-57f8-bf47-22c91ff17a44 with identifier: 6995072auction110952 to the API
2026-03-24 13:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995072/photo_001/780x0__r.jpg?hash=1774343008>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '585b8e58-9e18-57f8-bf47-22c91ff17a44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995072',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 157686,
'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': 'Superb Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 4x4 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995072auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:57 [ecarstrade.de] INFO: Saving data for 6995072auction110952: {'created_time': 1774357917.904723, 'last_price_update_time': 1774357917.904735, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995072auction110952') HTTP/1.1" 204 0
2026-03-24 13:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_003/780x0__r.jpg?hash=1774342925> (referer: https://ecarstrade.com/cars/6995026)
2026-03-24 13:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_002/780x0__r.jpg?hash=1774342926> (referer: https://ecarstrade.com/cars/6995026)
2026-03-24 13:11:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_001/780x0__r.jpg?hash=1774342925> (referer: https://ecarstrade.com/cars/6995026)
2026-03-24 13:11:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:11:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 73fc0025-bf8a-5a15-9445-ca49d185e1f8
2026-03-24 13:11:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73fc0025-bf8a-5a15-9445-ca49d185e1f8, skipping ID generation
2026-03-24 13:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fc0025-bf8a-5a15-9445-ca49d185e1f8 with scrape type 1
2026-03-24 13:11:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73fc0025-bf8a-5a15-9445-ca49d185e1f8 sending to next pipeline
2026-03-24 13:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 73fc0025-bf8a-5a15-9445-ca49d185e1f8, identifier: 6995026auction110952
2026-03-24 13:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 73fc0025-bf8a-5a15-9445-ca49d185e1f8 with identifier: 6995026auction110952
2026-03-24 13:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 73fc0025-bf8a-5a15-9445-ca49d185e1f8 with identifier: 6995026auction110952
2026-03-24 13:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 73fc0025-bf8a-5a15-9445-ca49d185e1f8 with identifier: 6995026auction110952 to the API
2026-03-24 13:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:11: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-24 13:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995026/photo_001/780x0__r.jpg?hash=1774342925>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '73fc0025-bf8a-5a15-9445-ca49d185e1f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995026',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 132177,
'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 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': 2022}
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995026auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:11:59 [ecarstrade.de] INFO: Saving data for 6995026auction110952: {'created_time': 1774357919.943536, 'last_price_update_time': 1774357919.943548, 'auction_closing_time': 1774431600.0}
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995026auction110952') HTTP/1.1" 204 0
2026-03-24 13:12:06 [scrapy.extensions.logstats] INFO: Crawled 33 pages (at 3 pages/min), scraped 13 items (at 10 items/min)
2026-03-24 13:12:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995017> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:17 [ecarstrade.de] INFO: Extracting details for car 6995017auction110952
2026-03-24 13:12:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd with identifier: 6995017auction110952
2026-03-24 13:12:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd with scrape type 1
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995017%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342912%27 HTTP/1.1" 200 None
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_001/780x0__r.jpg?hash=1774342912 not downloaded yet
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995017%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342912%27 HTTP/1.1" 200 None
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_002/780x0__r.jpg?hash=1774342912 not downloaded yet
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995017%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342910%27 HTTP/1.1" 200 None
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_003/780x0__r.jpg?hash=1774342910 not downloaded yet
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995017%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342911%27 HTTP/1.1" 200 None
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_004/780x0__r.jpg?hash=1774342911 not downloaded yet
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995017%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342911%27 HTTP/1.1" 200 None
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_005/780x0__r.jpg?hash=1774342911 not downloaded yet
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995017%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342910%27 HTTP/1.1" 200 None
2026-03-24 13:12:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_006/780x0__r.jpg?hash=1774342910 not downloaded yet
2026-03-24 13:12:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.445(s), this was the 1st time calling it.
2026-03-24 13:12:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.386928819624453 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:19 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.467(s), this was the 1st time calling it.
2026-03-24 13:12:19 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.569659005304467 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995082> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:24 [ecarstrade.de] INFO: Extracting details for car 6995082auction110952
2026-03-24 13:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda4d591-c6fd-5e02-9ece-872be1df5815 with identifier: 6995082auction110952
2026-03-24 13:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda4d591-c6fd-5e02-9ece-872be1df5815 with scrape type 1
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995082%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343024%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_001/780x0__r.jpg?hash=1774343024 not downloaded yet
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995082%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343024%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_002/780x0__r.jpg?hash=1774343024 not downloaded yet
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995082%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343024%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_003/780x0__r.jpg?hash=1774343024 not downloaded yet
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995082%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343024%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_004/780x0__r.jpg?hash=1774343024 not downloaded yet
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995082%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343024%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_005/780x0__r.jpg?hash=1774343024 not downloaded yet
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995082%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343025%27 HTTP/1.1" 200 None
2026-03-24 13:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_006/780x0__r.jpg?hash=1774343025 not downloaded yet
2026-03-24 13:12:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995059> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:30 [ecarstrade.de] INFO: Extracting details for car 6995059auction110952
2026-03-24 13:12:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b06494-ffa5-55c8-9c60-c6f36b9c3850 with identifier: 6995059auction110952
2026-03-24 13:12:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b06494-ffa5-55c8-9c60-c6f36b9c3850 with scrape type 1
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995059%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342983%27 HTTP/1.1" 200 None
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_001/780x0__r.jpg?hash=1774342983 not downloaded yet
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995059%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342983%27 HTTP/1.1" 200 None
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_002/780x0__r.jpg?hash=1774342983 not downloaded yet
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995059%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342983%27 HTTP/1.1" 200 None
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_003/780x0__r.jpg?hash=1774342983 not downloaded yet
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995059%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342984%27 HTTP/1.1" 200 None
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_004/780x0__r.jpg?hash=1774342984 not downloaded yet
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995059%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342984%27 HTTP/1.1" 200 None
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_005/780x0__r.jpg?hash=1774342984 not downloaded yet
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995059%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342984%27 HTTP/1.1" 200 None
2026-03-24 13:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_006/780x0__r.jpg?hash=1774342984 not downloaded yet
2026-03-24 13:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995037> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:31 [ecarstrade.de] INFO: Extracting details for car 6995037auction110952
2026-03-24 13:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a749c57-3dfa-5fd0-801a-46c338e507c6 with identifier: 6995037auction110952
2026-03-24 13:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a749c57-3dfa-5fd0-801a-46c338e507c6 with scrape type 1
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995037%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_001/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995037%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_002/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995037%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_003/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995037%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_004/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995037%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_005/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995037%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_006/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:12:35 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.758(s), this was the 1st time calling it.
2026-03-24 13:12:35 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.365683751760255 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995020> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:38 [ecarstrade.de] INFO: Extracting details for car 6995020auction110952
2026-03-24 13:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe698343-1558-5457-acff-27b26b70725e with identifier: 6995020auction110952
2026-03-24 13:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe698343-1558-5457-acff-27b26b70725e with scrape type 1
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995020%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_001/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995020%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_002/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995020%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_003/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995020%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_004/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995020%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_005/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995020%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342913%27 HTTP/1.1" 200 None
2026-03-24 13:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_006/780x0__r.jpg?hash=1774342913 not downloaded yet
2026-03-24 13:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:43 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.238(s), this was the 1st time calling it.
2026-03-24 13:12:43 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.845701333689669 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995024> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:45 [ecarstrade.de] INFO: Extracting details for car 6995024auction110952
2026-03-24 13:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca385fc8-99de-5ff7-b553-27a6888673eb with identifier: 6995024auction110952
2026-03-24 13:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca385fc8-99de-5ff7-b553-27a6888673eb with scrape type 1
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995024%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342923%27 HTTP/1.1" 200 None
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_001/780x0__r.jpg?hash=1774342923 not downloaded yet
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995024%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342924%27 HTTP/1.1" 200 None
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_002/780x0__r.jpg?hash=1774342924 not downloaded yet
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995024%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342923%27 HTTP/1.1" 200 None
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_003/780x0__r.jpg?hash=1774342923 not downloaded yet
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995024%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342924%27 HTTP/1.1" 200 None
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_004/780x0__r.jpg?hash=1774342924 not downloaded yet
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995024%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342924%27 HTTP/1.1" 200 None
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_005/780x0__r.jpg?hash=1774342924 not downloaded yet
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995024%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342924%27 HTTP/1.1" 200 None
2026-03-24 13:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_006/780x0__r.jpg?hash=1774342924 not downloaded yet
2026-03-24 13:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995025> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:46 [ecarstrade.de] INFO: Extracting details for car 6995025auction110952
2026-03-24 13:12:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 621fdaba-28fd-534f-af6d-db0e3b48e6f6 with identifier: 6995025auction110952
2026-03-24 13:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 621fdaba-28fd-534f-af6d-db0e3b48e6f6 with scrape type 1
2026-03-24 13:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 621fdaba-28fd-534f-af6d-db0e3b48e6f6
2026-03-24 13:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995025%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342925%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995025/photo_001/780x0__r.jpg?hash=1774342925 not downloaded yet
2026-03-24 13:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995019> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:47 [ecarstrade.de] INFO: Extracting details for car 6995019auction110952
2026-03-24 13:12:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fd5559-b228-5dcd-a59e-766f30035dc9 with identifier: 6995019auction110952
2026-03-24 13:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fd5559-b228-5dcd-a59e-766f30035dc9 with scrape type 1
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995019%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342916%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_001/780x0__r.jpg?hash=1774342916 not downloaded yet
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995019%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342916%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_002/780x0__r.jpg?hash=1774342916 not downloaded yet
2026-03-24 13:12:47 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.772(s), this was the 1st time calling it.
2026-03-24 13:12:47 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.99342011192958 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995019%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342916%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_003/780x0__r.jpg?hash=1774342916 not downloaded yet
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995019%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342916%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_004/780x0__r.jpg?hash=1774342916 not downloaded yet
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995019%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342916%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_005/780x0__r.jpg?hash=1774342916 not downloaded yet
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995019%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342916%27 HTTP/1.1" 200 None
2026-03-24 13:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_006/780x0__r.jpg?hash=1774342916 not downloaded yet
2026-03-24 13:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995078> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:12:52 [ecarstrade.de] INFO: Extracting details for car 6995078auction110952
2026-03-24 13:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 989236dc-3548-567a-9eba-cc0ffe9b6438 with identifier: 6995078auction110952
2026-03-24 13:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989236dc-3548-567a-9eba-cc0ffe9b6438 with scrape type 1
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995078%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343017%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_001/780x0__r.jpg?hash=1774343017 not downloaded yet
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995078%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343017%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_002/780x0__r.jpg?hash=1774343017 not downloaded yet
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995078%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343017%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_003/780x0__r.jpg?hash=1774343017 not downloaded yet
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995078%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343017%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_004/780x0__r.jpg?hash=1774343017 not downloaded yet
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995078%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343018%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_005/780x0__r.jpg?hash=1774343018 not downloaded yet
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995078%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343018%27 HTTP/1.1" 200 None
2026-03-24 13:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_006/780x0__r.jpg?hash=1774343018 not downloaded yet
2026-03-24 13:12:53 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.106(s), this was the 1st time calling it.
2026-03-24 13:12:53 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.398693830975102 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:12:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995052> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:12:59 [ecarstrade.de] INFO: Extracting details for car 6995052auction110952
2026-03-24 13:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af0aae5a-1463-598e-a9f9-192f6891815c with identifier: 6995052auction110952
2026-03-24 13:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af0aae5a-1463-598e-a9f9-192f6891815c with scrape type 1
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995052%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342970%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_001/780x0__r.jpg?hash=1774342970 not downloaded yet
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995052%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342970%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_002/780x0__r.jpg?hash=1774342970 not downloaded yet
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_006/780x0__r.jpg?hash=1774342910> (referer: https://ecarstrade.com/cars/6995017)
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995052%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342970%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_003/780x0__r.jpg?hash=1774342970 not downloaded yet
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995052%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342970%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_004/780x0__r.jpg?hash=1774342970 not downloaded yet
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995052%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342971%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_005/780x0__r.jpg?hash=1774342971 not downloaded yet
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995052%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342970%27 HTTP/1.1" 200 None
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_006/780x0__r.jpg?hash=1774342970 not downloaded yet
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_006/780x0__r.jpg?hash=1774343025> (referer: https://ecarstrade.com/cars/6995082)
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_006/780x0__r.jpg?hash=1774342984> (referer: https://ecarstrade.com/cars/6995059)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_006/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995037)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_006/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995020)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_006/780x0__r.jpg?hash=1774342924> (referer: https://ecarstrade.com/cars/6995024)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995025/photo_001/780x0__r.jpg?hash=1774342925> (referer: https://ecarstrade.com/cars/6995025)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_006/780x0__r.jpg?hash=1774342916> (referer: https://ecarstrade.com/cars/6995019)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_006/780x0__r.jpg?hash=1774343018> (referer: https://ecarstrade.com/cars/6995078)
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 621fdaba-28fd-534f-af6d-db0e3b48e6f6
2026-03-24 13:12:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 621fdaba-28fd-534f-af6d-db0e3b48e6f6, skipping ID generation
2026-03-24 13:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 621fdaba-28fd-534f-af6d-db0e3b48e6f6 with scrape type 1
2026-03-24 13:12:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 621fdaba-28fd-534f-af6d-db0e3b48e6f6 sending to next pipeline
2026-03-24 13:12:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 621fdaba-28fd-534f-af6d-db0e3b48e6f6, identifier: 6995025auction110952
2026-03-24 13:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 621fdaba-28fd-534f-af6d-db0e3b48e6f6 with identifier: 6995025auction110952
2026-03-24 13:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 621fdaba-28fd-534f-af6d-db0e3b48e6f6 with identifier: 6995025auction110952
2026-03-24 13:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 621fdaba-28fd-534f-af6d-db0e3b48e6f6 with identifier: 6995025auction110952 to the API
2026-03-24 13:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995025/photo_001/780x0__r.jpg?hash=1774342925>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '621fdaba-28fd-534f-af6d-db0e3b48e6f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995025',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'BMW',
'model': '120',
'odometer': 95582,
'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 1 Lim. 120 d Advantage 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 1 Lim. d Advantage 2.0 140KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995025auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:01 [ecarstrade.de] INFO: Saving data for 6995025auction110952: {'created_time': 1774357981.231398, 'last_price_update_time': 1774357981.231411, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995025auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_002/780x0__r.jpg?hash=1774342970> (referer: https://ecarstrade.com/cars/6995052)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_006/780x0__r.jpg?hash=1774342970> (referer: https://ecarstrade.com/cars/6995052)
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_005/780x0__r.jpg?hash=1774342971> (referer: https://ecarstrade.com/cars/6995052)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_004/780x0__r.jpg?hash=1774342970> (referer: https://ecarstrade.com/cars/6995052)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_003/780x0__r.jpg?hash=1774342970> (referer: https://ecarstrade.com/cars/6995052)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_001/780x0__r.jpg?hash=1774342970> (referer: https://ecarstrade.com/cars/6995052)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_005/780x0__r.jpg?hash=1774343018> (referer: https://ecarstrade.com/cars/6995078)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_004/780x0__r.jpg?hash=1774343017> (referer: https://ecarstrade.com/cars/6995078)
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af0aae5a-1463-598e-a9f9-192f6891815c
2026-03-24 13:13:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af0aae5a-1463-598e-a9f9-192f6891815c, skipping ID generation
2026-03-24 13:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af0aae5a-1463-598e-a9f9-192f6891815c with scrape type 1
2026-03-24 13:13:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af0aae5a-1463-598e-a9f9-192f6891815c sending to next pipeline
2026-03-24 13:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: af0aae5a-1463-598e-a9f9-192f6891815c, identifier: 6995052auction110952
2026-03-24 13:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: af0aae5a-1463-598e-a9f9-192f6891815c with identifier: 6995052auction110952
2026-03-24 13:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: af0aae5a-1463-598e-a9f9-192f6891815c with identifier: 6995052auction110952
2026-03-24 13:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: af0aae5a-1463-598e-a9f9-192f6891815c with identifier: 6995052auction110952 to the API
2026-03-24 13:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995052/photo_001/780x0__r.jpg?hash=1774342970>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'af0aae5a-1463-598e-a9f9-192f6891815c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995052',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 155238,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse T-Modell C 220 d 4Matic T (206.205)AMG 162KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell d 4Matic T (206.205)AMG 162KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995052auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [ecarstrade.de] INFO: Saving data for 6995052auction110952: {'created_time': 1774357983.182969, 'last_price_update_time': 1774357983.18298, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995052auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_003/780x0__r.jpg?hash=1774343017> (referer: https://ecarstrade.com/cars/6995078)
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995043> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_002/780x0__r.jpg?hash=1774343017> (referer: https://ecarstrade.com/cars/6995078)
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:13:03 [ecarstrade.de] INFO: Extracting details for car 6995043auction110952
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_005/780x0__r.jpg?hash=1774342916> (referer: https://ecarstrade.com/cars/6995019)
2026-03-24 13:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c799e16-ae49-582b-b601-3d9486c06615 with identifier: 6995043auction110952
2026-03-24 13:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c799e16-ae49-582b-b601-3d9486c06615 with scrape type 1
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995043%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342953%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_001/780x0__r.jpg?hash=1774342953 not downloaded yet
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995043%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342953%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_002/780x0__r.jpg?hash=1774342953 not downloaded yet
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995043%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342953%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_003/780x0__r.jpg?hash=1774342953 not downloaded yet
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995043%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342953%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_004/780x0__r.jpg?hash=1774342953 not downloaded yet
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_004/780x0__r.jpg?hash=1774342916> (referer: https://ecarstrade.com/cars/6995019)
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995043%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342954%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_005/780x0__r.jpg?hash=1774342954 not downloaded yet
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995043%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342953%27 HTTP/1.1" 200 None
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_006/780x0__r.jpg?hash=1774342953 not downloaded yet
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_003/780x0__r.jpg?hash=1774342916> (referer: https://ecarstrade.com/cars/6995019)
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_001/780x0__r.jpg?hash=1774343017> (referer: https://ecarstrade.com/cars/6995078)
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_002/780x0__r.jpg?hash=1774342916> (referer: https://ecarstrade.com/cars/6995019)
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_005/780x0__r.jpg?hash=1774342924> (referer: https://ecarstrade.com/cars/6995024)
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_001/780x0__r.jpg?hash=1774342916> (referer: https://ecarstrade.com/cars/6995019)
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_004/780x0__r.jpg?hash=1774342924> (referer: https://ecarstrade.com/cars/6995024)
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 989236dc-3548-567a-9eba-cc0ffe9b6438
2026-03-24 13:13:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 989236dc-3548-567a-9eba-cc0ffe9b6438, skipping ID generation
2026-03-24 13:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 989236dc-3548-567a-9eba-cc0ffe9b6438 with scrape type 1
2026-03-24 13:13:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 989236dc-3548-567a-9eba-cc0ffe9b6438 sending to next pipeline
2026-03-24 13:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 989236dc-3548-567a-9eba-cc0ffe9b6438, identifier: 6995078auction110952
2026-03-24 13:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 989236dc-3548-567a-9eba-cc0ffe9b6438 with identifier: 6995078auction110952
2026-03-24 13:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 989236dc-3548-567a-9eba-cc0ffe9b6438 with identifier: 6995078auction110952
2026-03-24 13:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 989236dc-3548-567a-9eba-cc0ffe9b6438 with identifier: 6995078auction110952 to the API
2026-03-24 13:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995078/photo_001/780x0__r.jpg?hash=1774343017>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '989236dc-3548-567a-9eba-cc0ffe9b6438',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995078',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 93180,
'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': 'Tiguan Elegance 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Elegance 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995078auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:05 [ecarstrade.de] INFO: Saving data for 6995078auction110952: {'created_time': 1774357985.11166, 'last_price_update_time': 1774357985.111671, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995078auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_003/780x0__r.jpg?hash=1774342923> (referer: https://ecarstrade.com/cars/6995024)
2026-03-24 13:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_002/780x0__r.jpg?hash=1774342924> (referer: https://ecarstrade.com/cars/6995024)
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e6fd5559-b228-5dcd-a59e-766f30035dc9
2026-03-24 13:13:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6fd5559-b228-5dcd-a59e-766f30035dc9, skipping ID generation
2026-03-24 13:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fd5559-b228-5dcd-a59e-766f30035dc9 with scrape type 1
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6fd5559-b228-5dcd-a59e-766f30035dc9 sending to next pipeline
2026-03-24 13:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e6fd5559-b228-5dcd-a59e-766f30035dc9, identifier: 6995019auction110952
2026-03-24 13:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e6fd5559-b228-5dcd-a59e-766f30035dc9 with identifier: 6995019auction110952
2026-03-24 13:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e6fd5559-b228-5dcd-a59e-766f30035dc9 with identifier: 6995019auction110952
2026-03-24 13:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e6fd5559-b228-5dcd-a59e-766f30035dc9 with identifier: 6995019auction110952 to the API
2026-03-24 13:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995019/photo_001/780x0__r.jpg?hash=1774342916>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'e6fd5559-b228-5dcd-a59e-766f30035dc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995019',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 93041,
'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': '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': 2021}
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995019auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:09 [ecarstrade.de] INFO: Saving data for 6995019auction110952: {'created_time': 1774357989.816804, 'last_price_update_time': 1774357989.816819, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995019auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_001/780x0__r.jpg?hash=1774342923> (referer: https://ecarstrade.com/cars/6995024)
2026-03-24 13:13:09 [scrapy.extensions.logstats] INFO: Crawled 47 pages (at 14 pages/min), scraped 17 items (at 4 items/min)
2026-03-24 13:13:09 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_004/780x0__r.jpg?hash=1774342953> (referer: https://ecarstrade.com/cars/6995043)
2026-03-24 13:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995049> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_005/780x0__r.jpg?hash=1774342954> (referer: https://ecarstrade.com/cars/6995043)
2026-03-24 13:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca385fc8-99de-5ff7-b553-27a6888673eb
2026-03-24 13:13:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca385fc8-99de-5ff7-b553-27a6888673eb, skipping ID generation
2026-03-24 13:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca385fc8-99de-5ff7-b553-27a6888673eb with scrape type 1
2026-03-24 13:13:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca385fc8-99de-5ff7-b553-27a6888673eb sending to next pipeline
2026-03-24 13:13:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ca385fc8-99de-5ff7-b553-27a6888673eb, identifier: 6995024auction110952
2026-03-24 13:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ca385fc8-99de-5ff7-b553-27a6888673eb with identifier: 6995024auction110952
2026-03-24 13:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ca385fc8-99de-5ff7-b553-27a6888673eb with identifier: 6995024auction110952
2026-03-24 13:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ca385fc8-99de-5ff7-b553-27a6888673eb with identifier: 6995024auction110952 to the API
2026-03-24 13:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995024/photo_001/780x0__r.jpg?hash=1774342923>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca385fc8-99de-5ff7-b553-27a6888673eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995024',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '520',
'odometer': 139248,
'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': 'Baureihe 5 Touring 520 d 2.0 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 5 Touring d 2.0 140KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995024auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [ecarstrade.de] INFO: Saving data for 6995024auction110952: {'created_time': 1774357991.752465, 'last_price_update_time': 1774357991.752477, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995024auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_006/780x0__r.jpg?hash=1774342953> (referer: https://ecarstrade.com/cars/6995043)
2026-03-24 13:13:11 [ecarstrade.de] INFO: Extracting details for car 6995049auction110952
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_002/780x0__r.jpg?hash=1774342953> (referer: https://ecarstrade.com/cars/6995043)
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_003/780x0__r.jpg?hash=1774342953> (referer: https://ecarstrade.com/cars/6995043)
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995038> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfbf510e-c917-587b-b913-3781b7880dc0 with identifier: 6995049auction110952
2026-03-24 13:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfbf510e-c917-587b-b913-3781b7880dc0 with scrape type 1
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995049%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342965%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_001/780x0__r.jpg?hash=1774342965 not downloaded yet
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995049%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342965%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_002/780x0__r.jpg?hash=1774342965 not downloaded yet
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995049%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342965%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_003/780x0__r.jpg?hash=1774342965 not downloaded yet
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995049%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342965%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_004/780x0__r.jpg?hash=1774342965 not downloaded yet
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_001/780x0__r.jpg?hash=1774342953> (referer: https://ecarstrade.com/cars/6995043)
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_004/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995020)
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_005/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995020)
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995049%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342965%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_005/780x0__r.jpg?hash=1774342965 not downloaded yet
2026-03-24 13:13:11 [ecarstrade.de] INFO: Extracting details for car 6995038auction110952
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995049%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342965%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_006/780x0__r.jpg?hash=1774342965 not downloaded yet
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaa07bce-7a64-5092-83be-721813183f90 with identifier: 6995038auction110952
2026-03-24 13:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaa07bce-7a64-5092-83be-721813183f90 with scrape type 1
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995038%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342945%27 HTTP/1.1" 200 None
2026-03-24 13:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_001/780x0__r.jpg?hash=1774342945 not downloaded yet
2026-03-24 13:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_001/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995020)
2026-03-24 13:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995038%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342945%27 HTTP/1.1" 200 None
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_002/780x0__r.jpg?hash=1774342945 not downloaded yet
2026-03-24 13:13:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_005/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995037)
2026-03-24 13:13:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_002/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995020)
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995038%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342945%27 HTTP/1.1" 200 None
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_003/780x0__r.jpg?hash=1774342945 not downloaded yet
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995038%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342945%27 HTTP/1.1" 200 None
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_004/780x0__r.jpg?hash=1774342945 not downloaded yet
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5c799e16-ae49-582b-b601-3d9486c06615
2026-03-24 13:13:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c799e16-ae49-582b-b601-3d9486c06615, skipping ID generation
2026-03-24 13:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c799e16-ae49-582b-b601-3d9486c06615 with scrape type 1
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c799e16-ae49-582b-b601-3d9486c06615 sending to next pipeline
2026-03-24 13:13:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5c799e16-ae49-582b-b601-3d9486c06615, identifier: 6995043auction110952
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:13:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:13:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5c799e16-ae49-582b-b601-3d9486c06615 with identifier: 6995043auction110952
2026-03-24 13:13:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5c799e16-ae49-582b-b601-3d9486c06615 with identifier: 6995043auction110952
2026-03-24 13:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5c799e16-ae49-582b-b601-3d9486c06615 with identifier: 6995043auction110952 to the API
2026-03-24 13:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995043/photo_001/780x0__r.jpg?hash=1774342953>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '5c799e16-ae49-582b-b601-3d9486c06615',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995043',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Transit',
'odometer': 83541,
'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': 3,
'seller_name': None,
'title': 'Transit Pritsche 350 L2 Einzelkabine Trend 2.0 TDCi 96KW MT6 E6d',
'transmission': 'manual',
'trim': 'Pritsche 350 L2 Einzelkabine Trend 2.0 TDCi 96KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995043auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:13 [ecarstrade.de] INFO: Saving data for 6995043auction110952: {'created_time': 1774357993.689, 'last_price_update_time': 1774357993.68901, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995043auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_003/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995037)
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995038%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342946%27 HTTP/1.1" 200 None
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_005/780x0__r.jpg?hash=1774342946 not downloaded yet
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_004/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995037)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_003/780x0__r.jpg?hash=1774342913> (referer: https://ecarstrade.com/cars/6995020)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_002/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995037)
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995038%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342945%27 HTTP/1.1" 200 None
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_006/780x0__r.jpg?hash=1774342945 not downloaded yet
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_004/780x0__r.jpg?hash=1774342965> (referer: https://ecarstrade.com/cars/6995049)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_005/780x0__r.jpg?hash=1774342984> (referer: https://ecarstrade.com/cars/6995059)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_001/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995037)
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_003/780x0__r.jpg?hash=1774342965> (referer: https://ecarstrade.com/cars/6995049)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_002/780x0__r.jpg?hash=1774342965> (referer: https://ecarstrade.com/cars/6995049)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_001/780x0__r.jpg?hash=1774342945> (referer: https://ecarstrade.com/cars/6995038)
2026-03-24 13:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_006/780x0__r.jpg?hash=1774342965> (referer: https://ecarstrade.com/cars/6995049)
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe698343-1558-5457-acff-27b26b70725e
2026-03-24 13:13:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe698343-1558-5457-acff-27b26b70725e, skipping ID generation
2026-03-24 13:13:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe698343-1558-5457-acff-27b26b70725e with scrape type 1
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe698343-1558-5457-acff-27b26b70725e sending to next pipeline
2026-03-24 13:13:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fe698343-1558-5457-acff-27b26b70725e, identifier: 6995020auction110952
2026-03-24 13:13:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fe698343-1558-5457-acff-27b26b70725e with identifier: 6995020auction110952
2026-03-24 13:13:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fe698343-1558-5457-acff-27b26b70725e with identifier: 6995020auction110952
2026-03-24 13:13:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fe698343-1558-5457-acff-27b26b70725e with identifier: 6995020auction110952 to the API
2026-03-24 13:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995020/photo_003/780x0__r.jpg?hash=1774342913>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Electric',
'id': 'fe698343-1558-5457-acff-27b26b70725e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995020',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'BMW',
'model': 'iX',
'odometer': 40280,
'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': 'Baureihe iX 40 xDrive Sport 76kWh',
'transmission': 'automatic',
'trim': 'Baureihe 40 xDrive Sport 76kWh',
'vin': None,
'year': 2022}
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995020auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:15 [ecarstrade.de] INFO: Saving data for 6995020auction110952: {'created_time': 1774357995.676555, 'last_price_update_time': 1774357995.676569, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995020auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_005/780x0__r.jpg?hash=1774342965> (referer: https://ecarstrade.com/cars/6995049)
2026-03-24 13:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_004/780x0__r.jpg?hash=1774342945> (referer: https://ecarstrade.com/cars/6995038)
2026-03-24 13:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_003/780x0__r.jpg?hash=1774342945> (referer: https://ecarstrade.com/cars/6995038)
2026-03-24 13:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_002/780x0__r.jpg?hash=1774342945> (referer: https://ecarstrade.com/cars/6995038)
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a749c57-3dfa-5fd0-801a-46c338e507c6
2026-03-24 13:13:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a749c57-3dfa-5fd0-801a-46c338e507c6, skipping ID generation
2026-03-24 13:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a749c57-3dfa-5fd0-801a-46c338e507c6 with scrape type 1
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a749c57-3dfa-5fd0-801a-46c338e507c6 sending to next pipeline
2026-03-24 13:13:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4a749c57-3dfa-5fd0-801a-46c338e507c6, identifier: 6995037auction110952
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4a749c57-3dfa-5fd0-801a-46c338e507c6 with identifier: 6995037auction110952
2026-03-24 13:13:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4a749c57-3dfa-5fd0-801a-46c338e507c6 with identifier: 6995037auction110952
2026-03-24 13:13:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4a749c57-3dfa-5fd0-801a-46c338e507c6 with identifier: 6995037auction110952 to the API
2026-03-24 13:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995037/photo_001/780x0__r.jpg?hash=1774342943>
{'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-25T09:40:00Z',
'fuel_type': 'Other',
'id': '4a749c57-3dfa-5fd0-801a-46c338e507c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995037',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 83356,
'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': '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-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995037auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:17 [ecarstrade.de] INFO: Saving data for 6995037auction110952: {'created_time': 1774357997.402523, 'last_price_update_time': 1774357997.402539, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995037auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_001/780x0__r.jpg?hash=1774342965> (referer: https://ecarstrade.com/cars/6995049)
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_006/780x0__r.jpg?hash=1774342945> (referer: https://ecarstrade.com/cars/6995038)
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_004/780x0__r.jpg?hash=1774342984> (referer: https://ecarstrade.com/cars/6995059)
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_005/780x0__r.jpg?hash=1774342946> (referer: https://ecarstrade.com/cars/6995038)
2026-03-24 13:13:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_002/780x0__r.jpg?hash=1774342983> (referer: https://ecarstrade.com/cars/6995059)
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_003/780x0__r.jpg?hash=1774342983> (referer: https://ecarstrade.com/cars/6995059)
2026-03-24 13:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_005/780x0__r.jpg?hash=1774343024> (referer: https://ecarstrade.com/cars/6995082)
2026-03-24 13:13:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfbf510e-c917-587b-b913-3781b7880dc0
2026-03-24 13:13:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfbf510e-c917-587b-b913-3781b7880dc0, skipping ID generation
2026-03-24 13:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfbf510e-c917-587b-b913-3781b7880dc0 with scrape type 1
2026-03-24 13:13:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfbf510e-c917-587b-b913-3781b7880dc0 sending to next pipeline
2026-03-24 13:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: dfbf510e-c917-587b-b913-3781b7880dc0, identifier: 6995049auction110952
2026-03-24 13:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: dfbf510e-c917-587b-b913-3781b7880dc0 with identifier: 6995049auction110952
2026-03-24 13:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: dfbf510e-c917-587b-b913-3781b7880dc0 with identifier: 6995049auction110952
2026-03-24 13:13:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: dfbf510e-c917-587b-b913-3781b7880dc0 with identifier: 6995049auction110952 to the API
2026-03-24 13:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995049/photo_001/780x0__r.jpg?hash=1774342965>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'dfbf510e-c917-587b-b913-3781b7880dc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995049',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mercedes',
'model': 'CLA 220',
'odometer': 50261,
'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': 'CLA -Klasse Shooting Brake CLA 220 d (118.614) 140KW AT8 E6d',
'transmission': 'automatic',
'trim': 'CLA -Klasse Shooting Brake d (118.614) 140KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995049auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:19 [ecarstrade.de] INFO: Saving data for 6995049auction110952: {'created_time': 1774357999.459409, 'last_price_update_time': 1774357999.45942, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995049auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_001/780x0__r.jpg?hash=1774342983> (referer: https://ecarstrade.com/cars/6995059)
2026-03-24 13:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_004/780x0__r.jpg?hash=1774343024> (referer: https://ecarstrade.com/cars/6995082)
2026-03-24 13:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_003/780x0__r.jpg?hash=1774343024> (referer: https://ecarstrade.com/cars/6995082)
2026-03-24 13:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_002/780x0__r.jpg?hash=1774343024> (referer: https://ecarstrade.com/cars/6995082)
2026-03-24 13:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995027> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aaa07bce-7a64-5092-83be-721813183f90
2026-03-24 13:13:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aaa07bce-7a64-5092-83be-721813183f90, skipping ID generation
2026-03-24 13:13:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaa07bce-7a64-5092-83be-721813183f90 with scrape type 1
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aaa07bce-7a64-5092-83be-721813183f90 sending to next pipeline
2026-03-24 13:13:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: aaa07bce-7a64-5092-83be-721813183f90, identifier: 6995038auction110952
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:13:19 [ecarstrade.de] INFO: Extracting details for car 6995027auction110952
2026-03-24 13:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: aaa07bce-7a64-5092-83be-721813183f90 with identifier: 6995038auction110952
2026-03-24 13:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: aaa07bce-7a64-5092-83be-721813183f90 with identifier: 6995038auction110952
2026-03-24 13:13:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: aaa07bce-7a64-5092-83be-721813183f90 with identifier: 6995038auction110952 to the API
2026-03-24 13:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995038/photo_005/780x0__r.jpg?hash=1774342946>
{'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-25T09:40:00Z',
'fuel_type': 'Other',
'id': 'aaa07bce-7a64-5092-83be-721813183f90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995038',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 80901,
'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': 'Kuga Plug-In Hybrid ST-Line 2.5 165KW ATV E6d',
'transmission': 'automatic',
'trim': 'Plug-In Hybrid ST-Line 2.5 165KW ATV E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995038auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:21 [ecarstrade.de] INFO: Saving data for 6995038auction110952: {'created_time': 1774358001.258066, 'last_price_update_time': 1774358001.258079, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995038auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_004/780x0__r.jpg?hash=1774342911> (referer: https://ecarstrade.com/cars/6995017)
2026-03-24 13:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_005/780x0__r.jpg?hash=1774342911> (referer: https://ecarstrade.com/cars/6995017)
2026-03-24 13:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_003/780x0__r.jpg?hash=1774342910> (referer: https://ecarstrade.com/cars/6995017)
2026-03-24 13:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_001/780x0__r.jpg?hash=1774343024> (referer: https://ecarstrade.com/cars/6995082)
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 36b06494-ffa5-55c8-9c60-c6f36b9c3850
2026-03-24 13:13:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 36b06494-ffa5-55c8-9c60-c6f36b9c3850, skipping ID generation
2026-03-24 13:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b06494-ffa5-55c8-9c60-c6f36b9c3850 with scrape type 1
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 36b06494-ffa5-55c8-9c60-c6f36b9c3850 sending to next pipeline
2026-03-24 13:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 36b06494-ffa5-55c8-9c60-c6f36b9c3850, identifier: 6995059auction110952
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:13:21 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea0ed586-29ef-54ea-9cff-77403e7d0af8 with identifier: 6995027auction110952
2026-03-24 13:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea0ed586-29ef-54ea-9cff-77403e7d0af8 with scrape type 1
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995027%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342927%27 HTTP/1.1" 200 None
2026-03-24 13:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_001/780x0__r.jpg?hash=1774342927 not downloaded yet
2026-03-24 13:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995041> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 36b06494-ffa5-55c8-9c60-c6f36b9c3850 with identifier: 6995059auction110952
2026-03-24 13:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 36b06494-ffa5-55c8-9c60-c6f36b9c3850 with identifier: 6995059auction110952
2026-03-24 13:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 36b06494-ffa5-55c8-9c60-c6f36b9c3850 with identifier: 6995059auction110952 to the API
2026-03-24 13:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995059/photo_001/780x0__r.jpg?hash=1774342983>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Electric',
'id': '36b06494-ffa5-55c8-9c60-c6f36b9c3850',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995059',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Opel',
'model': 'Movano',
'odometer': 14673,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Movano Kasten H3 40 L4H3 Elektromotor 110kWh',
'transmission': 'automatic',
'trim': 'Kasten H3 40 L4H3 Elektromotor 110kWh',
'vin': None,
'year': 2024}
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995059auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [ecarstrade.de] INFO: Saving data for 6995059auction110952: {'created_time': 1774358003.261523, 'last_price_update_time': 1774358003.261535, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995059auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:23 [ecarstrade.de] INFO: Extracting details for car 6995041auction110952
2026-03-24 13:13:23 [ecarstrade.de] INFO: Found listing with ID: 6995070auction110952
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995070auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [ecarstrade.de] INFO: Scrape type for 6995070auction110952: 1
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995027%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342927%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_002/780x0__r.jpg?hash=1774342927 not downloaded yet
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_004/780x0__r.jpg?hash=1774342973> (referer: https://ecarstrade.com/cars/6995053)
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_003/780x0__r.jpg?hash=1774342972> (referer: https://ecarstrade.com/cars/6995053)
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_005/780x0__r.jpg?hash=1774342973> (referer: https://ecarstrade.com/cars/6995053)
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_002/780x0__r.jpg?hash=1774342972> (referer: https://ecarstrade.com/cars/6995053)
2026-03-24 13:13:23 [ecarstrade.de] INFO: Found listing with ID: 6995061auction110952
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995061auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [ecarstrade.de] INFO: Scrape type for 6995061auction110952: 1
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995027%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342927%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_003/780x0__r.jpg?hash=1774342927 not downloaded yet
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fda4d591-c6fd-5e02-9ece-872be1df5815
2026-03-24 13:13:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fda4d591-c6fd-5e02-9ece-872be1df5815, skipping ID generation
2026-03-24 13:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda4d591-c6fd-5e02-9ece-872be1df5815 with scrape type 1
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fda4d591-c6fd-5e02-9ece-872be1df5815 sending to next pipeline
2026-03-24 13:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: fda4d591-c6fd-5e02-9ece-872be1df5815, identifier: 6995082auction110952
2026-03-24 13:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 682824a3-040b-5024-8bd8-ad0e2c118de8 with identifier: 6995041auction110952
2026-03-24 13:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682824a3-040b-5024-8bd8-ad0e2c118de8 with scrape type 1
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995041%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342949%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_001/780x0__r.jpg?hash=1774342949 not downloaded yet
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_004/780x0__r.jpg?hash=1774342966> (referer: https://ecarstrade.com/cars/6995050)
2026-03-24 13:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_003/780x0__r.jpg?hash=1774342966> (referer: https://ecarstrade.com/cars/6995050)
2026-03-24 13:13:23 [ecarstrade.de] INFO: Found listing with ID: 6995076auction110952
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995076auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [ecarstrade.de] INFO: Scrape type for 6995076auction110952: 1
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995027%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342927%27 HTTP/1.1" 200 None
2026-03-24 13:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_004/780x0__r.jpg?hash=1774342927 not downloaded yet
2026-03-24 13:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: fda4d591-c6fd-5e02-9ece-872be1df5815 with identifier: 6995082auction110952
2026-03-24 13:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: fda4d591-c6fd-5e02-9ece-872be1df5815 with identifier: 6995082auction110952
2026-03-24 13:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: fda4d591-c6fd-5e02-9ece-872be1df5815 with identifier: 6995082auction110952 to the API
2026-03-24 13:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995082/photo_001/780x0__r.jpg?hash=1774343024>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': 'fda4d591-c6fd-5e02-9ece-872be1df5815',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995082',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 74578,
'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': 'XC40 Momentum Pro 2WD 1.5 T3 120KW MT6 E6d',
'transmission': 'manual',
'trim': 'Momentum Pro 2WD 1.5 T3 120KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995082auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [ecarstrade.de] INFO: Saving data for 6995082auction110952: {'created_time': 1774358005.038935, 'last_price_update_time': 1774358005.038946, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995082auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_005/780x0__r.jpg?hash=1774342966> (referer: https://ecarstrade.com/cars/6995050)
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995041%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342949%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_002/780x0__r.jpg?hash=1774342949 not downloaded yet
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_001/780x0__r.jpg?hash=1774342912> (referer: https://ecarstrade.com/cars/6995017)
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_002/780x0__r.jpg?hash=1774342966> (referer: https://ecarstrade.com/cars/6995050)
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_002/780x0__r.jpg?hash=1774342912> (referer: https://ecarstrade.com/cars/6995017)
2026-03-24 13:13:25 [ecarstrade.de] INFO: Found listing with ID: 6995060auction110952
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995060auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [ecarstrade.de] INFO: Scrape type for 6995060auction110952: 1
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995027%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342927%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_005/780x0__r.jpg?hash=1774342927 not downloaded yet
2026-03-24 13:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995041%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342949%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_003/780x0__r.jpg?hash=1774342949 not downloaded yet
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995029> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_004/780x0__r.jpg?hash=1774342932> (referer: https://ecarstrade.com/cars/6995028)
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_005/780x0__r.jpg?hash=1774342932> (referer: https://ecarstrade.com/cars/6995028)
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_001/780x0__r.jpg?hash=1774342966> (referer: https://ecarstrade.com/cars/6995050)
2026-03-24 13:13:25 [ecarstrade.de] INFO: Found listing with ID: 6995064auction110952
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995064auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [ecarstrade.de] INFO: Scrape type for 6995064auction110952: 1
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995027%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342927%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_006/780x0__r.jpg?hash=1774342927 not downloaded yet
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995041%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342949%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_004/780x0__r.jpg?hash=1774342949 not downloaded yet
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_003/780x0__r.jpg?hash=1774342932> (referer: https://ecarstrade.com/cars/6995028)
2026-03-24 13:13:25 [ecarstrade.de] INFO: Found listing with ID: 6995044auction110952
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995044auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [ecarstrade.de] INFO: Scrape type for 6995044auction110952: 1
2026-03-24 13:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_001/780x0__r.jpg?hash=1774342927> (referer: https://ecarstrade.com/cars/6995027)
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995041%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342949%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_005/780x0__r.jpg?hash=1774342949 not downloaded yet
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd
2026-03-24 13:13:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd, skipping ID generation
2026-03-24 13:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd with scrape type 1
2026-03-24 13:13:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd sending to next pipeline
2026-03-24 13:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd, identifier: 6995017auction110952
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_003/780x0__r.jpg?hash=1774342927> (referer: https://ecarstrade.com/cars/6995027)
2026-03-24 13:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_001/780x0__r.jpg?hash=1774342949> (referer: https://ecarstrade.com/cars/6995041)
2026-03-24 13:13:25 [ecarstrade.de] INFO: Extracting details for car 6995029auction110952
2026-03-24 13:13:25 [ecarstrade.de] INFO: Found listing with ID: 6995079auction110952
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995079auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:25 [ecarstrade.de] INFO: Scrape type for 6995079auction110952: 1
2026-03-24 13:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd with identifier: 6995017auction110952
2026-03-24 13:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd with identifier: 6995017auction110952
2026-03-24 13:13:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d4bf640b-4d81-5a2d-b7e3-657dfaf2edcd with identifier: 6995017auction110952 to the API
2026-03-24 13:13:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995017/photo_002/780x0__r.jpg?hash=1774342912>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'd4bf640b-4d81-5a2d-b7e3-657dfaf2edcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995017',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Audi',
'model': 'A3',
'odometer': 119722,
'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': 'A3 Sportback 35 TDI advanced 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI advanced 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995017auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:26 [ecarstrade.de] INFO: Saving data for 6995017auction110952: {'created_time': 1774358006.816967, 'last_price_update_time': 1774358006.816984, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995017auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_002/780x0__r.jpg?hash=1774342927> (referer: https://ecarstrade.com/cars/6995027)
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995041%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342950%27 HTTP/1.1" 200 None
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_006/780x0__r.jpg?hash=1774342950 not downloaded yet
2026-03-24 13:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_004/780x0__r.jpg?hash=1774342927> (referer: https://ecarstrade.com/cars/6995027)
2026-03-24 13:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_002/780x0__r.jpg?hash=1774342932> (referer: https://ecarstrade.com/cars/6995028)
2026-03-24 13:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_001/780x0__r.jpg?hash=1774342972> (referer: https://ecarstrade.com/cars/6995053)
2026-03-24 13:13:26 [ecarstrade.de] INFO: Found listing with ID: 6995035auction110952
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995035auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:26 [ecarstrade.de] INFO: Scrape type for 6995035auction110952: 1
2026-03-24 13:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e97c99ff-f2c5-5226-a71c-9c250fdcb959 with identifier: 6995029auction110952
2026-03-24 13:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e97c99ff-f2c5-5226-a71c-9c250fdcb959 with scrape type 1
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item e97c99ff-f2c5-5226-a71c-9c250fdcb959
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995029%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342933%27 HTTP/1.1" 200 None
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995029/photo_001/780x0__r.jpg?hash=1774342933 not downloaded yet
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3179db18-30ac-5c46-9729-cd9f88ba7430
2026-03-24 13:13:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3179db18-30ac-5c46-9729-cd9f88ba7430, skipping ID generation
2026-03-24 13:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3179db18-30ac-5c46-9729-cd9f88ba7430 with scrape type 1
2026-03-24 13:13:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3179db18-30ac-5c46-9729-cd9f88ba7430 sending to next pipeline
2026-03-24 13:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3179db18-30ac-5c46-9729-cd9f88ba7430, identifier: 6995050auction110952
2026-03-24 13:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3179db18-30ac-5c46-9729-cd9f88ba7430 with identifier: 6995050auction110952
2026-03-24 13:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3179db18-30ac-5c46-9729-cd9f88ba7430 with identifier: 6995050auction110952
2026-03-24 13:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3179db18-30ac-5c46-9729-cd9f88ba7430 with identifier: 6995050auction110952 to the API
2026-03-24 13:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995050/photo_001/780x0__r.jpg?hash=1774342966>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '3179db18-30ac-5c46-9729-cd9f88ba7430',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995050',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 52751,
'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': 'C -Klasse Lim. C 200 d (206.003)Avantgarde 135KW AT9 E6d',
'transmission': 'automatic',
'trim': 'C -Klasse Lim. d (206.003)Avantgarde 135KW AT9 E6d',
'vin': None,
'year': 2023}
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995050auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:28 [ecarstrade.de] INFO: Saving data for 6995050auction110952: {'created_time': 1774358008.343936, 'last_price_update_time': 1774358008.343947, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995050auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:28 [ecarstrade.de] INFO: Found listing with ID: 6995042auction110952
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995042auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:28 [ecarstrade.de] INFO: Scrape type for 6995042auction110952: 1
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_002/780x0__r.jpg?hash=1774342949> (referer: https://ecarstrade.com/cars/6995041)
2026-03-24 13:13:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_005/780x0__r.jpg?hash=1774342927> (referer: https://ecarstrade.com/cars/6995027)
2026-03-24 13:13:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_001/780x0__r.jpg?hash=1774342932> (referer: https://ecarstrade.com/cars/6995028)
2026-03-24 13:13:28 [ecarstrade.de] INFO: Found listing with ID: 6995063auction110952
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995063auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:28 [ecarstrade.de] INFO: Scrape type for 6995063auction110952: 1
2026-03-24 13:13:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 186f9c2b-4253-5d72-9532-d68477c99e93
2026-03-24 13:13:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 186f9c2b-4253-5d72-9532-d68477c99e93, skipping ID generation
2026-03-24 13:13:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 186f9c2b-4253-5d72-9532-d68477c99e93 with scrape type 1
2026-03-24 13:13:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 186f9c2b-4253-5d72-9532-d68477c99e93 sending to next pipeline
2026-03-24 13:13:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 186f9c2b-4253-5d72-9532-d68477c99e93, identifier: 6995053auction110952
2026-03-24 13:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 186f9c2b-4253-5d72-9532-d68477c99e93 with identifier: 6995053auction110952
2026-03-24 13:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 186f9c2b-4253-5d72-9532-d68477c99e93 with identifier: 6995053auction110952
2026-03-24 13:13:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 186f9c2b-4253-5d72-9532-d68477c99e93 with identifier: 6995053auction110952 to the API
2026-03-24 13:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995053/photo_001/780x0__r.jpg?hash=1774342972>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '186f9c2b-4253-5d72-9532-d68477c99e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995053',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Mercedes',
'model': 'E 220',
'odometer': 29783,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'E -Klasse T-Modell E 220 d Avantgarde Advanced (214.204)Avantgarde '
'162KW AT9 E6d',
'transmission': 'automatic',
'trim': 'E -Klasse T-Modell d Avantgarde Advanced (214.204)Avantgarde 162KW '
'AT9 E6d',
'vin': None,
'year': 2024}
2026-03-24 13:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995053auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:29 [ecarstrade.de] INFO: Saving data for 6995053auction110952: {'created_time': 1774358009.953691, 'last_price_update_time': 1774358009.953708, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995053auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_004/780x0__r.jpg?hash=1774342949> (referer: https://ecarstrade.com/cars/6995041)
2026-03-24 13:13:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_006/780x0__r.jpg?hash=1774342927> (referer: https://ecarstrade.com/cars/6995027)
2026-03-24 13:13:29 [ecarstrade.de] INFO: Found listing with ID: 6995040auction110952
2026-03-24 13:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995040auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:30 [ecarstrade.de] INFO: Scrape type for 6995040auction110952: 1
2026-03-24 13:13:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a8bc0f95-11e4-5901-b766-1643b47df004
2026-03-24 13:13:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8bc0f95-11e4-5901-b766-1643b47df004, skipping ID generation
2026-03-24 13:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8bc0f95-11e4-5901-b766-1643b47df004 with scrape type 1
2026-03-24 13:13:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8bc0f95-11e4-5901-b766-1643b47df004 sending to next pipeline
2026-03-24 13:13:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a8bc0f95-11e4-5901-b766-1643b47df004, identifier: 6995028auction110952
2026-03-24 13:13:30 [ecarstrade.de] INFO: Found listing with ID: 6995068auction110952
2026-03-24 13:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995068auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:30 [ecarstrade.de] INFO: Scrape type for 6995068auction110952: 1
2026-03-24 13:13:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a8bc0f95-11e4-5901-b766-1643b47df004 with identifier: 6995028auction110952
2026-03-24 13:13:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a8bc0f95-11e4-5901-b766-1643b47df004 with identifier: 6995028auction110952
2026-03-24 13:13:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a8bc0f95-11e4-5901-b766-1643b47df004 with identifier: 6995028auction110952 to the API
2026-03-24 13:13:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995028/photo_001/780x0__r.jpg?hash=1774342932>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': 'a8bc0f95-11e4-5901-b766-1643b47df004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995028',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': 'X1',
'odometer': 15710,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive20i Aut. M Sportpaket 5d 115kW',
'transmission': 'automatic',
'trim': 'sDrive20i Aut. M Sportpaket 5d 115kW',
'vin': None,
'year': 2024}
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995028auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:31 [ecarstrade.de] INFO: Saving data for 6995028auction110952: {'created_time': 1774358011.704839, 'last_price_update_time': 1774358011.704851, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995028auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:31 [ecarstrade.de] INFO: Found listing with ID: 6995036auction110952
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995036auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:31 [ecarstrade.de] INFO: Scrape type for 6995036auction110952: 1
2026-03-24 13:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea0ed586-29ef-54ea-9cff-77403e7d0af8
2026-03-24 13:13:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea0ed586-29ef-54ea-9cff-77403e7d0af8, skipping ID generation
2026-03-24 13:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea0ed586-29ef-54ea-9cff-77403e7d0af8 with scrape type 1
2026-03-24 13:13:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea0ed586-29ef-54ea-9cff-77403e7d0af8 sending to next pipeline
2026-03-24 13:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ea0ed586-29ef-54ea-9cff-77403e7d0af8, identifier: 6995027auction110952
2026-03-24 13:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_005/780x0__r.jpg?hash=1774342949> (referer: https://ecarstrade.com/cars/6995041)
2026-03-24 13:13:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ea0ed586-29ef-54ea-9cff-77403e7d0af8 with identifier: 6995027auction110952
2026-03-24 13:13:31 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-24 13:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-24 13:13:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ea0ed586-29ef-54ea-9cff-77403e7d0af8 with identifier: 6995027auction110952
2026-03-24 13:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ea0ed586-29ef-54ea-9cff-77403e7d0af8 with identifier: 6995027auction110952 to the API
2026-03-24 13:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995027/photo_006/780x0__r.jpg?hash=1774342927>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ea0ed586-29ef-54ea-9cff-77403e7d0af8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995027',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'BMW',
'model': '320',
'odometer': 114768,
'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': 'Baureihe 3 Touring 320 e 2.0 150KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 3 Touring e 2.0 150KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995027auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Saving data for 6995027auction110952: {'created_time': 1774358013.6749, 'last_price_update_time': 1774358013.67491, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995027auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6995075auction110952
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995075auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6995075auction110952: 1
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6995046auction110952
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995046auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6995046auction110952: 1
2026-03-24 13:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6995034auction110952
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995034auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6995034auction110952: 1
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6995062auction110952
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995062auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6995062auction110952: 1
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6995066auction110952
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995066auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6995066auction110952: 1
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6990783auction110895
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990783auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6990783auction110895: 0
2026-03-24 13:13:33 [ecarstrade.de] INFO: Found listing with ID: 6990776auction110895
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990776auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:33 [ecarstrade.de] INFO: Scrape type for 6990776auction110895: 0
2026-03-24 13:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995061> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_003/780x0__r.jpg?hash=1774342949> (referer: https://ecarstrade.com/cars/6995041)
2026-03-24 13:13:35 [ecarstrade.de] INFO: Extracting details for car 6995061auction110952
2026-03-24 13:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d with identifier: 6995061auction110952
2026-03-24 13:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d with scrape type 1
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995061%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342990%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_001/780x0__r.jpg?hash=1774342990 not downloaded yet
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995061%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342989%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_002/780x0__r.jpg?hash=1774342989 not downloaded yet
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995061%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342990%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_003/780x0__r.jpg?hash=1774342990 not downloaded yet
2026-03-24 13:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_005/780x0__r.jpg?hash=1774342977> (referer: https://ecarstrade.com/cars/6995055)
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995061%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342989%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_004/780x0__r.jpg?hash=1774342989 not downloaded yet
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995061%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342989%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_005/780x0__r.jpg?hash=1774342989 not downloaded yet
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995061%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342990%27 HTTP/1.1" 200 None
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_006/780x0__r.jpg?hash=1774342990 not downloaded yet
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995029/photo_001/780x0__r.jpg?hash=1774342933> (referer: https://ecarstrade.com/cars/6995029)
2026-03-24 13:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e97c99ff-f2c5-5226-a71c-9c250fdcb959
2026-03-24 13:13:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e97c99ff-f2c5-5226-a71c-9c250fdcb959, skipping ID generation
2026-03-24 13:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e97c99ff-f2c5-5226-a71c-9c250fdcb959 with scrape type 1
2026-03-24 13:13:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e97c99ff-f2c5-5226-a71c-9c250fdcb959 sending to next pipeline
2026-03-24 13:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e97c99ff-f2c5-5226-a71c-9c250fdcb959, identifier: 6995029auction110952
2026-03-24 13:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e97c99ff-f2c5-5226-a71c-9c250fdcb959 with identifier: 6995029auction110952
2026-03-24 13:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e97c99ff-f2c5-5226-a71c-9c250fdcb959 with identifier: 6995029auction110952
2026-03-24 13:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e97c99ff-f2c5-5226-a71c-9c250fdcb959 with identifier: 6995029auction110952 to the API
2026-03-24 13:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995029/photo_001/780x0__r.jpg?hash=1774342933>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'e97c99ff-f2c5-5226-a71c-9c250fdcb959',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995029',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': '320',
'odometer': 100007,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-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-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995029auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [ecarstrade.de] INFO: Saving data for 6995029auction110952: {'created_time': 1774358017.325553, 'last_price_update_time': 1774358017.32557, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995029auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995076> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995070> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995060> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_006/780x0__r.jpg?hash=1774342950> (referer: https://ecarstrade.com/cars/6995041)
2026-03-24 13:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:37 [ecarstrade.de] INFO: Extracting details for car 6995076auction110952
2026-03-24 13:13:37 [ecarstrade.de] INFO: Extracting details for car 6995070auction110952
2026-03-24 13:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea1202df-956b-51ca-ae20-9a5887055f5f with identifier: 6995076auction110952
2026-03-24 13:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea1202df-956b-51ca-ae20-9a5887055f5f with scrape type 1
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995076%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_001/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c5dcc0d-202c-5d73-a897-03f8f55cc41d with identifier: 6995070auction110952
2026-03-24 13:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d with scrape type 1
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995070%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343005%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_001/780x0__r.jpg?hash=1774343005 not downloaded yet
2026-03-24 13:13:37 [ecarstrade.de] INFO: Extracting details for car 6995060auction110952
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995076%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_002/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995070%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343005%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_002/780x0__r.jpg?hash=1774343005 not downloaded yet
2026-03-24 13:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c544267a-48f5-5947-9f19-4620b6cdc783 with identifier: 6995060auction110952
2026-03-24 13:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c544267a-48f5-5947-9f19-4620b6cdc783 with scrape type 1
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995060%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342985%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_001/780x0__r.jpg?hash=1774342985 not downloaded yet
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995076%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343015%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_003/780x0__r.jpg?hash=1774343015 not downloaded yet
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995070%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343005%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_003/780x0__r.jpg?hash=1774343005 not downloaded yet
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995060%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342985%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_002/780x0__r.jpg?hash=1774342985 not downloaded yet
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 682824a3-040b-5024-8bd8-ad0e2c118de8
2026-03-24 13:13:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 682824a3-040b-5024-8bd8-ad0e2c118de8, skipping ID generation
2026-03-24 13:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682824a3-040b-5024-8bd8-ad0e2c118de8 with scrape type 1
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 682824a3-040b-5024-8bd8-ad0e2c118de8 sending to next pipeline
2026-03-24 13:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 682824a3-040b-5024-8bd8-ad0e2c118de8, identifier: 6995041auction110952
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995076%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_004/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995070%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343005%27 HTTP/1.1" 200 None
2026-03-24 13:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_004/780x0__r.jpg?hash=1774343005 not downloaded yet
2026-03-24 13:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 682824a3-040b-5024-8bd8-ad0e2c118de8 with identifier: 6995041auction110952
2026-03-24 13:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 682824a3-040b-5024-8bd8-ad0e2c118de8 with identifier: 6995041auction110952
2026-03-24 13:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 682824a3-040b-5024-8bd8-ad0e2c118de8 with identifier: 6995041auction110952 to the API
2026-03-24 13:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995041/photo_006/780x0__r.jpg?hash=1774342950>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '682824a3-040b-5024-8bd8-ad0e2c118de8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995041',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Transit',
'odometer': 53751,
'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': 3,
'seller_name': None,
'title': 'Transit Kasten 350 L3 Trend 2.0 TDCi 96KW MT6 E6d',
'transmission': 'manual',
'trim': 'Kasten 350 L3 Trend 2.0 TDCi 96KW MT6 E6d',
'vin': None,
'year': 2023}
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995041auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [ecarstrade.de] INFO: Saving data for 6995041auction110952: {'created_time': 1774358019.718458, 'last_price_update_time': 1774358019.718469, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995041auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995060%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342985%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_003/780x0__r.jpg?hash=1774342985 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995076%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343015%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_005/780x0__r.jpg?hash=1774343015 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995070%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343006%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_005/780x0__r.jpg?hash=1774343006 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995060%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342985%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_004/780x0__r.jpg?hash=1774342985 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995076%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343015%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_006/780x0__r.jpg?hash=1774343015 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995070%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343006%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_006/780x0__r.jpg?hash=1774343006 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995060%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342986%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_005/780x0__r.jpg?hash=1774342986 not downloaded yet
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995060%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342986%27 HTTP/1.1" 200 None
2026-03-24 13:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_006/780x0__r.jpg?hash=1774342986 not downloaded yet
2026-03-24 13:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995064> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:40 [ecarstrade.de] INFO: Extracting details for car 6995064auction110952
2026-03-24 13:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c68cadc-36af-5465-8e4b-568c3f7d964d with identifier: 6995064auction110952
2026-03-24 13:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c68cadc-36af-5465-8e4b-568c3f7d964d with scrape type 1
2026-03-24 13:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995064%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342995%27 HTTP/1.1" 200 None
2026-03-24 13:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_001/780x0__r.jpg?hash=1774342995 not downloaded yet
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995064%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342995%27 HTTP/1.1" 200 None
2026-03-24 13:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_002/780x0__r.jpg?hash=1774342995 not downloaded yet
2026-03-24 13:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995064%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342995%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_003/780x0__r.jpg?hash=1774342995 not downloaded yet
2026-03-24 13:13:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995064%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342995%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_004/780x0__r.jpg?hash=1774342995 not downloaded yet
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995064%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342995%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_005/780x0__r.jpg?hash=1774342995 not downloaded yet
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995064%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342995%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_006/780x0__r.jpg?hash=1774342995 not downloaded yet
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found 20 car items
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990780auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990780auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990780auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990759auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990759auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990759auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990777auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990777auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990777auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990786auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990786auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990786auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990803auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990803auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990803auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990775auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990775auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990775auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990760auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990760auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990760auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990805auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990805auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990805auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990765auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990765auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990765auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990797auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990797auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990797auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990762auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990762auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990762auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990807auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990807auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990807auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990788auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990788auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990788auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990801auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990801auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990801auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990799auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990799auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990799auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990781auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990781auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990781auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990768auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990768auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990768auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990794auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990794auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990794auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990791auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990791auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990791auction110895: 0
2026-03-24 13:13:41 [ecarstrade.de] INFO: Found listing with ID: 6990784auction110895
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990784auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:41 [ecarstrade.de] INFO: Scrape type for 6990784auction110895: 0
2026-03-24 13:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995044> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_003/780x0__r.jpg?hash=1774342990> (referer: https://ecarstrade.com/cars/6995061)
2026-03-24 13:13:46 [ecarstrade.de] INFO: Extracting details for car 6995044auction110952
2026-03-24 13:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a116f77-a572-565f-9953-88b6577acff0 with identifier: 6995044auction110952
2026-03-24 13:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a116f77-a572-565f-9953-88b6577acff0 with scrape type 1
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995044%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342956%27 HTTP/1.1" 200 None
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_001/780x0__r.jpg?hash=1774342956 not downloaded yet
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_006/780x0__r.jpg?hash=1774342990> (referer: https://ecarstrade.com/cars/6995061)
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995044%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342956%27 HTTP/1.1" 200 None
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_002/780x0__r.jpg?hash=1774342956 not downloaded yet
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995044%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342956%27 HTTP/1.1" 200 None
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_003/780x0__r.jpg?hash=1774342956 not downloaded yet
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995044%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342957%27 HTTP/1.1" 200 None
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_004/780x0__r.jpg?hash=1774342957 not downloaded yet
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995044%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342958%27 HTTP/1.1" 200 None
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_005/780x0__r.jpg?hash=1774342958 not downloaded yet
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995044%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342956%27 HTTP/1.1" 200 None
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_006/780x0__r.jpg?hash=1774342956 not downloaded yet
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_005/780x0__r.jpg?hash=1774342989> (referer: https://ecarstrade.com/cars/6995061)
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_004/780x0__r.jpg?hash=1774342989> (referer: https://ecarstrade.com/cars/6995061)
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_002/780x0__r.jpg?hash=1774342989> (referer: https://ecarstrade.com/cars/6995061)
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_001/780x0__r.jpg?hash=1774342990> (referer: https://ecarstrade.com/cars/6995061)
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_006/780x0__r.jpg?hash=1774342986> (referer: https://ecarstrade.com/cars/6995060)
2026-03-24 13:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_002/780x0__r.jpg?hash=1774342995> (referer: https://ecarstrade.com/cars/6995064)
2026-03-24 13:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d
2026-03-24 13:13:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d, skipping ID generation
2026-03-24 13:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d with scrape type 1
2026-03-24 13:13:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d sending to next pipeline
2026-03-24 13:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d, identifier: 6995061auction110952
2026-03-24 13:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d with identifier: 6995061auction110952
2026-03-24 13:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d with identifier: 6995061auction110952
2026-03-24 13:13:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 44d816fa-6d7a-518a-9e1e-e8c25c3cd91d with identifier: 6995061auction110952 to the API
2026-03-24 13:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995061/photo_001/780x0__r.jpg?hash=1774342990>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': '44d816fa-6d7a-518a-9e1e-e8c25c3cd91d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995061',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29850,
'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': 'Corsa F Elegance 1.2 Turbo 74KW AT8 E6d',
'transmission': 'automatic',
'trim': 'F Elegance 1.2 Turbo 74KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995061auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [ecarstrade.de] INFO: Saving data for 6995061auction110952: {'created_time': 1774358028.603096, 'last_price_update_time': 1774358028.603107, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995061auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995036> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995079> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_006/780x0__r.jpg?hash=1774342995> (referer: https://ecarstrade.com/cars/6995064)
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_001/780x0__r.jpg?hash=1774342956> (referer: https://ecarstrade.com/cars/6995044)
2026-03-24 13:13:48 [ecarstrade.de] INFO: Extracting details for car 6995036auction110952
2026-03-24 13:13:48 [ecarstrade.de] INFO: Extracting details for car 6995079auction110952
2026-03-24 13:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e472389d-efc0-55ea-923c-da1340bc45c9 with identifier: 6995036auction110952
2026-03-24 13:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e472389d-efc0-55ea-923c-da1340bc45c9 with scrape type 1
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995036%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_001/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7aa5193-b9e3-5269-b25d-11329f972542 with identifier: 6995079auction110952
2026-03-24 13:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7aa5193-b9e3-5269-b25d-11329f972542 with scrape type 1
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995079%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_001/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_005/780x0__r.jpg?hash=1774342958> (referer: https://ecarstrade.com/cars/6995044)
2026-03-24 13:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_006/780x0__r.jpg?hash=1774342956> (referer: https://ecarstrade.com/cars/6995044)
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995036%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_002/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995079%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_002/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995036%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_003/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995079%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_003/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995036%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342942%27 HTTP/1.1" 200 None
2026-03-24 13:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_004/780x0__r.jpg?hash=1774342942 not downloaded yet
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995079%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_004/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_003/780x0__r.jpg?hash=1774342956> (referer: https://ecarstrade.com/cars/6995044)
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_004/780x0__r.jpg?hash=1774342957> (referer: https://ecarstrade.com/cars/6995044)
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995036%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342943%27 HTTP/1.1" 200 None
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_005/780x0__r.jpg?hash=1774342943 not downloaded yet
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995079%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_005/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995036%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342942%27 HTTP/1.1" 200 None
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_006/780x0__r.jpg?hash=1774342942 not downloaded yet
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995079%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343020%27 HTTP/1.1" 200 None
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_006/780x0__r.jpg?hash=1774343020 not downloaded yet
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_002/780x0__r.jpg?hash=1774342956> (referer: https://ecarstrade.com/cars/6995044)
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_005/780x0__r.jpg?hash=1774342995> (referer: https://ecarstrade.com/cars/6995064)
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_003/780x0__r.jpg?hash=1774342995> (referer: https://ecarstrade.com/cars/6995064)
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_004/780x0__r.jpg?hash=1774342995> (referer: https://ecarstrade.com/cars/6995064)
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9a116f77-a572-565f-9953-88b6577acff0
2026-03-24 13:13:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a116f77-a572-565f-9953-88b6577acff0, skipping ID generation
2026-03-24 13:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a116f77-a572-565f-9953-88b6577acff0 with scrape type 1
2026-03-24 13:13:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a116f77-a572-565f-9953-88b6577acff0 sending to next pipeline
2026-03-24 13:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 9a116f77-a572-565f-9953-88b6577acff0, identifier: 6995044auction110952
2026-03-24 13:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_005/780x0__r.jpg?hash=1774342986> (referer: https://ecarstrade.com/cars/6995060)
2026-03-24 13:13:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 9a116f77-a572-565f-9953-88b6577acff0 with identifier: 6995044auction110952
2026-03-24 13:13:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 9a116f77-a572-565f-9953-88b6577acff0 with identifier: 6995044auction110952
2026-03-24 13:13:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 9a116f77-a572-565f-9953-88b6577acff0 with identifier: 6995044auction110952 to the API
2026-03-24 13:13:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995044/photo_002/780x0__r.jpg?hash=1774342956>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '9a116f77-a572-565f-9953-88b6577acff0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995044',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 129101,
'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': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 340 L1 Trend 2.0 TDCi 125KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten 340 L1 Trend 2.0 TDCi 125KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995044auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:50 [ecarstrade.de] INFO: Saving data for 6995044auction110952: {'created_time': 1774358030.907384, 'last_price_update_time': 1774358030.907395, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995044auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_001/780x0__r.jpg?hash=1774342995> (referer: https://ecarstrade.com/cars/6995064)
2026-03-24 13:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_001/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995036)
2026-03-24 13:13:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_001/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995079)
2026-03-24 13:13:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c68cadc-36af-5465-8e4b-568c3f7d964d
2026-03-24 13:13:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c68cadc-36af-5465-8e4b-568c3f7d964d, skipping ID generation
2026-03-24 13:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c68cadc-36af-5465-8e4b-568c3f7d964d with scrape type 1
2026-03-24 13:13:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c68cadc-36af-5465-8e4b-568c3f7d964d sending to next pipeline
2026-03-24 13:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7c68cadc-36af-5465-8e4b-568c3f7d964d, identifier: 6995064auction110952
2026-03-24 13:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7c68cadc-36af-5465-8e4b-568c3f7d964d with identifier: 6995064auction110952
2026-03-24 13:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7c68cadc-36af-5465-8e4b-568c3f7d964d with identifier: 6995064auction110952
2026-03-24 13:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7c68cadc-36af-5465-8e4b-568c3f7d964d with identifier: 6995064auction110952 to the API
2026-03-24 13:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995064/photo_001/780x0__r.jpg?hash=1774342995>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '7c68cadc-36af-5465-8e4b-568c3f7d964d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995064',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Seat',
'model': 'Leon',
'odometer': 151937,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Leon Sportstourer Style 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Sportstourer Style 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995064auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:52 [ecarstrade.de] INFO: Saving data for 6995064auction110952: {'created_time': 1774358032.571124, 'last_price_update_time': 1774358032.571139, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995064auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_004/780x0__r.jpg?hash=1774342942> (referer: https://ecarstrade.com/cars/6995036)
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_004/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995079)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_006/780x0__r.jpg?hash=1774342942> (referer: https://ecarstrade.com/cars/6995036)
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_006/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995079)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_005/780x0__r.jpg?hash=1774342943> (referer: https://ecarstrade.com/cars/6995036)
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_005/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995079)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_003/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995079)
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_003/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995036)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_002/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995036)
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_002/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995079)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_006/780x0__r.jpg?hash=1774343015> (referer: https://ecarstrade.com/cars/6995076)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_006/780x0__r.jpg?hash=1774343006> (referer: https://ecarstrade.com/cars/6995070)
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e472389d-efc0-55ea-923c-da1340bc45c9
2026-03-24 13:13:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e472389d-efc0-55ea-923c-da1340bc45c9, skipping ID generation
2026-03-24 13:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e472389d-efc0-55ea-923c-da1340bc45c9 with scrape type 1
2026-03-24 13:13:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e472389d-efc0-55ea-923c-da1340bc45c9 sending to next pipeline
2026-03-24 13:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e472389d-efc0-55ea-923c-da1340bc45c9, identifier: 6995036auction110952
2026-03-24 13:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e472389d-efc0-55ea-923c-da1340bc45c9 with identifier: 6995036auction110952
2026-03-24 13:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e472389d-efc0-55ea-923c-da1340bc45c9 with identifier: 6995036auction110952
2026-03-24 13:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e472389d-efc0-55ea-923c-da1340bc45c9 with identifier: 6995036auction110952 to the API
2026-03-24 13:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995036/photo_002/780x0__r.jpg?hash=1774342941>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'e472389d-efc0-55ea-923c-da1340bc45c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995036',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Ford',
'model': 'Focus',
'odometer': 116913,
'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': 'Focus Turnier Active 1.5 EcoBlue 88KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Turnier Active 1.5 EcoBlue 88KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995036auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:54 [ecarstrade.de] INFO: Saving data for 6995036auction110952: {'created_time': 1774358034.293247, 'last_price_update_time': 1774358034.293259, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995036auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_005/780x0__r.jpg?hash=1774343006> (referer: https://ecarstrade.com/cars/6995070)
2026-03-24 13:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_004/780x0__r.jpg?hash=1774342985> (referer: https://ecarstrade.com/cars/6995060)
2026-03-24 13:13:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d7aa5193-b9e3-5269-b25d-11329f972542
2026-03-24 13:13:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7aa5193-b9e3-5269-b25d-11329f972542, skipping ID generation
2026-03-24 13:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7aa5193-b9e3-5269-b25d-11329f972542 with scrape type 1
2026-03-24 13:13:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7aa5193-b9e3-5269-b25d-11329f972542 sending to next pipeline
2026-03-24 13:13:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d7aa5193-b9e3-5269-b25d-11329f972542, identifier: 6995079auction110952
2026-03-24 13:13:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:13:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d7aa5193-b9e3-5269-b25d-11329f972542 with identifier: 6995079auction110952
2026-03-24 13:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d7aa5193-b9e3-5269-b25d-11329f972542 with identifier: 6995079auction110952
2026-03-24 13:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d7aa5193-b9e3-5269-b25d-11329f972542 with identifier: 6995079auction110952 to the API
2026-03-24 13:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995079/photo_002/780x0__r.jpg?hash=1774343020>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': 'd7aa5193-b9e3-5269-b25d-11329f972542',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995079',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 142878,
'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': 'Passat Variant GTE 1.4 TSI 160KW AT6 E6d',
'transmission': 'automatic',
'trim': 'GTE 1.4 TSI 160KW AT6 E6d',
'vin': None,
'year': 2020}
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995079auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Saving data for 6995079auction110952: {'created_time': 1774358037.265858, 'last_price_update_time': 1774358037.26587, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995079auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_005/780x0__r.jpg?hash=1774343015> (referer: https://ecarstrade.com/cars/6995076)
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_003/780x0__r.jpg?hash=1774342985> (referer: https://ecarstrade.com/cars/6995060)
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995062> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995066> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_004/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995076)
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_003/780x0__r.jpg?hash=1774343005> (referer: https://ecarstrade.com/cars/6995070)
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_004/780x0__r.jpg?hash=1774343005> (referer: https://ecarstrade.com/cars/6995070)
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_002/780x0__r.jpg?hash=1774342985> (referer: https://ecarstrade.com/cars/6995060)
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_003/780x0__r.jpg?hash=1774343015> (referer: https://ecarstrade.com/cars/6995076)
2026-03-24 13:13:57 [ecarstrade.de] INFO: Extracting details for car 6995062auction110952
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_001/780x0__r.jpg?hash=1774342985> (referer: https://ecarstrade.com/cars/6995060)
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_002/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995076)
2026-03-24 13:13:57 [ecarstrade.de] INFO: Extracting details for car 6995066auction110952
2026-03-24 13:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57187b72-19f9-5792-bf17-fb9b46d4d755 with identifier: 6995062auction110952
2026-03-24 13:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57187b72-19f9-5792-bf17-fb9b46d4d755 with scrape type 1
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995062%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342992%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_001/780x0__r.jpg?hash=1774342992 not downloaded yet
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found 7 car items
2026-03-24 13:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de0cec8f-3166-593b-8aee-f170d94ace43 with identifier: 6995066auction110952
2026-03-24 13:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de0cec8f-3166-593b-8aee-f170d94ace43 with scrape type 1
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995066%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342996%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_001/780x0__r.jpg?hash=1774342996 not downloaded yet
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_002/780x0__r.jpg?hash=1774343005> (referer: https://ecarstrade.com/cars/6995070)
2026-03-24 13:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_001/780x0__r.jpg?hash=1774343005> (referer: https://ecarstrade.com/cars/6995070)
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995062%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342992%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_002/780x0__r.jpg?hash=1774342992 not downloaded yet
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990764auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990764auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990764auction110895: 0
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990766auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990766auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990766auction110895: 0
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990787auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990787auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990787auction110895: 0
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990782auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990782auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990782auction110895: 0
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990763auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990763auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990763auction110895: 0
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990767auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990767auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990767auction110895: 0
2026-03-24 13:13:57 [ecarstrade.de] INFO: Found listing with ID: 6990769auction110895
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276990769auction110895%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [ecarstrade.de] INFO: Scrape type for 6990769auction110895: 0
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995066%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342996%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_002/780x0__r.jpg?hash=1774342996 not downloaded yet
2026-03-24 13:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_001/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995076)
2026-03-24 13:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995062%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342992%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_003/780x0__r.jpg?hash=1774342992 not downloaded yet
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995066%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342998%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_003/780x0__r.jpg?hash=1774342998 not downloaded yet
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995062%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342992%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_004/780x0__r.jpg?hash=1774342992 not downloaded yet
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995066%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342998%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_004/780x0__r.jpg?hash=1774342998 not downloaded yet
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c544267a-48f5-5947-9f19-4620b6cdc783
2026-03-24 13:13:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c544267a-48f5-5947-9f19-4620b6cdc783, skipping ID generation
2026-03-24 13:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c544267a-48f5-5947-9f19-4620b6cdc783 with scrape type 1
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c544267a-48f5-5947-9f19-4620b6cdc783 sending to next pipeline
2026-03-24 13:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c544267a-48f5-5947-9f19-4620b6cdc783, identifier: 6995060auction110952
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d
2026-03-24 13:13:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6c5dcc0d-202c-5d73-a897-03f8f55cc41d, skipping ID generation
2026-03-24 13:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d with scrape type 1
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6c5dcc0d-202c-5d73-a897-03f8f55cc41d sending to next pipeline
2026-03-24 13:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6c5dcc0d-202c-5d73-a897-03f8f55cc41d, identifier: 6995070auction110952
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995062%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342992%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_005/780x0__r.jpg?hash=1774342992 not downloaded yet
2026-03-24 13:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13: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%252F6990001-7000000%252F6995066%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342998%27 HTTP/1.1" 200 None
2026-03-24 13:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_005/780x0__r.jpg?hash=1774342998 not downloaded yet
2026-03-24 13:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c544267a-48f5-5947-9f19-4620b6cdc783 with identifier: 6995060auction110952
2026-03-24 13:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c544267a-48f5-5947-9f19-4620b6cdc783 with identifier: 6995060auction110952
2026-03-24 13:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c544267a-48f5-5947-9f19-4620b6cdc783 with identifier: 6995060auction110952 to the API
2026-03-24 13:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:13: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-24 13:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995060/photo_001/780x0__r.jpg?hash=1774342985>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'c544267a-48f5-5947-9f19-4620b6cdc783',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995060',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 129008,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Insignia B Sports Tourer Business 2.0 CDTI 128KW AT8 E6d',
'transmission': 'automatic',
'trim': 'B Sports Tourer Business 2.0 CDTI 128KW AT8 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995060auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:13:59 [ecarstrade.de] INFO: Saving data for 6995060auction110952: {'created_time': 1774358039.522733, 'last_price_update_time': 1774358039.522747, 'auction_closing_time': 1774431600.0}
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995060auction110952') HTTP/1.1" 204 0
2026-03-24 13:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6c5dcc0d-202c-5d73-a897-03f8f55cc41d with identifier: 6995070auction110952
2026-03-24 13:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6c5dcc0d-202c-5d73-a897-03f8f55cc41d with identifier: 6995070auction110952
2026-03-24 13:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6c5dcc0d-202c-5d73-a897-03f8f55cc41d with identifier: 6995070auction110952 to the API
2026-03-24 13:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995070/photo_001/780x0__r.jpg?hash=1774343005>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': '6c5dcc0d-202c-5d73-a897-03f8f55cc41d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995070',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 38463,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Scala Ambition 1.0 TSI 81KW MT6 E6d',
'transmission': 'manual',
'trim': 'Ambition 1.0 TSI 81KW MT6 E6d',
'vin': None,
'year': 2023}
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995070auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:01 [ecarstrade.de] INFO: Saving data for 6995070auction110952: {'created_time': 1774358041.612453, 'last_price_update_time': 1774358041.612465, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995070auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995062%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342992%27 HTTP/1.1" 200 None
2026-03-24 13:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_006/780x0__r.jpg?hash=1774342992 not downloaded yet
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995066%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342997%27 HTTP/1.1" 200 None
2026-03-24 13:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_006/780x0__r.jpg?hash=1774342997 not downloaded yet
2026-03-24 13:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea1202df-956b-51ca-ae20-9a5887055f5f
2026-03-24 13:14:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea1202df-956b-51ca-ae20-9a5887055f5f, skipping ID generation
2026-03-24 13:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea1202df-956b-51ca-ae20-9a5887055f5f with scrape type 1
2026-03-24 13:14:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea1202df-956b-51ca-ae20-9a5887055f5f sending to next pipeline
2026-03-24 13:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ea1202df-956b-51ca-ae20-9a5887055f5f, identifier: 6995076auction110952
2026-03-24 13:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ea1202df-956b-51ca-ae20-9a5887055f5f with identifier: 6995076auction110952
2026-03-24 13:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ea1202df-956b-51ca-ae20-9a5887055f5f with identifier: 6995076auction110952
2026-03-24 13:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ea1202df-956b-51ca-ae20-9a5887055f5f with identifier: 6995076auction110952 to the API
2026-03-24 13:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995076/photo_001/780x0__r.jpg?hash=1774343014>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'ea1202df-956b-51ca-ae20-9a5887055f5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995076',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 114856,
'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': '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': 2023}
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995076auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:03 [ecarstrade.de] INFO: Saving data for 6995076auction110952: {'created_time': 1774358043.57374, 'last_price_update_time': 1774358043.573754, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995076auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:06 [scrapy.extensions.logstats] INFO: Crawled 62 pages (at 15 pages/min), scraped 40 items (at 23 items/min)
2026-03-24 13:14:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995075> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_004/780x0__r.jpg?hash=1774342977> (referer: https://ecarstrade.com/cars/6995055)
2026-03-24 13:14:10 [ecarstrade.de] INFO: Extracting details for car 6995075auction110952
2026-03-24 13:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb7d54f6-2589-58f0-985b-c6be4175bd9c with identifier: 6995075auction110952
2026-03-24 13:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7d54f6-2589-58f0-985b-c6be4175bd9c with scrape type 1
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995075%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_001/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995075%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343013%27 HTTP/1.1" 200 None
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_002/780x0__r.jpg?hash=1774343013 not downloaded yet
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995075%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343013%27 HTTP/1.1" 200 None
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_003/780x0__r.jpg?hash=1774343013 not downloaded yet
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_003/780x0__r.jpg?hash=1774342976> (referer: https://ecarstrade.com/cars/6995055)
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995075%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_004/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995075%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_005/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995075%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343014%27 HTTP/1.1" 200 None
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_006/780x0__r.jpg?hash=1774343014 not downloaded yet
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_002/780x0__r.jpg?hash=1774342976> (referer: https://ecarstrade.com/cars/6995055)
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_001/780x0__r.jpg?hash=1774342976> (referer: https://ecarstrade.com/cars/6995055)
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995068> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_005/780x0__r.jpg?hash=1774342979> (referer: https://ecarstrade.com/cars/6995056)
2026-03-24 13:14:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-24 13:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_001/780x0__r.jpg?hash=1774342996> (referer: https://ecarstrade.com/cars/6995066)
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6
2026-03-24 13:14:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49ae2f95-c6c4-51b9-ad11-8a27ca070db6, skipping ID generation
2026-03-24 13:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 with scrape type 1
2026-03-24 13:14:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 sending to next pipeline
2026-03-24 13:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 49ae2f95-c6c4-51b9-ad11-8a27ca070db6, identifier: 6995055auction110952
2026-03-24 13:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 with identifier: 6995055auction110952
2026-03-24 13:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 with identifier: 6995055auction110952
2026-03-24 13:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 49ae2f95-c6c4-51b9-ad11-8a27ca070db6 with identifier: 6995055auction110952 to the API
2026-03-24 13:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995055/photo_001/780x0__r.jpg?hash=1774342976>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '49ae2f95-c6c4-51b9-ad11-8a27ca070db6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995055',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 90461,
'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': 'GLC -Klasse GLC 220 d 4Matic (253.915) 143KW AT9 E6d',
'transmission': 'automatic',
'trim': 'GLC -Klasse d 4Matic (253.915) 143KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995055auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [ecarstrade.de] INFO: Saving data for 6995055auction110952: {'created_time': 1774358051.844325, 'last_price_update_time': 1774358051.844414, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995055auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_002/780x0__r.jpg?hash=1774342996> (referer: https://ecarstrade.com/cars/6995066)
2026-03-24 13:14:11 [ecarstrade.de] INFO: Extracting details for car 6995068auction110952
2026-03-24 13:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995034> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b640a6f-6769-5208-8f78-6cf73a99a271 with identifier: 6995068auction110952
2026-03-24 13:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b640a6f-6769-5208-8f78-6cf73a99a271 with scrape type 1
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995068%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774343003%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_001/780x0__r.jpg?hash=1774343003 not downloaded yet
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995068%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774343003%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_002/780x0__r.jpg?hash=1774343003 not downloaded yet
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995068%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774343003%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_003/780x0__r.jpg?hash=1774343003 not downloaded yet
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995068%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774343003%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_004/780x0__r.jpg?hash=1774343003 not downloaded yet
2026-03-24 13:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_006/780x0__r.jpg?hash=1774342997> (referer: https://ecarstrade.com/cars/6995066)
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995068%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774343003%27 HTTP/1.1" 200 None
2026-03-24 13:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_005/780x0__r.jpg?hash=1774343003 not downloaded yet
2026-03-24 13:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_006/780x0__r.jpg?hash=1774342992> (referer: https://ecarstrade.com/cars/6995062)
2026-03-24 13:14:12 [ecarstrade.de] INFO: Extracting details for car 6995034auction110952
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995068%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774343003%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_006/780x0__r.jpg?hash=1774343003 not downloaded yet
2026-03-24 13:14:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2f4082d-f61f-51b4-bba3-3312e9d832c5 with identifier: 6995034auction110952
2026-03-24 13:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2f4082d-f61f-51b4-bba3-3312e9d832c5 with scrape type 1
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995034%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342937%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_001/780x0__r.jpg?hash=1774342937 not downloaded yet
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995034%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342937%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_002/780x0__r.jpg?hash=1774342937 not downloaded yet
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_003/780x0__r.jpg?hash=1774343013> (referer: https://ecarstrade.com/cars/6995075)
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_006/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995075)
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995034%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342937%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_003/780x0__r.jpg?hash=1774342937 not downloaded yet
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995034%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342937%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_004/780x0__r.jpg?hash=1774342937 not downloaded yet
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995034%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_005/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995034%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342939%27 HTTP/1.1" 200 None
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_006/780x0__r.jpg?hash=1774342939 not downloaded yet
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_005/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995075)
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_004/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995075)
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_001/780x0__r.jpg?hash=1774343014> (referer: https://ecarstrade.com/cars/6995075)
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_002/780x0__r.jpg?hash=1774343013> (referer: https://ecarstrade.com/cars/6995075)
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_005/780x0__r.jpg?hash=1774342992> (referer: https://ecarstrade.com/cars/6995062)
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_005/780x0__r.jpg?hash=1774342998> (referer: https://ecarstrade.com/cars/6995066)
2026-03-24 13:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_004/780x0__r.jpg?hash=1774343003> (referer: https://ecarstrade.com/cars/6995068)
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb7d54f6-2589-58f0-985b-c6be4175bd9c
2026-03-24 13:14:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb7d54f6-2589-58f0-985b-c6be4175bd9c, skipping ID generation
2026-03-24 13:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb7d54f6-2589-58f0-985b-c6be4175bd9c with scrape type 1
2026-03-24 13:14:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb7d54f6-2589-58f0-985b-c6be4175bd9c sending to next pipeline
2026-03-24 13:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: bb7d54f6-2589-58f0-985b-c6be4175bd9c, identifier: 6995075auction110952
2026-03-24 13:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: bb7d54f6-2589-58f0-985b-c6be4175bd9c with identifier: 6995075auction110952
2026-03-24 13:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: bb7d54f6-2589-58f0-985b-c6be4175bd9c with identifier: 6995075auction110952
2026-03-24 13:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: bb7d54f6-2589-58f0-985b-c6be4175bd9c with identifier: 6995075auction110952 to the API
2026-03-24 13:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995075/photo_002/780x0__r.jpg?hash=1774343013>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': 'bb7d54f6-2589-58f0-985b-c6be4175bd9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995075',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 73482,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 4,
'seller_name': None,
'title': 'Aygo X 1.0 53KW MT5 E6d',
'transmission': 'manual',
'trim': 'X 1.0 53KW MT5 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995075auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:13 [ecarstrade.de] INFO: Saving data for 6995075auction110952: {'created_time': 1774358053.572081, 'last_price_update_time': 1774358053.572093, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995075auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_003/780x0__r.jpg?hash=1774343003> (referer: https://ecarstrade.com/cars/6995068)
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_002/780x0__r.jpg?hash=1774342937> (referer: https://ecarstrade.com/cars/6995034)
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_006/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995034)
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_001/780x0__r.jpg?hash=1774342937> (referer: https://ecarstrade.com/cars/6995034)
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_005/780x0__r.jpg?hash=1774342939> (referer: https://ecarstrade.com/cars/6995034)
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_004/780x0__r.jpg?hash=1774342937> (referer: https://ecarstrade.com/cars/6995034)
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_003/780x0__r.jpg?hash=1774342937> (referer: https://ecarstrade.com/cars/6995034)
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_006/780x0__r.jpg?hash=1774343003> (referer: https://ecarstrade.com/cars/6995068)
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_005/780x0__r.jpg?hash=1774343003> (referer: https://ecarstrade.com/cars/6995068)
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a2f4082d-f61f-51b4-bba3-3312e9d832c5
2026-03-24 13:14:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2f4082d-f61f-51b4-bba3-3312e9d832c5, skipping ID generation
2026-03-24 13:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2f4082d-f61f-51b4-bba3-3312e9d832c5 with scrape type 1
2026-03-24 13:14:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2f4082d-f61f-51b4-bba3-3312e9d832c5 sending to next pipeline
2026-03-24 13:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a2f4082d-f61f-51b4-bba3-3312e9d832c5, identifier: 6995034auction110952
2026-03-24 13:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a2f4082d-f61f-51b4-bba3-3312e9d832c5 with identifier: 6995034auction110952
2026-03-24 13:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a2f4082d-f61f-51b4-bba3-3312e9d832c5 with identifier: 6995034auction110952
2026-03-24 13:14:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a2f4082d-f61f-51b4-bba3-3312e9d832c5 with identifier: 6995034auction110952 to the API
2026-03-24 13:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995034/photo_003/780x0__r.jpg?hash=1774342937>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'a2f4082d-f61f-51b4-bba3-3312e9d832c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995034',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 130425,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'transmission': 'manual',
'trim': 'Turnier Cool & Connect 1.5 EcoBlue 88KW MT6 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995034auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:15 [ecarstrade.de] INFO: Saving data for 6995034auction110952: {'created_time': 1774358055.38452, 'last_price_update_time': 1774358055.384531, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995034auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_002/780x0__r.jpg?hash=1774343003> (referer: https://ecarstrade.com/cars/6995068)
2026-03-24 13:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_001/780x0__r.jpg?hash=1774343003> (referer: https://ecarstrade.com/cars/6995068)
2026-03-24 13:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995046> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:14:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_004/780x0__r.jpg?hash=1774342998> (referer: https://ecarstrade.com/cars/6995066)
2026-03-24 13:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_003/780x0__r.jpg?hash=1774342998> (referer: https://ecarstrade.com/cars/6995066)
2026-03-24 13:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_004/780x0__r.jpg?hash=1774342992> (referer: https://ecarstrade.com/cars/6995062)
2026-03-24 13:14:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b640a6f-6769-5208-8f78-6cf73a99a271
2026-03-24 13:14:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b640a6f-6769-5208-8f78-6cf73a99a271, skipping ID generation
2026-03-24 13:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b640a6f-6769-5208-8f78-6cf73a99a271 with scrape type 1
2026-03-24 13:14:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b640a6f-6769-5208-8f78-6cf73a99a271 sending to next pipeline
2026-03-24 13:14:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3b640a6f-6769-5208-8f78-6cf73a99a271, identifier: 6995068auction110952
2026-03-24 13:14:15 [ecarstrade.de] INFO: Extracting details for car 6995046auction110952
2026-03-24 13:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3b640a6f-6769-5208-8f78-6cf73a99a271 with identifier: 6995068auction110952
2026-03-24 13:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3b640a6f-6769-5208-8f78-6cf73a99a271 with identifier: 6995068auction110952
2026-03-24 13:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3b640a6f-6769-5208-8f78-6cf73a99a271 with identifier: 6995068auction110952 to the API
2026-03-24 13:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995068/photo_001/780x0__r.jpg?hash=1774343003>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': '3b640a6f-6769-5208-8f78-6cf73a99a271',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995068',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 85763,
'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': 'Fabia Combi Best of 1.0 TSI 70KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Best of 1.0 TSI 70KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995068auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:18 [ecarstrade.de] INFO: Saving data for 6995068auction110952: {'created_time': 1774358058.702606, 'last_price_update_time': 1774358058.702616, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995068auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_003/780x0__r.jpg?hash=1774342992> (referer: https://ecarstrade.com/cars/6995062)
2026-03-24 13:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_002/780x0__r.jpg?hash=1774342992> (referer: https://ecarstrade.com/cars/6995062)
2026-03-24 13:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_001/780x0__r.jpg?hash=1774342992> (referer: https://ecarstrade.com/cars/6995062)
2026-03-24 13:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63be3502-6a58-542d-b147-15a643e69736 with identifier: 6995046auction110952
2026-03-24 13:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63be3502-6a58-542d-b147-15a643e69736 with scrape type 1
2026-03-24 13:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995046%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_001/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:14:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:14:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de0cec8f-3166-593b-8aee-f170d94ace43
2026-03-24 13:14:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de0cec8f-3166-593b-8aee-f170d94ace43, skipping ID generation
2026-03-24 13:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de0cec8f-3166-593b-8aee-f170d94ace43 with scrape type 1
2026-03-24 13:14:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de0cec8f-3166-593b-8aee-f170d94ace43 sending to next pipeline
2026-03-24 13:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: de0cec8f-3166-593b-8aee-f170d94ace43, identifier: 6995066auction110952
2026-03-24 13:14:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: de0cec8f-3166-593b-8aee-f170d94ace43 with identifier: 6995066auction110952
2026-03-24 13:14:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: de0cec8f-3166-593b-8aee-f170d94ace43 with identifier: 6995066auction110952
2026-03-24 13:14:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: de0cec8f-3166-593b-8aee-f170d94ace43 with identifier: 6995066auction110952 to the API
2026-03-24 13:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995066/photo_003/780x0__r.jpg?hash=1774342998>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'de0cec8f-3166-593b-8aee-f170d94ace43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995066',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Renault',
'model': 'Megane',
'odometer': 146422,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Megane IV Grandtour Business Edition 1.5 dCi 81KW MT6 E6',
'transmission': 'manual',
'trim': 'IV Grandtour Business Edition 1.5 dCi 81KW MT6 E6',
'vin': None,
'year': 2017}
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995066auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:20 [ecarstrade.de] INFO: Saving data for 6995066auction110952: {'created_time': 1774358060.854827, 'last_price_update_time': 1774358060.854838, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995066auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995046%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_002/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_002/780x0__r.jpg?hash=1774342979> (referer: https://ecarstrade.com/cars/6995056)
2026-03-24 13:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_003/780x0__r.jpg?hash=1774342978> (referer: https://ecarstrade.com/cars/6995056)
2026-03-24 13:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_004/780x0__r.jpg?hash=1774342979> (referer: https://ecarstrade.com/cars/6995056)
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995046%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_003/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57187b72-19f9-5792-bf17-fb9b46d4d755
2026-03-24 13:14:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57187b72-19f9-5792-bf17-fb9b46d4d755, skipping ID generation
2026-03-24 13:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57187b72-19f9-5792-bf17-fb9b46d4d755 with scrape type 1
2026-03-24 13:14:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57187b72-19f9-5792-bf17-fb9b46d4d755 sending to next pipeline
2026-03-24 13:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 57187b72-19f9-5792-bf17-fb9b46d4d755, identifier: 6995062auction110952
2026-03-24 13:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14: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%252F6990001-7000000%252F6995046%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_004/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 57187b72-19f9-5792-bf17-fb9b46d4d755 with identifier: 6995062auction110952
2026-03-24 13:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 57187b72-19f9-5792-bf17-fb9b46d4d755 with identifier: 6995062auction110952
2026-03-24 13:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 57187b72-19f9-5792-bf17-fb9b46d4d755 with identifier: 6995062auction110952 to the API
2026-03-24 13:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14: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-24 13:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995062/photo_001/780x0__r.jpg?hash=1774342992>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '57187b72-19f9-5792-bf17-fb9b46d4d755',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995062',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Opel',
'model': 'Astra',
'odometer': 74502,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Astra K Sports Tourer INNOVATION Start/Stop 1.6 CDTI 81KW MT6 E6',
'transmission': 'manual',
'trim': 'K Sports Tourer INNOVATION Start/Stop 1.6 CDTI 81KW MT6 E6',
'vin': None,
'year': 2017}
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995062auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:23 [ecarstrade.de] INFO: Saving data for 6995062auction110952: {'created_time': 1774358063.211309, 'last_price_update_time': 1774358063.211321, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995062auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_004/780x0__r.jpg?hash=1774342918> (referer: https://ecarstrade.com/cars/6995021)
2026-03-24 13:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_001/780x0__r.jpg?hash=1774342978> (referer: https://ecarstrade.com/cars/6995056)
2026-03-24 13:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_005/780x0__r.jpg?hash=1774342918> (referer: https://ecarstrade.com/cars/6995021)
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14: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%252F6990001-7000000%252F6995046%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_005/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995063> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14: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%252F6990001-7000000%252F6995046%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342960%27 HTTP/1.1" 200 None
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_006/780x0__r.jpg?hash=1774342960 not downloaded yet
2026-03-24 13:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_001/780x0__r.jpg?hash=1774342918> (referer: https://ecarstrade.com/cars/6995021)
2026-03-24 13:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_002/780x0__r.jpg?hash=1774342918> (referer: https://ecarstrade.com/cars/6995021)
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 169dcfc5-ac45-5c35-be33-e82a90273104
2026-03-24 13:14:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 169dcfc5-ac45-5c35-be33-e82a90273104, skipping ID generation
2026-03-24 13:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 169dcfc5-ac45-5c35-be33-e82a90273104 with scrape type 1
2026-03-24 13:14:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 169dcfc5-ac45-5c35-be33-e82a90273104 sending to next pipeline
2026-03-24 13:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 169dcfc5-ac45-5c35-be33-e82a90273104, identifier: 6995056auction110952
2026-03-24 13:14:23 [ecarstrade.de] INFO: Extracting details for car 6995063auction110952
2026-03-24 13:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 169dcfc5-ac45-5c35-be33-e82a90273104 with identifier: 6995056auction110952
2026-03-24 13:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 169dcfc5-ac45-5c35-be33-e82a90273104 with identifier: 6995056auction110952
2026-03-24 13:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 169dcfc5-ac45-5c35-be33-e82a90273104 with identifier: 6995056auction110952 to the API
2026-03-24 13:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995056/photo_001/780x0__r.jpg?hash=1774342978>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '169dcfc5-ac45-5c35-be33-e82a90273104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995056',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mercedes',
'model': 'GLE 300',
'odometer': 96665,
'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': 'GLE -Klasse GLE 300 d 4Matic (167.109) 2.0 215KW AT9 E6d',
'transmission': 'automatic',
'trim': 'GLE -Klasse d 4Matic (167.109) 2.0 215KW AT9 E6d',
'vin': None,
'year': 2022}
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995056auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [ecarstrade.de] INFO: Saving data for 6995056auction110952: {'created_time': 1774358065.204676, 'last_price_update_time': 1774358065.204686, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995056auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_005/780x0__r.jpg?hash=1774343022> (referer: https://ecarstrade.com/cars/6995081)
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_003/780x0__r.jpg?hash=1774342918> (referer: https://ecarstrade.com/cars/6995021)
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_004/780x0__r.jpg?hash=1774343022> (referer: https://ecarstrade.com/cars/6995081)
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_001/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995046)
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:14:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d796c36c-de48-507a-bac3-76fd5deb4b81 with identifier: 6995063auction110952
2026-03-24 13:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d796c36c-de48-507a-bac3-76fd5deb4b81 with scrape type 1
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995063%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342993%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_001/780x0__r.jpg?hash=1774342993 not downloaded yet
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995063%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342993%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_002/780x0__r.jpg?hash=1774342993 not downloaded yet
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995063%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342994%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_003/780x0__r.jpg?hash=1774342994 not downloaded yet
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995063%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342993%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_004/780x0__r.jpg?hash=1774342993 not downloaded yet
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_004/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995046)
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_002/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995081)
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995063%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342993%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_005/780x0__r.jpg?hash=1774342993 not downloaded yet
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_003/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995081)
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a16d2997-cb99-5cb1-b390-d3908f7f0cfc
2026-03-24 13:14:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a16d2997-cb99-5cb1-b390-d3908f7f0cfc, skipping ID generation
2026-03-24 13:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a16d2997-cb99-5cb1-b390-d3908f7f0cfc with scrape type 1
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a16d2997-cb99-5cb1-b390-d3908f7f0cfc sending to next pipeline
2026-03-24 13:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a16d2997-cb99-5cb1-b390-d3908f7f0cfc, identifier: 6995021auction110952
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_003/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995046)
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995063%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342994%27 HTTP/1.1" 200 None
2026-03-24 13:14:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_006/780x0__r.jpg?hash=1774342994 not downloaded yet
2026-03-24 13:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a16d2997-cb99-5cb1-b390-d3908f7f0cfc with identifier: 6995021auction110952
2026-03-24 13:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a16d2997-cb99-5cb1-b390-d3908f7f0cfc with identifier: 6995021auction110952
2026-03-24 13:14:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a16d2997-cb99-5cb1-b390-d3908f7f0cfc with identifier: 6995021auction110952 to the API
2026-03-24 13:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995021/photo_003/780x0__r.jpg?hash=1774342918>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'a16d2997-cb99-5cb1-b390-d3908f7f0cfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995021',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Audi',
'model': 'A6',
'odometer': 115337,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Lim. 40 TDI quattro 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Lim. 40 TDI quattro 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2023}
2026-03-24 13:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995021auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:27 [ecarstrade.de] INFO: Saving data for 6995021auction110952: {'created_time': 1774358067.143581, 'last_price_update_time': 1774358067.143592, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995021auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_005/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995046)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_006/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995046)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_002/780x0__r.jpg?hash=1774342960> (referer: https://ecarstrade.com/cars/6995046)
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_001/780x0__r.jpg?hash=1774343020> (referer: https://ecarstrade.com/cars/6995081)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_001/780x0__r.jpg?hash=1774342993> (referer: https://ecarstrade.com/cars/6995063)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_002/780x0__r.jpg?hash=1774342993> (referer: https://ecarstrade.com/cars/6995063)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_003/780x0__r.jpg?hash=1774342994> (referer: https://ecarstrade.com/cars/6995063)
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_004/780x0__r.jpg?hash=1774342993> (referer: https://ecarstrade.com/cars/6995063)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_005/780x0__r.jpg?hash=1774342993> (referer: https://ecarstrade.com/cars/6995063)
2026-03-24 13:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_006/780x0__r.jpg?hash=1774342994> (referer: https://ecarstrade.com/cars/6995063)
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 63be3502-6a58-542d-b147-15a643e69736
2026-03-24 13:14:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63be3502-6a58-542d-b147-15a643e69736, skipping ID generation
2026-03-24 13:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63be3502-6a58-542d-b147-15a643e69736 with scrape type 1
2026-03-24 13:14:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63be3502-6a58-542d-b147-15a643e69736 sending to next pipeline
2026-03-24 13:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 63be3502-6a58-542d-b147-15a643e69736, identifier: 6995046auction110952
2026-03-24 13:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 63be3502-6a58-542d-b147-15a643e69736 with identifier: 6995046auction110952
2026-03-24 13:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 63be3502-6a58-542d-b147-15a643e69736 with identifier: 6995046auction110952
2026-03-24 13:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 63be3502-6a58-542d-b147-15a643e69736 with identifier: 6995046auction110952 to the API
2026-03-24 13:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995046/photo_002/780x0__r.jpg?hash=1774342960>
{'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-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '63be3502-6a58-542d-b147-15a643e69736',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995046',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 161116,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 260 L1 Startup TDCi 77KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten 260 L1 Startup TDCi 77KW MT6 E6dT',
'vin': None,
'year': 2021}
2026-03-24 13:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995046auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:29 [ecarstrade.de] INFO: Saving data for 6995046auction110952: {'created_time': 1774358069.012009, 'last_price_update_time': 1774358069.012022, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995046auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4
2026-03-24 13:14:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b80f111-0085-5e7d-80bc-b25bc8faf4b4, skipping ID generation
2026-03-24 13:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 with scrape type 1
2026-03-24 13:14:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 sending to next pipeline
2026-03-24 13:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6b80f111-0085-5e7d-80bc-b25bc8faf4b4, identifier: 6995081auction110952
2026-03-24 13:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 with identifier: 6995081auction110952
2026-03-24 13:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 with identifier: 6995081auction110952
2026-03-24 13:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6b80f111-0085-5e7d-80bc-b25bc8faf4b4 with identifier: 6995081auction110952 to the API
2026-03-24 13:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995081/photo_001/780x0__r.jpg?hash=1774343020>
{'auction_title': '',
'c_o_2_emission_value': 167,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '6b80f111-0085-5e7d-80bc-b25bc8faf4b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995081',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 101753,
'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': 'XC90 Momentum AWD 2.0 B5 173KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Momentum AWD 2.0 B5 173KW AT8 E6d',
'vin': None,
'year': 2021}
2026-03-24 13:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995081auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:32 [ecarstrade.de] INFO: Saving data for 6995081auction110952: {'created_time': 1774358072.660269, 'last_price_update_time': 1774358072.66028, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995081auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d796c36c-de48-507a-bac3-76fd5deb4b81
2026-03-24 13:14:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d796c36c-de48-507a-bac3-76fd5deb4b81, skipping ID generation
2026-03-24 13:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d796c36c-de48-507a-bac3-76fd5deb4b81 with scrape type 1
2026-03-24 13:14:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d796c36c-de48-507a-bac3-76fd5deb4b81 sending to next pipeline
2026-03-24 13:14:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: d796c36c-de48-507a-bac3-76fd5deb4b81, identifier: 6995063auction110952
2026-03-24 13:14:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: d796c36c-de48-507a-bac3-76fd5deb4b81 with identifier: 6995063auction110952
2026-03-24 13:14:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: d796c36c-de48-507a-bac3-76fd5deb4b81 with identifier: 6995063auction110952
2026-03-24 13:14:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: d796c36c-de48-507a-bac3-76fd5deb4b81 with identifier: 6995063auction110952 to the API
2026-03-24 13:14:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:14:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:14:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995063/photo_006/780x0__r.jpg?hash=1774342994>
{'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-25T09:40:00Z',
'fuel_type': 'Petrol',
'id': 'd796c36c-de48-507a-bac3-76fd5deb4b81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995063',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 31025,
'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-24 13:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995063auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:14:34 [ecarstrade.de] INFO: Saving data for 6995063auction110952: {'created_time': 1774358074.742425, 'last_price_update_time': 1774358074.742436, 'auction_closing_time': 1774431600.0}
2026-03-24 13:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995063auction110952') HTTP/1.1" 204 0
2026-03-24 13:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:14:36 [ecarstrade.de] INFO: No car items found on page 16
2026-03-24 13:15:06 [scrapy.extensions.logstats] INFO: Crawled 68 pages (at 6 pages/min), scraped 51 items (at 11 items/min)
2026-03-24 13:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:15:46 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.022(s), this was the 1st time calling it.
2026-03-24 13:15:46 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.861027373046746 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:15:48 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 130.683(s), this was the 1st time calling it.
2026-03-24 13:15:48 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.67407154653974 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:15:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:15:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995042> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:16:05 [ecarstrade.de] INFO: Extracting details for car 6995042auction110952
2026-03-24 13:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec with identifier: 6995042auction110952
2026-03-24 13:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec with scrape type 1
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16: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%252F6990001-7000000%252F6995042%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342951%27 HTTP/1.1" 200 None
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_001/780x0__r.jpg?hash=1774342951 not downloaded yet
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16: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%252F6990001-7000000%252F6995042%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342951%27 HTTP/1.1" 200 None
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_002/780x0__r.jpg?hash=1774342951 not downloaded yet
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16: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%252F6990001-7000000%252F6995042%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342951%27 HTTP/1.1" 200 None
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_003/780x0__r.jpg?hash=1774342951 not downloaded yet
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16: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%252F6990001-7000000%252F6995042%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342951%27 HTTP/1.1" 200 None
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_004/780x0__r.jpg?hash=1774342951 not downloaded yet
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16: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%252F6990001-7000000%252F6995042%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342951%27 HTTP/1.1" 200 None
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_005/780x0__r.jpg?hash=1774342951 not downloaded yet
2026-03-24 13:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16: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%252F6990001-7000000%252F6995042%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342951%27 HTTP/1.1" 200 None
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_006/780x0__r.jpg?hash=1774342951 not downloaded yet
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_001/780x0__r.jpg?hash=1774342951> (referer: https://ecarstrade.com/cars/6995042)
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_006/780x0__r.jpg?hash=1774342951> (referer: https://ecarstrade.com/cars/6995042)
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_002/780x0__r.jpg?hash=1774342951> (referer: https://ecarstrade.com/cars/6995042)
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_005/780x0__r.jpg?hash=1774342951> (referer: https://ecarstrade.com/cars/6995042)
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_003/780x0__r.jpg?hash=1774342951> (referer: https://ecarstrade.com/cars/6995042)
2026-03-24 13:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_004/780x0__r.jpg?hash=1774342951> (referer: https://ecarstrade.com/cars/6995042)
2026-03-24 13:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec
2026-03-24 13:16:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec, skipping ID generation
2026-03-24 13:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec with scrape type 1
2026-03-24 13:16:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec sending to next pipeline
2026-03-24 13:16:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec, identifier: 6995042auction110952
2026-03-24 13:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec with identifier: 6995042auction110952
2026-03-24 13:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec with identifier: 6995042auction110952
2026-03-24 13:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec with identifier: 6995042auction110952 to the API
2026-03-24 13:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995042/photo_004/780x0__r.jpg?hash=1774342951>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3916af5-1b6f-50a5-8841-c0ef3bd9c8ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995042',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 85676,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mondeo Turnier Trend 2.0 EcoBlue 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Turnier Trend 2.0 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2019}
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995042auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:16:08 [ecarstrade.de] INFO: Saving data for 6995042auction110952: {'created_time': 1774358168.900574, 'last_price_update_time': 1774358168.900586, 'auction_closing_time': 1774431600.0}
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995042auction110952') HTTP/1.1" 204 0
2026-03-24 13:16:08 [scrapy.extensions.logstats] INFO: Crawled 69 pages (at 1 pages/min), scraped 52 items (at 1 items/min)
2026-03-24 13:16:08 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:16:08 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 131.256(s), this was the 1st time calling it.
2026-03-24 13:16:08 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 3.52472452090376 seconds as it raised ClientConnectorError: Cannot connect to host api.zyte.com:443 ssl:default [Connect call failed ('69.41.180.81', 443)].
2026-03-24 13:16:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995035> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:17:03 [ecarstrade.de] INFO: Extracting details for car 6995035auction110952
2026-03-24 13:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12710d59-a0d6-5959-82e7-ed76fb6dfae7 with identifier: 6995035auction110952
2026-03-24 13:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12710d59-a0d6-5959-82e7-ed76fb6dfae7 with scrape type 1
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995035%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_001/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995035%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_002/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995035%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_003/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995035%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_004/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995035%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_005/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995035%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342941%27 HTTP/1.1" 200 None
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_006/780x0__r.jpg?hash=1774342941 not downloaded yet
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_001/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995035)
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_002/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995035)
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_003/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995035)
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_005/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995035)
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_006/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995035)
2026-03-24 13:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_004/780x0__r.jpg?hash=1774342941> (referer: https://ecarstrade.com/cars/6995035)
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 12710d59-a0d6-5959-82e7-ed76fb6dfae7
2026-03-24 13:17:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12710d59-a0d6-5959-82e7-ed76fb6dfae7, skipping ID generation
2026-03-24 13:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12710d59-a0d6-5959-82e7-ed76fb6dfae7 with scrape type 1
2026-03-24 13:17:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12710d59-a0d6-5959-82e7-ed76fb6dfae7 sending to next pipeline
2026-03-24 13:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 12710d59-a0d6-5959-82e7-ed76fb6dfae7, identifier: 6995035auction110952
2026-03-24 13:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 12710d59-a0d6-5959-82e7-ed76fb6dfae7 with identifier: 6995035auction110952
2026-03-24 13:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 12710d59-a0d6-5959-82e7-ed76fb6dfae7 with identifier: 6995035auction110952
2026-03-24 13:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 12710d59-a0d6-5959-82e7-ed76fb6dfae7 with identifier: 6995035auction110952 to the API
2026-03-24 13:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995035/photo_004/780x0__r.jpg?hash=1774342941>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '12710d59-a0d6-5959-82e7-ed76fb6dfae7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995035',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Focus',
'odometer': 83550,
'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 Lim. Active 1.5 EcoBlue 88KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Lim. Active 1.5 EcoBlue 88KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-24 13:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995035auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:17:05 [ecarstrade.de] INFO: Saving data for 6995035auction110952: {'created_time': 1774358225.105425, 'last_price_update_time': 1774358225.105437, 'auction_closing_time': 1774431600.0}
2026-03-24 13:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995035auction110952') HTTP/1.1" 204 0
2026-03-24 13:17:06 [scrapy.extensions.logstats] INFO: Crawled 70 pages (at 1 pages/min), scraped 53 items (at 1 items/min)
2026-03-24 13:17:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 261MiB
2026-03-24 13:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995040> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-24 13:17:22 [ecarstrade.de] INFO: Extracting details for car 6995040auction110952
2026-03-24 13:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73ef25ba-81d5-5f01-b209-16932a74bf30 with identifier: 6995040auction110952
2026-03-24 13:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73ef25ba-81d5-5f01-b209-16932a74bf30 with scrape type 1
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995040%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774342948%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_001/780x0__r.jpg?hash=1774342948 not downloaded yet
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995040%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774342949%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_002/780x0__r.jpg?hash=1774342949 not downloaded yet
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995040%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774342948%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_003/780x0__r.jpg?hash=1774342948 not downloaded yet
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995040%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774342948%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_004/780x0__r.jpg?hash=1774342948 not downloaded yet
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995040%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774342948%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_005/780x0__r.jpg?hash=1774342948 not downloaded yet
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F6990001-7000000%252F6995040%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774342948%27 HTTP/1.1" 200 None
2026-03-24 13:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_006/780x0__r.jpg?hash=1774342948 not downloaded yet
2026-03-24 13:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_002/780x0__r.jpg?hash=1774342949> (referer: https://ecarstrade.com/cars/6995040)
2026-03-24 13:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_001/780x0__r.jpg?hash=1774342948> (referer: https://ecarstrade.com/cars/6995040)
2026-03-24 13:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_004/780x0__r.jpg?hash=1774342948> (referer: https://ecarstrade.com/cars/6995040)
2026-03-24 13:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_003/780x0__r.jpg?hash=1774342948> (referer: https://ecarstrade.com/cars/6995040)
2026-03-24 13:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_005/780x0__r.jpg?hash=1774342948> (referer: https://ecarstrade.com/cars/6995040)
2026-03-24 13:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_006/780x0__r.jpg?hash=1774342948> (referer: https://ecarstrade.com/cars/6995040)
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 73ef25ba-81d5-5f01-b209-16932a74bf30
2026-03-24 13:17:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 73ef25ba-81d5-5f01-b209-16932a74bf30, skipping ID generation
2026-03-24 13:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73ef25ba-81d5-5f01-b209-16932a74bf30 with scrape type 1
2026-03-24 13:17:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 73ef25ba-81d5-5f01-b209-16932a74bf30 sending to next pipeline
2026-03-24 13:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 73ef25ba-81d5-5f01-b209-16932a74bf30, identifier: 6995040auction110952
2026-03-24 13:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 73ef25ba-81d5-5f01-b209-16932a74bf30 with identifier: 6995040auction110952
2026-03-24 13:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 73ef25ba-81d5-5f01-b209-16932a74bf30 with identifier: 6995040auction110952
2026-03-24 13:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 73ef25ba-81d5-5f01-b209-16932a74bf30 with identifier: 6995040auction110952 to the API
2026-03-24 13:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-24 13:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6995040/photo_006/780x0__r.jpg?hash=1774342948>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-25T09:40:00Z',
'fuel_type': 'Diesel',
'id': '73ef25ba-81d5-5f01-b209-16932a74bf30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995040',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit',
'odometer': 85818,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Transit Courier Kombi Trend 1.5 TDCi 74KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Courier Kombi Trend 1.5 TDCi 74KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%276995040auction110952%27 HTTP/1.1" 200 None
2026-03-24 13:17:25 [ecarstrade.de] INFO: Saving data for 6995040auction110952: {'created_time': 1774358245.140823, 'last_price_update_time': 1774358245.140835, 'auction_closing_time': 1774431600.0}
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6995040auction110952') HTTP/1.1" 204 0
2026-03-24 13:17:25 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 13:17:25 [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>: 7, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 13:17:25 [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%201773926245 HTTP/1.1" 200 None
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6978095auction110750') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980674auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980675auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980676auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980677auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980678auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980679auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980680auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980681auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980682auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980683auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980684auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980685auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980686auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980687auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980688auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980689auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980690auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980692auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980693auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980694auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980695auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980696auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980697auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980698auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980699auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980700auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980701auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980702auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980703auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980704auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980706auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980707auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980708auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980709auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980710auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980711auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980712auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980713auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980714auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980715auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980716auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980717auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980718auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980719auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980720auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980721auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980722auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980723auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980724auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980725auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980726auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980727auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980728auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980729auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980730auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980731auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980732auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980733auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6980734auction110793') HTTP/1.1" 204 0
2026-03-24 13:17:25 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (54 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-24T13_00_00.jl
2026-03-24 13:17:25 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 931893,
'downloader/request_count': 380,
'downloader/request_method_count/GET': 380,
'downloader/response_bytes': 47424123,
'downloader/response_count': 380,
'downloader/response_status_count/200': 380,
'elapsed_time_seconds': 1038.858862,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 13, 17, 25, 841354, tzinfo=datetime.timezone.utc),
'item_scraped_count': 54,
'log_count/DEBUG': 2554,
'log_count/INFO': 1584,
'log_count/WARNING': 309,
'memusage/max': 274665472,
'memusage/startup': 147931136,
'photo_download_count': 309,
'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': 182,
'playwright/request_count/method/GET': 158,
'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': 19,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 88,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 46,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 13,
'playwright/response_count': 180,
'playwright/response_count/method/GET': 157,
'playwright/response_count/method/POST': 23,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 18,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 88,
'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': 16,
'response_received_count': 71,
'scheduler/dequeued': 380,
'scheduler/dequeued/memory': 380,
'scheduler/enqueued': 380,
'scheduler/enqueued/memory': 380,
'scrape_type/new': 54,
'scrape_type/skipped': 233,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 81,
'scrapy-zyte-api/error_ratio': 0.13580246913580246,
'scrapy-zyte-api/errors': 11,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 11,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 19.488790314963882,
'scrapy-zyte-api/mean_response_seconds': 19.63970217300313,
'scrapy-zyte-api/processed': 70,
'scrapy-zyte-api/request_args/browserHtml': 70,
'scrapy-zyte-api/request_args/experimental.requestCookies': 70,
'scrapy-zyte-api/request_args/experimental.responseCookies': 70,
'scrapy-zyte-api/request_args/requestHeaders': 70,
'scrapy-zyte-api/request_args/sessionContext': 70,
'scrapy-zyte-api/request_args/url': 70,
'scrapy-zyte-api/status_codes/0': 11,
'scrapy-zyte-api/status_codes/200': 70,
'scrapy-zyte-api/success': 70,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 24, 13, 0, 6, 982492, tzinfo=datetime.timezone.utc)}
2026-03-24 13:17:25 [scrapy.core.engine] INFO: Spider closed (finished)