2026-03-29 13:00:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 13:00:05 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-29 13:00:05 [ecarstrade.de] INFO: Starting spider ecarstrade.de
2026-03-29 13:00:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 13:00:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 13:00:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 13:00:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 13:00:06 [scrapy.extensions.telnet] INFO: Telnet Password: f61b7f0019303ec1
2026-03-29 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-29 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-29T13_00_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-29 13:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 13:00:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 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-29 13:00:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 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-29 13:00:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-29 13:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 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 2113
2026-03-29 13:00:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 13:00:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 13:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-29 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-29 13:00:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 13:00:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 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-29 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-29 13:00:06 [scrapy.core.engine] INFO: Spider opened
2026-03-29 13:00:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 13:00:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 13:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-29 13:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 13:00:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 13:00:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 13:00:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 13:00:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 13:00:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-29 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-29 13:00:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-29 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-29 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-29 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-29 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-29 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-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 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-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-29 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-29 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-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-29 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-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-29 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-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-29 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-29 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-29 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-29 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-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 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-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-29 13:00:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 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-29 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-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-29 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-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 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-29 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-29 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-29 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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774789216737&tfd=3304> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=189548627&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=2053268528&gjid=969597253&cid=1373246886.1774789217&tid=UA-73443533-1&_gid=29831009.1774789217&_r=1&_slc=1&z=682558448> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=189548627&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=2053268528&gjid=969597253&cid=1373246886.1774789217&tid=UA-73443533-1&_gid=29831009.1774789217&_r=1&_slc=1&z=682558448>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774789215011&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&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=3928> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1373246886.1774789217>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266402~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-29 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=1373246886.1774789217>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266402~117484252&z=1650299553> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=4&tfd=3970> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&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=1774787511&ep.url=%2Fsearch&ep.eventName=search&_et=8&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=4003> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774788900000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 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-29 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-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/clarity.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774789215011&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&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=3928>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&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=1774787511&ep.url=%2Fsearch&ep.eventName=search&_et=8&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=4003>
2026-03-29 13:00:17 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133313~117266400~117484252&apve=1&apvf=f&apvc=1&tft=1774789216737&tfd=3304>
2026-03-29 13:00:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789217879&cv=11&fst=1774789217879&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:18 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789217911&tfd=4478> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=4&tfd=3970>
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013888/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 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-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774788900000/5441429.js>
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013889/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013890/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013891/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013892/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013893/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013894/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013895/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013896/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013897/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013898/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013899/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013900/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013901/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013902/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013903/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013904/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013905/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013906/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013907/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789217911&tfd=4478>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-29 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-29 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.25939&mobile=false&messagesUtk=74620f6506d94ec6bca0a05ca5b4ef62&traceId=74620f6506d94ec6bca0a05ca5b4ef62> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1373246886.1774789217>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266402~117484252>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013888/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013889/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789217879&cv=11&fst=1774789217879&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774789217879&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9bmhVROpy6tTED15Nz2_Ojzo90gIWb7DPBpXuftFvByigP1xRg4qeBGHpIcKHHbxs0PblGmFURav9Z2aSweHMYGtE1FU576lGOrLf&random=3186837119&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789217879&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9bmhVROpy6tTED15Nz2_Ojzo90gIWb7DPBpXuftFvByigP1xRg4qeBGHpIcKHHbxs0PblGmFURav9Z2aSweHMYGtE1FU576lGOrLf&random=3186837119&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 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=1373246886.1774789217>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938469~117266402~117484252&z=1650299553>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013890/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013891/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013893/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013892/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013894/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013895/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013896/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013897/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013898/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013899/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013900/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013901/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013902/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774789217879&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9bmhVROpy6tTED15Nz2_Ojzo90gIWb7DPBpXuftFvByigP1xRg4qeBGHpIcKHHbxs0PblGmFURav9Z2aSweHMYGtE1FU576lGOrLf&random=3186837119&rmt_tld=0&ipr=y>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013903/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789217879&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B9bmhVROpy6tTED15Nz2_Ojzo90gIWb7DPBpXuftFvByigP1xRg4qeBGHpIcKHHbxs0PblGmFURav9Z2aSweHMYGtE1FU576lGOrLf&random=3186837119&rmt_tld=1&ipr=y>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013904/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013905/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013906/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013907/photo_001/260x0__r.jpg>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-29 13:00:19 [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=1774789219727&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=74620f6506d94ec6bca0a05ca5b4ef62&traceId=74620f6506d94ec6bca0a05ca5b4ef62>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774789220704&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 13:00:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774789220704&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15>
2026-03-29 13:00:20 [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=1774789219727&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15>
2026-03-29 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=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=1774789221028&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=4&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=25&tfd=7655> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789221090&cv=11&fst=1774789221090&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789221134&tfd=7701> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=4&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=25&tfd=7655>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-29 13:00:21 [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=1774789221028&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789221090&cv=11&fst=1774789221090&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-29 13:00:21 [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=1774789221390&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774789221090&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9oqObjSBj_dd-1yM2werGlXxtnuMR_7BvzvFDMQB8VGgm5p8nSFXaxjZ9WZ_75Ip4vQSI9xX2kqdGcPLJOk45a7YLxz5ECXWMqRNuLHG-ahNoc_4HcgcVSZE&random=1300583055&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789221090&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9oqObjSBj_dd-1yM2werGlXxtnuMR_7BvzvFDMQB8VGgm5p8nSFXaxjZ9WZ_75Ip4vQSI9xX2kqdGcPLJOk45a7YLxz5ECXWMqRNuLHG-ahNoc_4HcgcVSZE&random=1300583055&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789221134&tfd=7701>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789221525&cv=11&fst=1774789221525&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789221543&tfd=8111> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774789221090&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9oqObjSBj_dd-1yM2werGlXxtnuMR_7BvzvFDMQB8VGgm5p8nSFXaxjZ9WZ_75Ip4vQSI9xX2kqdGcPLJOk45a7YLxz5ECXWMqRNuLHG-ahNoc_4HcgcVSZE&random=1300583055&rmt_tld=0&ipr=y>
2026-03-29 13:00:21 [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=1774789221390&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789221525&cv=11&fst=1774789221525&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789221090&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9oqObjSBj_dd-1yM2werGlXxtnuMR_7BvzvFDMQB8VGgm5p8nSFXaxjZ9WZ_75Ip4vQSI9xX2kqdGcPLJOk45a7YLxz5ECXWMqRNuLHG-ahNoc_4HcgcVSZE&random=1300583055&rmt_tld=1&ipr=y>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774789221525&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9dtAHyfHh7Vr5Fo73hVrEq8pO-5xlSUNuE8svzlbcJnyL4NYllAP7xAmc6v56WiGInjQ45Gpz8aMjBhn1WLAsq2PFxh1q9CvKqnQT0nPInAcOVpsYfg0sHuc&random=3916575002&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789221525&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9dtAHyfHh7Vr5Fo73hVrEq8pO-5xlSUNuE8svzlbcJnyL4NYllAP7xAmc6v56WiGInjQ45Gpz8aMjBhn1WLAsq2PFxh1q9CvKqnQT0nPInAcOVpsYfg0sHuc&random=3916575002&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:21 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789221543&tfd=8111>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774789221525&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9dtAHyfHh7Vr5Fo73hVrEq8pO-5xlSUNuE8svzlbcJnyL4NYllAP7xAmc6v56WiGInjQ45Gpz8aMjBhn1WLAsq2PFxh1q9CvKqnQT0nPInAcOVpsYfg0sHuc&random=3916575002&rmt_tld=0&ipr=y>
2026-03-29 13:00:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789221525&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9dtAHyfHh7Vr5Fo73hVrEq8pO-5xlSUNuE8svzlbcJnyL4NYllAP7xAmc6v56WiGInjQ45Gpz8aMjBhn1WLAsq2PFxh1q9CvKqnQT0nPInAcOVpsYfg0sHuc&random=3916575002&rmt_tld=1&ipr=y>
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013969/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013967/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013968/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013964/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013962/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013969/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013963/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013957/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013958/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013960/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013961/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013959/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013955/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013951/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013950/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013949/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013967/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013948/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013944/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013941/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013940/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013939/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013968/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013964/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013962/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013963/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013957/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013958/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013960/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013961/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013959/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013955/photo_001/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013951/photo_000/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013950/photo_000/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013949/photo_000/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013948/photo_000/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013944/photo_000/260x0__r.jpg>
2026-03-29 13:00:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013941/photo_000/260x0__r.jpg>
2026-03-29 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013939/photo_000/260x0__r.jpg>
2026-03-29 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013940/photo_000/260x0__r.jpg>
2026-03-29 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-29 13:00:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=12656> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774789215011&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1373246886.1774789217&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&tag_exp=0~115616985~115938466~115938469~117266402~117484252&sid=1774789217&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=12656>
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774789226736&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789226785&cv=11&fst=1774789226785&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:26 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789226799&tfd=13366> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789226785&cv=11&fst=1774789226785&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774789226785&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9JmtecKub-PgafYd8QcwhZ4_3N4YjV7_cYg1tb11tl_v477extTfDRl-NNXoz9ui16qYVvYNpnNlZVqKg2N6RnOquba97_tUlxWh79CGcYJ9zH_HX4zbZiQU&random=4119749263&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789226785&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9JmtecKub-PgafYd8QcwhZ4_3N4YjV7_cYg1tb11tl_v477extTfDRl-NNXoz9ui16qYVvYNpnNlZVqKg2N6RnOquba97_tUlxWh79CGcYJ9zH_HX4zbZiQU&random=4119749263&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774789226736&vi=11e554d285b93da6d80762e8ed209df3&nc=true&u=129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1&b=129379155.1.1774789219725&cc=15>
2026-03-29 13:00:27 [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=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789226799&tfd=13366>
2026-03-29 13:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789226785&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9JmtecKub-PgafYd8QcwhZ4_3N4YjV7_cYg1tb11tl_v477extTfDRl-NNXoz9ui16qYVvYNpnNlZVqKg2N6RnOquba97_tUlxWh79CGcYJ9zH_HX4zbZiQU&random=4119749263&rmt_tld=1&ipr=y>
2026-03-29 13:00:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774789226785&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9JmtecKub-PgafYd8QcwhZ4_3N4YjV7_cYg1tb11tl_v477extTfDRl-NNXoz9ui16qYVvYNpnNlZVqKg2N6RnOquba97_tUlxWh79CGcYJ9zH_HX4zbZiQU&random=4119749263&rmt_tld=0&ipr=y>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789229142&cv=11&fst=1774789229142&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789229167&cv=11&fst=1774789229167&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789229179&tfd=15747> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789229179&tfd=15747> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789229142&cv=11&fst=1774789229142&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774789229142&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B97kU3bkbfnESNQFjG4haAso7riG0u-AjZyDLZoHrD2ZzKGUM2FxmyHrOkCgqbjSAvUBoh-Zlbs1fGjCzcjoTQXVvp97JdSlOvLaXvrSnOSFcH5YEspHj_SZ4&random=3072223459&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789229142&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B97kU3bkbfnESNQFjG4haAso7riG0u-AjZyDLZoHrD2ZzKGUM2FxmyHrOkCgqbjSAvUBoh-Zlbs1fGjCzcjoTQXVvp97JdSlOvLaXvrSnOSFcH5YEspHj_SZ4&random=3072223459&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774789229167&cv=11&fst=1774789229167&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774789229167&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9QlcNAIjZyU7cA-iQscgyfSKlU7X0h00RGYr3MLY-DcaXqbkgm0VbmfFOhWAwFUi6OxZhqWY0CCZqfgnP75NOJw0yqR2GkVDRqfQLKiYtRvkXzQ1NmoFYpLk&random=2666609967&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789229167&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9QlcNAIjZyU7cA-iQscgyfSKlU7X0h00RGYr3MLY-DcaXqbkgm0VbmfFOhWAwFUi6OxZhqWY0CCZqfgnP75NOJw0yqR2GkVDRqfQLKiYtRvkXzQ1NmoFYpLk&random=2666609967&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789229142&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B97kU3bkbfnESNQFjG4haAso7riG0u-AjZyDLZoHrD2ZzKGUM2FxmyHrOkCgqbjSAvUBoh-Zlbs1fGjCzcjoTQXVvp97JdSlOvLaXvrSnOSFcH5YEspHj_SZ4&random=3072223459&rmt_tld=1&ipr=y>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774789229167&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9QlcNAIjZyU7cA-iQscgyfSKlU7X0h00RGYr3MLY-DcaXqbkgm0VbmfFOhWAwFUi6OxZhqWY0CCZqfgnP75NOJw0yqR2GkVDRqfQLKiYtRvkXzQ1NmoFYpLk&random=2666609967&rmt_tld=1&ipr=y>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789229179&tfd=15747>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=2147274192.1774789217&dt=Search%20%7C%20eCarsTrade&auid=1078268831.1774789217&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774787511&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774789229179&tfd=15747>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774789229142&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B97kU3bkbfnESNQFjG4haAso7riG0u-AjZyDLZoHrD2ZzKGUM2FxmyHrOkCgqbjSAvUBoh-Zlbs1fGjCzcjoTQXVvp97JdSlOvLaXvrSnOSFcH5YEspHj_SZ4&random=3072223459&rmt_tld=0&ipr=y>
2026-03-29 13:00:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774789229167&cv=11&fst=1774789200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1h1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116133314~117384406~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1078268831.1774789217&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774787511%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=CAQSXgAFq6B9QlcNAIjZyU7cA-iQscgyfSKlU7X0h00RGYr3MLY-DcaXqbkgm0VbmfFOhWAwFUi6OxZhqWY0CCZqfgnP75NOJw0yqR2GkVDRqfQLKiYtRvkXzQ1NmoFYpLk&random=2666609967&rmt_tld=0&ipr=y>
2026-03-29 13:00:30 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://k.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 13:00:31 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://k.clarity.ms/collect>
2026-03-29 13:00:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-29 13:00:31 [ecarstrade.de] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUmkVMI8BKfl22qAgVQmlGPCqZrSbN4UccAJAnGh9S98sqjlM3QmckzYS-Yz', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808485221, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777381214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'kdin6prd9545ea3l5blmuplf4t', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774818014, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836306014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777381214, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '5e1511f9-5534-4b0d-bae4-a634f4d74f6c', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809349215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.29831009.1774789217', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774875616, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774789276, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1373246886.1774789217', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837861217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Add0c86f4-00ac-4fa4-a47a-037f92ef30f9%22%2C%22%24device_id%22%3A%22dd0c86f4-00ac-4fa4-a47a-037f92ef30f9%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': 1806325217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1078268831.1774789217', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782565217, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '5dfba620-8007-436d-9fd2-7ee09bc5ce42', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806325219, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790341219, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '11e554d285b93da6d80762e8ed209df3', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790341219, '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.1774789219725', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774791019, '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-29T13%3A00%3A20.729Z%22%2C%22consentId%22%3A%22173a3601-9e5a-4032-b312-1118ddbdffcb%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T13%3A00%3A20.729Z%22%2C%22expirationTime%22%3A1790514020729%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790514020, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"173a3601-9e5a-4032-b312-1118ddbdffcb","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': 1774789522, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774789217$o1$g1$t1774789229$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837861229, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'mTu6dv75MyHf4wbkpETL35v97VgPQJPnufHSJCd8DhY-1774789220-1.0.1.1-sZDdFv66190g.tYCgXBkhmxmwhh2nyYjW_.eCVghbN8O1NUVUZ._nPQ_AAvL5h50W6HdHT2.72Li.RKAWvz4p_Cd5gYWzR0noHF3S7XuJFM', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774791020, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'gra4Tj8PD_uBduoab1zpexY306bKGFGks_c4PqolO7c-1774789220906-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-29 13:00:31 [ecarstrade.de] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUmkVMI8BKfl22qAgVQmlGPCqZrSbN4UccAJAnGh9S98sqjlM3QmckzYS-Yz', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'kdin6prd9545ea3l5blmuplf4t', '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': '5e1511f9-5534-4b0d-bae4-a634f4d74f6c', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.29831009.1774789217', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1373246886.1774789217', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3Add0c86f4-00ac-4fa4-a47a-037f92ef30f9%22%2C%22%24device_id%22%3A%22dd0c86f4-00ac-4fa4-a47a-037f92ef30f9%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': '_gcl_au', 'value': '1.1.1078268831.1774789217', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '5dfba620-8007-436d-9fd2-7ee09bc5ce42', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.11e554d285b93da6d80762e8ed209df3.1774789219725.1774789219725.1774789219725.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '11e554d285b93da6d80762e8ed209df3', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774789219725', '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-29T13%3A00%3A20.729Z%22%2C%22consentId%22%3A%22173a3601-9e5a-4032-b312-1118ddbdffcb%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T13%3A00%3A20.729Z%22%2C%22expirationTime%22%3A1790514020729%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"173a3601-9e5a-4032-b312-1118ddbdffcb","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.s1774789217$o1$g1$t1774789229$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'mTu6dv75MyHf4wbkpETL35v97VgPQJPnufHSJCd8DhY-1774789220-1.0.1.1-sZDdFv66190g.tYCgXBkhmxmwhh2nyYjW_.eCVghbN8O1NUVUZ._nPQ_AAvL5h50W6HdHT2.72Li.RKAWvz4p_Cd5gYWzR0noHF3S7XuJFM', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'gra4Tj8PD_uBduoab1zpexY306bKGFGks_c4PqolO7c-1774789220906-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-29 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-29 13:00:31 [ecarstrade.de] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-29 13:00:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013479auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013479auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013479auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013469auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013469auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013469auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013443auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013443auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013443auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013471auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013471auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013471auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013472auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013472auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013472auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013447auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013447auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013447auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013468auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013468auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013468auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013492auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013492auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013492auction111168: 1
2026-03-29 13:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013452auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013452auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013452auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013454auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013454auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013454auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013482auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013482auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013482auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013489auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013489auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013489auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013456auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013456auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013456auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013486auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013486auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013486auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013461auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013461auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013461auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013451auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013451auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013451auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013457auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013457auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013457auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013491auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013491auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013491auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013477auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013477auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013477auction111168: 1
2026-03-29 13:00:38 [ecarstrade.de] INFO: Found listing with ID: 7013450auction111168
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013450auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:38 [ecarstrade.de] INFO: Scrape type for 7013450auction111168: 1
2026-03-29 13:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013479> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:44 [ecarstrade.de] INFO: Extracting details for car 7013479auction111168
2026-03-29 13:00:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea6e8009-c589-511d-9bf4-a9cd42894469 with identifier: 7013479auction111168
2026-03-29 13:00:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea6e8009-c589-511d-9bf4-a9cd42894469 with scrape type 1
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013479%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688550%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_001/780x0__r.jpg?hash=1774688550 not downloaded yet
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013479%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688550%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_002/780x0__r.jpg?hash=1774688550 not downloaded yet
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013479%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688550%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_003/780x0__r.jpg?hash=1774688550 not downloaded yet
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013479%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688550%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_004/780x0__r.jpg?hash=1774688550 not downloaded yet
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013463auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013463auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013463auction111168: 1
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013479%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688550%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_005/780x0__r.jpg?hash=1774688550 not downloaded yet
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013464auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013464auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013464auction111168: 1
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013479%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688550%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_006/780x0__r.jpg?hash=1774688550 not downloaded yet
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013484auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013484auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013484auction111168: 1
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013465auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013465auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013465auction111168: 1
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013476auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013476auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013476auction111168: 1
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013455auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013455auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013455auction111168: 1
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013453auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013453auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013453auction111168: 1
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7013478auction111168
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013478auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7013478auction111168: 1
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001396auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001396auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001396auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001397auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001397auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001397auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001398auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001398auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001398auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001399auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001399auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001399auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001400auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001400auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001400auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001402auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001402auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001402auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001403auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001403auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:44 [ecarstrade.de] INFO: Scrape type for 7001403auction111035: 0
2026-03-29 13:00:44 [ecarstrade.de] INFO: Found listing with ID: 7001404auction111035
2026-03-29 13:00:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001404auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [ecarstrade.de] INFO: Scrape type for 7001404auction111035: 0
2026-03-29 13:00:45 [ecarstrade.de] INFO: Found listing with ID: 7001405auction111035
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001405auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [ecarstrade.de] INFO: Scrape type for 7001405auction111035: 0
2026-03-29 13:00:45 [ecarstrade.de] INFO: Found listing with ID: 7001406auction111035
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001406auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [ecarstrade.de] INFO: Scrape type for 7001406auction111035: 0
2026-03-29 13:00:45 [ecarstrade.de] INFO: Found listing with ID: 7001408auction111035
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001408auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [ecarstrade.de] INFO: Scrape type for 7001408auction111035: 0
2026-03-29 13:00:45 [ecarstrade.de] INFO: Found listing with ID: 7001409auction111035
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001409auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [ecarstrade.de] INFO: Scrape type for 7001409auction111035: 0
2026-03-29 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013469> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:45 [ecarstrade.de] INFO: Extracting details for car 7013469auction111168
2026-03-29 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab0bd691-fef1-5834-958f-4248e98d4572 with identifier: 7013469auction111168
2026-03-29 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab0bd691-fef1-5834-958f-4248e98d4572 with scrape type 1
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013469%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688538%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_001/780x0__r.jpg?hash=1774688538 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013469%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688538%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_002/780x0__r.jpg?hash=1774688538 not downloaded yet
2026-03-29 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013472> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013469%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688538%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_003/780x0__r.jpg?hash=1774688538 not downloaded yet
2026-03-29 13:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013469%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688538%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_004/780x0__r.jpg?hash=1774688538 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013469%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688538%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_005/780x0__r.jpg?hash=1774688538 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013469%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688539%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_006/780x0__r.jpg?hash=1774688539 not downloaded yet
2026-03-29 13:00:45 [ecarstrade.de] INFO: Extracting details for car 7013472auction111168
2026-03-29 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013443> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 with identifier: 7013472auction111168
2026-03-29 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 with scrape type 1
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 6bfd588f-7a7d-5462-98eb-21b9e78c2b43
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013472%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688541%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013472/photo_001/780x0__r.jpg?hash=1774688541 not downloaded yet
2026-03-29 13:00:45 [ecarstrade.de] INFO: Extracting details for car 7013443auction111168
2026-03-29 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c33e8f26-bc6a-5e68-870a-1cc49540af7c with identifier: 7013443auction111168
2026-03-29 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c33e8f26-bc6a-5e68-870a-1cc49540af7c with scrape type 1
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013443%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688484%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_001/780x0__r.jpg?hash=1774688484 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013443%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688484%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_002/780x0__r.jpg?hash=1774688484 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013443%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688484%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_003/780x0__r.jpg?hash=1774688484 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013443%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688484%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_004/780x0__r.jpg?hash=1774688484 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013443%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688484%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_005/780x0__r.jpg?hash=1774688484 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013443%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688484%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_006/780x0__r.jpg?hash=1774688484 not downloaded yet
2026-03-29 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013447> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013471> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013468> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:45 [ecarstrade.de] INFO: Extracting details for car 7013447auction111168
2026-03-29 13:00:45 [ecarstrade.de] INFO: Extracting details for car 7013471auction111168
2026-03-29 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8290005a-3303-592c-a741-15d5cb21e16b with identifier: 7013447auction111168
2026-03-29 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8290005a-3303-592c-a741-15d5cb21e16b with scrape type 1
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013447%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688497%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_001/780x0__r.jpg?hash=1774688497 not downloaded yet
2026-03-29 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4083647a-96d4-56f8-b632-703f29e8fe0e with identifier: 7013471auction111168
2026-03-29 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4083647a-96d4-56f8-b632-703f29e8fe0e with scrape type 1
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013471%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688540%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_001/780x0__r.jpg?hash=1774688540 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013447%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688497%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_002/780x0__r.jpg?hash=1774688497 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013471%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688540%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_002/780x0__r.jpg?hash=1774688540 not downloaded yet
2026-03-29 13:00:45 [ecarstrade.de] INFO: Extracting details for car 7013468auction111168
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013447%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688497%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_003/780x0__r.jpg?hash=1774688497 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013471%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688540%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_003/780x0__r.jpg?hash=1774688540 not downloaded yet
2026-03-29 13:00:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7665ef94-e942-555f-aafe-9d0dde0c9d33 with identifier: 7013468auction111168
2026-03-29 13:00:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7665ef94-e942-555f-aafe-9d0dde0c9d33 with scrape type 1
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013468%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688537%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_001/780x0__r.jpg?hash=1774688537 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013447%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688498%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_004/780x0__r.jpg?hash=1774688498 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013471%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688540%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_004/780x0__r.jpg?hash=1774688540 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013468%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688537%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_002/780x0__r.jpg?hash=1774688537 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013447%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688498%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_005/780x0__r.jpg?hash=1774688498 not downloaded yet
2026-03-29 13:00:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013471%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688540%27 HTTP/1.1" 200 None
2026-03-29 13:00:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_005/780x0__r.jpg?hash=1774688540 not downloaded yet
2026-03-29 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013468%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688537%27 HTTP/1.1" 200 None
2026-03-29 13:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_003/780x0__r.jpg?hash=1774688537 not downloaded yet
2026-03-29 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013447%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688497%27 HTTP/1.1" 200 None
2026-03-29 13:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_006/780x0__r.jpg?hash=1774688497 not downloaded yet
2026-03-29 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013471%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688540%27 HTTP/1.1" 200 None
2026-03-29 13:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_006/780x0__r.jpg?hash=1774688540 not downloaded yet
2026-03-29 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013468%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688538%27 HTTP/1.1" 200 None
2026-03-29 13:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_004/780x0__r.jpg?hash=1774688538 not downloaded yet
2026-03-29 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013468%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688537%27 HTTP/1.1" 200 None
2026-03-29 13:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_005/780x0__r.jpg?hash=1774688537 not downloaded yet
2026-03-29 13:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013468%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688537%27 HTTP/1.1" 200 None
2026-03-29 13:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_006/780x0__r.jpg?hash=1774688537 not downloaded yet
2026-03-29 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013492> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:51 [ecarstrade.de] INFO: Extracting details for car 7013492auction111168
2026-03-29 13:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a14072c-9404-5d55-8ad4-14cee41e2c81 with identifier: 7013492auction111168
2026-03-29 13:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a14072c-9404-5d55-8ad4-14cee41e2c81 with scrape type 1
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013492%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688568%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_001/780x0__r.jpg?hash=1774688568 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013492%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688567%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_002/780x0__r.jpg?hash=1774688567 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013492%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688567%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_003/780x0__r.jpg?hash=1774688567 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013492%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688568%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_004/780x0__r.jpg?hash=1774688568 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013492%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688568%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_005/780x0__r.jpg?hash=1774688568 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013492%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688567%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_006/780x0__r.jpg?hash=1774688567 not downloaded yet
2026-03-29 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013454> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013452> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:51 [ecarstrade.de] INFO: Extracting details for car 7013454auction111168
2026-03-29 13:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deffb81c-abf8-5013-a274-23a077d242fd with identifier: 7013454auction111168
2026-03-29 13:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deffb81c-abf8-5013-a274-23a077d242fd with scrape type 1
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013454%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688510%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_001/780x0__r.jpg?hash=1774688510 not downloaded yet
2026-03-29 13:00:51 [ecarstrade.de] INFO: Extracting details for car 7013452auction111168
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013454%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688510%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_002/780x0__r.jpg?hash=1774688510 not downloaded yet
2026-03-29 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013482> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013454%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688510%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_003/780x0__r.jpg?hash=1774688510 not downloaded yet
2026-03-29 13:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013489> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3108742c-43e3-59b1-a465-4d20f564845d with identifier: 7013452auction111168
2026-03-29 13:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3108742c-43e3-59b1-a465-4d20f564845d with scrape type 1
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 1 photos for item 3108742c-43e3-59b1-a465-4d20f564845d
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013452%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688509%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013452/photo_001/780x0__r.jpg?hash=1774688509 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013454%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688510%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_004/780x0__r.jpg?hash=1774688510 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013454%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688510%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_005/780x0__r.jpg?hash=1774688510 not downloaded yet
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013454%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688510%27 HTTP/1.1" 200 None
2026-03-29 13:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_006/780x0__r.jpg?hash=1774688510 not downloaded yet
2026-03-29 13:00:51 [ecarstrade.de] INFO: Extracting details for car 7013482auction111168
2026-03-29 13:00:52 [ecarstrade.de] INFO: Extracting details for car 7013489auction111168
2026-03-29 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b81af91-e313-5c7b-989d-c5e174c1f3ba with identifier: 7013482auction111168
2026-03-29 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b81af91-e313-5c7b-989d-c5e174c1f3ba with scrape type 1
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013482%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688556%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_001/780x0__r.jpg?hash=1774688556 not downloaded yet
2026-03-29 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd53d0a8-bee2-5df9-a665-6481c68de1c3 with identifier: 7013489auction111168
2026-03-29 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd53d0a8-bee2-5df9-a665-6481c68de1c3 with scrape type 1
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013489%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688563%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_001/780x0__r.jpg?hash=1774688563 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013482%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688556%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_002/780x0__r.jpg?hash=1774688556 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013489%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688563%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_002/780x0__r.jpg?hash=1774688563 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013482%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688556%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_003/780x0__r.jpg?hash=1774688556 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013489%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688563%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_003/780x0__r.jpg?hash=1774688563 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013482%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688556%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_004/780x0__r.jpg?hash=1774688556 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013489%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688563%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_004/780x0__r.jpg?hash=1774688563 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013482%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688557%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_005/780x0__r.jpg?hash=1774688557 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013489%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688563%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_005/780x0__r.jpg?hash=1774688563 not downloaded yet
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013486> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013482%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688557%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_006/780x0__r.jpg?hash=1774688557 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013489%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688563%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_006/780x0__r.jpg?hash=1774688563 not downloaded yet
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_006/780x0__r.jpg?hash=1774688539> (referer: https://ecarstrade.com/cars/7013469)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_002/780x0__r.jpg?hash=1774688538> (referer: https://ecarstrade.com/cars/7013469)
2026-03-29 13:00:52 [ecarstrade.de] INFO: Extracting details for car 7013486auction111168
2026-03-29 13:00:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dfcc962-5e39-5eb4-8371-70b227257957 with identifier: 7013486auction111168
2026-03-29 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dfcc962-5e39-5eb4-8371-70b227257957 with scrape type 1
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013486%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688559%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_001/780x0__r.jpg?hash=1774688559 not downloaded yet
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_005/780x0__r.jpg?hash=1774688484> (referer: https://ecarstrade.com/cars/7013443)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_004/780x0__r.jpg?hash=1774688484> (referer: https://ecarstrade.com/cars/7013443)
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013486%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688559%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_002/780x0__r.jpg?hash=1774688559 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013486%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688559%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_003/780x0__r.jpg?hash=1774688559 not downloaded yet
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013486%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688559%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_004/780x0__r.jpg?hash=1774688559 not downloaded yet
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_006/780x0__r.jpg?hash=1774688484> (referer: https://ecarstrade.com/cars/7013443)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_006/780x0__r.jpg?hash=1774688567> (referer: https://ecarstrade.com/cars/7013492)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_006/780x0__r.jpg?hash=1774688537> (referer: https://ecarstrade.com/cars/7013468)
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013486%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688559%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_005/780x0__r.jpg?hash=1774688559 not downloaded yet
2026-03-29 13:00:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013486%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688559%27 HTTP/1.1" 200 None
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_006/780x0__r.jpg?hash=1774688559 not downloaded yet
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_005/780x0__r.jpg?hash=1774688568> (referer: https://ecarstrade.com/cars/7013492)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_002/780x0__r.jpg?hash=1774688510> (referer: https://ecarstrade.com/cars/7013454)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_001/780x0__r.jpg?hash=1774688510> (referer: https://ecarstrade.com/cars/7013454)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_005/780x0__r.jpg?hash=1774688563> (referer: https://ecarstrade.com/cars/7013489)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_001/780x0__r.jpg?hash=1774688559> (referer: https://ecarstrade.com/cars/7013486)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_006/780x0__r.jpg?hash=1774688563> (referer: https://ecarstrade.com/cars/7013489)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_006/780x0__r.jpg?hash=1774688557> (referer: https://ecarstrade.com/cars/7013482)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_005/780x0__r.jpg?hash=1774688557> (referer: https://ecarstrade.com/cars/7013482)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_003/780x0__r.jpg?hash=1774688559> (referer: https://ecarstrade.com/cars/7013486)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_002/780x0__r.jpg?hash=1774688559> (referer: https://ecarstrade.com/cars/7013486)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_004/780x0__r.jpg?hash=1774688559> (referer: https://ecarstrade.com/cars/7013486)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_005/780x0__r.jpg?hash=1774688559> (referer: https://ecarstrade.com/cars/7013486)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_006/780x0__r.jpg?hash=1774688559> (referer: https://ecarstrade.com/cars/7013486)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_004/780x0__r.jpg?hash=1774688563> (referer: https://ecarstrade.com/cars/7013489)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_004/780x0__r.jpg?hash=1774688556> (referer: https://ecarstrade.com/cars/7013482)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_002/780x0__r.jpg?hash=1774688563> (referer: https://ecarstrade.com/cars/7013489)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_003/780x0__r.jpg?hash=1774688563> (referer: https://ecarstrade.com/cars/7013489)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_003/780x0__r.jpg?hash=1774688556> (referer: https://ecarstrade.com/cars/7013482)
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_002/780x0__r.jpg?hash=1774688556> (referer: https://ecarstrade.com/cars/7013482)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013456> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_006/780x0__r.jpg?hash=1774688510> (referer: https://ecarstrade.com/cars/7013454)
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1dfcc962-5e39-5eb4-8371-70b227257957
2026-03-29 13:00:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dfcc962-5e39-5eb4-8371-70b227257957, skipping ID generation
2026-03-29 13:00:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dfcc962-5e39-5eb4-8371-70b227257957 with scrape type 1
2026-03-29 13:00:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1dfcc962-5e39-5eb4-8371-70b227257957 sending to next pipeline
2026-03-29 13:00:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 1dfcc962-5e39-5eb4-8371-70b227257957, identifier: 7013486auction111168
2026-03-29 13:00:53 [ecarstrade.de] INFO: Extracting details for car 7013456auction111168
2026-03-29 13:00:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 1dfcc962-5e39-5eb4-8371-70b227257957 with identifier: 7013486auction111168
2026-03-29 13:00:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 1dfcc962-5e39-5eb4-8371-70b227257957 with identifier: 7013486auction111168
2026-03-29 13:00:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 1dfcc962-5e39-5eb4-8371-70b227257957 with identifier: 7013486auction111168 to the API
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013486/photo_006/780x0__r.jpg?hash=1774688559>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '1dfcc962-5e39-5eb4-8371-70b227257957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013486',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 115195,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Combi Style 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013486auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:53 [ecarstrade.de] INFO: Saving data for 7013486auction111168: {'created_time': 1774789253.739458, 'last_price_update_time': 1774789253.739469, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013486auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_001/780x0__r.jpg?hash=1774688563> (referer: https://ecarstrade.com/cars/7013489)
2026-03-29 13:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_001/780x0__r.jpg?hash=1774688556> (referer: https://ecarstrade.com/cars/7013482)
2026-03-29 13:00:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_004/780x0__r.jpg?hash=1774688510> (referer: https://ecarstrade.com/cars/7013454)
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c959f9c8-9391-5e4a-8ba2-c0a4eac0531e with identifier: 7013456auction111168
2026-03-29 13:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e with scrape type 1
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013456%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688513%27 HTTP/1.1" 200 None
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_001/780x0__r.jpg?hash=1774688513 not downloaded yet
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013461> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013456%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688513%27 HTTP/1.1" 200 None
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_002/780x0__r.jpg?hash=1774688513 not downloaded yet
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd53d0a8-bee2-5df9-a665-6481c68de1c3
2026-03-29 13:00:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd53d0a8-bee2-5df9-a665-6481c68de1c3, skipping ID generation
2026-03-29 13:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd53d0a8-bee2-5df9-a665-6481c68de1c3 with scrape type 1
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd53d0a8-bee2-5df9-a665-6481c68de1c3 sending to next pipeline
2026-03-29 13:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: cd53d0a8-bee2-5df9-a665-6481c68de1c3, identifier: 7013489auction111168
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8b81af91-e313-5c7b-989d-c5e174c1f3ba
2026-03-29 13:00:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8b81af91-e313-5c7b-989d-c5e174c1f3ba, skipping ID generation
2026-03-29 13:00:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b81af91-e313-5c7b-989d-c5e174c1f3ba with scrape type 1
2026-03-29 13:00:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8b81af91-e313-5c7b-989d-c5e174c1f3ba sending to next pipeline
2026-03-29 13:00:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8b81af91-e313-5c7b-989d-c5e174c1f3ba, identifier: 7013482auction111168
2026-03-29 13:00:54 [ecarstrade.de] INFO: Extracting details for car 7013461auction111168
2026-03-29 13:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: cd53d0a8-bee2-5df9-a665-6481c68de1c3 with identifier: 7013489auction111168
2026-03-29 13:00:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: cd53d0a8-bee2-5df9-a665-6481c68de1c3 with identifier: 7013489auction111168
2026-03-29 13:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: cd53d0a8-bee2-5df9-a665-6481c68de1c3 with identifier: 7013489auction111168 to the API
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013489/photo_001/780x0__r.jpg?hash=1774688563>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'cd53d0a8-bee2-5df9-a665-6481c68de1c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013489',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 199910,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Variant Elegance 4Motion 2.0 TDI 147KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Elegance 4Motion 2.0 TDI 147KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013489auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:54 [ecarstrade.de] INFO: Saving data for 7013489auction111168: {'created_time': 1774789254.651611, 'last_price_update_time': 1774789254.651622, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013489auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8b81af91-e313-5c7b-989d-c5e174c1f3ba with identifier: 7013482auction111168
2026-03-29 13:00:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8b81af91-e313-5c7b-989d-c5e174c1f3ba with identifier: 7013482auction111168
2026-03-29 13:00:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8b81af91-e313-5c7b-989d-c5e174c1f3ba with identifier: 7013482auction111168 to the API
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013482/photo_001/780x0__r.jpg?hash=1774688556>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '8b81af91-e313-5c7b-989d-c5e174c1f3ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013482',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 85719,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Combi Ambition 2.0 TDI 110KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Combi Ambition 2.0 TDI 110KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013482auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [ecarstrade.de] INFO: Saving data for 7013482auction111168: {'created_time': 1774789255.027469, 'last_price_update_time': 1774789255.027485, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013482auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013452/photo_001/780x0__r.jpg?hash=1774688509> (referer: https://ecarstrade.com/cars/7013452)
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_003/780x0__r.jpg?hash=1774688510> (referer: https://ecarstrade.com/cars/7013454)
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013456%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688513%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_003/780x0__r.jpg?hash=1774688513 not downloaded yet
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_004/780x0__r.jpg?hash=1774688568> (referer: https://ecarstrade.com/cars/7013492)
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10be70e-21e4-5c23-b241-95663c917898 with identifier: 7013461auction111168
2026-03-29 13:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10be70e-21e4-5c23-b241-95663c917898 with scrape type 1
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013461%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688526%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_001/780x0__r.jpg?hash=1774688526 not downloaded yet
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013456%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688513%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_004/780x0__r.jpg?hash=1774688513 not downloaded yet
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013461%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688526%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_002/780x0__r.jpg?hash=1774688526 not downloaded yet
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013456%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688513%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_005/780x0__r.jpg?hash=1774688513 not downloaded yet
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013461%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688526%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_003/780x0__r.jpg?hash=1774688526 not downloaded yet
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_005/780x0__r.jpg?hash=1774688510> (referer: https://ecarstrade.com/cars/7013454)
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013456%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688513%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_006/780x0__r.jpg?hash=1774688513 not downloaded yet
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_005/780x0__r.jpg?hash=1774688537> (referer: https://ecarstrade.com/cars/7013468)
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013461%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688526%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_004/780x0__r.jpg?hash=1774688526 not downloaded yet
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_002/780x0__r.jpg?hash=1774688567> (referer: https://ecarstrade.com/cars/7013492)
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_001/780x0__r.jpg?hash=1774688568> (referer: https://ecarstrade.com/cars/7013492)
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3108742c-43e3-59b1-a465-4d20f564845d
2026-03-29 13:00:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3108742c-43e3-59b1-a465-4d20f564845d, skipping ID generation
2026-03-29 13:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3108742c-43e3-59b1-a465-4d20f564845d with scrape type 1
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3108742c-43e3-59b1-a465-4d20f564845d sending to next pipeline
2026-03-29 13:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 3108742c-43e3-59b1-a465-4d20f564845d, identifier: 7013452auction111168
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013461%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688527%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_005/780x0__r.jpg?hash=1774688527 not downloaded yet
2026-03-29 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 3108742c-43e3-59b1-a465-4d20f564845d with identifier: 7013452auction111168
2026-03-29 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 3108742c-43e3-59b1-a465-4d20f564845d with identifier: 7013452auction111168
2026-03-29 13:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 3108742c-43e3-59b1-a465-4d20f564845d with identifier: 7013452auction111168 to the API
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013452/photo_001/780x0__r.jpg?hash=1774688509>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3108742c-43e3-59b1-a465-4d20f564845d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013452',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Citroen',
'model': 'Other',
'odometer': 143855,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN DS7 Crossback E-TENSE 4x4 RIVOLI 5d 147kW',
'transmission': 'automatic',
'trim': 'CITROEN DS7 Crossback E-TENSE 4x4 RIVOLI 5d 147kW',
'vin': None,
'year': 2022}
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013452auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [ecarstrade.de] INFO: Saving data for 7013452auction111168: {'created_time': 1774789255.725256, 'last_price_update_time': 1774789255.725267, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013452auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_004/780x0__r.jpg?hash=1774688538> (referer: https://ecarstrade.com/cars/7013468)
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_006/780x0__r.jpg?hash=1774688497> (referer: https://ecarstrade.com/cars/7013447)
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_003/780x0__r.jpg?hash=1774688537> (referer: https://ecarstrade.com/cars/7013468)
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00: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%252F7010001-7020000%252F7013461%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688526%27 HTTP/1.1" 200 None
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_006/780x0__r.jpg?hash=1774688526 not downloaded yet
2026-03-29 13:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_006/780x0__r.jpg?hash=1774688540> (referer: https://ecarstrade.com/cars/7013471)
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item deffb81c-abf8-5013-a274-23a077d242fd
2026-03-29 13:00:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: deffb81c-abf8-5013-a274-23a077d242fd, skipping ID generation
2026-03-29 13:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deffb81c-abf8-5013-a274-23a077d242fd with scrape type 1
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item deffb81c-abf8-5013-a274-23a077d242fd sending to next pipeline
2026-03-29 13:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: deffb81c-abf8-5013-a274-23a077d242fd, identifier: 7013454auction111168
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: deffb81c-abf8-5013-a274-23a077d242fd with identifier: 7013454auction111168
2026-03-29 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: deffb81c-abf8-5013-a274-23a077d242fd with identifier: 7013454auction111168
2026-03-29 13:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: deffb81c-abf8-5013-a274-23a077d242fd with identifier: 7013454auction111168 to the API
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013454/photo_005/780x0__r.jpg?hash=1774688510>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'deffb81c-abf8-5013-a274-23a077d242fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013454',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 33261,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Focus Lim. Titanium X 1.5 EcoBoost 110KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Lim. Titanium X 1.5 EcoBoost 110KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013454auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:56 [ecarstrade.de] INFO: Saving data for 7013454auction111168: {'created_time': 1774789256.310876, 'last_price_update_time': 1774789256.310888, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013454auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_001/780x0__r.jpg?hash=1774688513> (referer: https://ecarstrade.com/cars/7013456)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_003/780x0__r.jpg?hash=1774688567> (referer: https://ecarstrade.com/cars/7013492)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_002/780x0__r.jpg?hash=1774688513> (referer: https://ecarstrade.com/cars/7013456)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_005/780x0__r.jpg?hash=1774688540> (referer: https://ecarstrade.com/cars/7013471)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_005/780x0__r.jpg?hash=1774688498> (referer: https://ecarstrade.com/cars/7013447)
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_005/780x0__r.jpg?hash=1774688513> (referer: https://ecarstrade.com/cars/7013456)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_004/780x0__r.jpg?hash=1774688526> (referer: https://ecarstrade.com/cars/7013461)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_006/780x0__r.jpg?hash=1774688513> (referer: https://ecarstrade.com/cars/7013456)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_004/780x0__r.jpg?hash=1774688513> (referer: https://ecarstrade.com/cars/7013456)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_005/780x0__r.jpg?hash=1774688527> (referer: https://ecarstrade.com/cars/7013461)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_002/780x0__r.jpg?hash=1774688526> (referer: https://ecarstrade.com/cars/7013461)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_003/780x0__r.jpg?hash=1774688526> (referer: https://ecarstrade.com/cars/7013461)
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a14072c-9404-5d55-8ad4-14cee41e2c81
2026-03-29 13:00:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a14072c-9404-5d55-8ad4-14cee41e2c81, skipping ID generation
2026-03-29 13:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a14072c-9404-5d55-8ad4-14cee41e2c81 with scrape type 1
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a14072c-9404-5d55-8ad4-14cee41e2c81 sending to next pipeline
2026-03-29 13:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 5a14072c-9404-5d55-8ad4-14cee41e2c81, identifier: 7013492auction111168
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 5a14072c-9404-5d55-8ad4-14cee41e2c81 with identifier: 7013492auction111168
2026-03-29 13:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 5a14072c-9404-5d55-8ad4-14cee41e2c81 with identifier: 7013492auction111168
2026-03-29 13:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 5a14072c-9404-5d55-8ad4-14cee41e2c81 with identifier: 7013492auction111168 to the API
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013492/photo_003/780x0__r.jpg?hash=1774688567>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '5a14072c-9404-5d55-8ad4-14cee41e2c81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013492',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 107093,
'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': 'Touran Comfortline BMT/Start-Stopp 2.0 TDI 90KW MT6 E6d',
'transmission': 'manual',
'trim': 'Comfortline BMT/Start-Stopp 2.0 TDI 90KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013492auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:56 [ecarstrade.de] INFO: Saving data for 7013492auction111168: {'created_time': 1774789256.939443, 'last_price_update_time': 1774789256.939459, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013492auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_003/780x0__r.jpg?hash=1774688513> (referer: https://ecarstrade.com/cars/7013456)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_002/780x0__r.jpg?hash=1774688537> (referer: https://ecarstrade.com/cars/7013468)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_004/780x0__r.jpg?hash=1774688540> (referer: https://ecarstrade.com/cars/7013471)
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_006/780x0__r.jpg?hash=1774688526> (referer: https://ecarstrade.com/cars/7013461)
2026-03-29 13:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_001/780x0__r.jpg?hash=1774688526> (referer: https://ecarstrade.com/cars/7013461)
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_004/780x0__r.jpg?hash=1774688498> (referer: https://ecarstrade.com/cars/7013447)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_002/780x0__r.jpg?hash=1774688540> (referer: https://ecarstrade.com/cars/7013471)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_003/780x0__r.jpg?hash=1774688497> (referer: https://ecarstrade.com/cars/7013447)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_001/780x0__r.jpg?hash=1774688537> (referer: https://ecarstrade.com/cars/7013468)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_002/780x0__r.jpg?hash=1774688497> (referer: https://ecarstrade.com/cars/7013447)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_003/780x0__r.jpg?hash=1774688540> (referer: https://ecarstrade.com/cars/7013471)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_001/780x0__r.jpg?hash=1774688540> (referer: https://ecarstrade.com/cars/7013471)
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e
2026-03-29 13:00:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c959f9c8-9391-5e4a-8ba2-c0a4eac0531e, skipping ID generation
2026-03-29 13:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e with scrape type 1
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c959f9c8-9391-5e4a-8ba2-c0a4eac0531e sending to next pipeline
2026-03-29 13:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c959f9c8-9391-5e4a-8ba2-c0a4eac0531e, identifier: 7013456auction111168
2026-03-29 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c959f9c8-9391-5e4a-8ba2-c0a4eac0531e with identifier: 7013456auction111168
2026-03-29 13:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c959f9c8-9391-5e4a-8ba2-c0a4eac0531e with identifier: 7013456auction111168
2026-03-29 13:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c959f9c8-9391-5e4a-8ba2-c0a4eac0531e with identifier: 7013456auction111168 to the API
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013456/photo_003/780x0__r.jpg?hash=1774688513>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c959f9c8-9391-5e4a-8ba2-c0a4eac0531e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013456',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 24564,
'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': 'Focus Turnier Titanium X 1.0 EcoBoost 114KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Turnier Titanium X 1.0 EcoBoost 114KW AT7 E6d',
'vin': None,
'year': 2023}
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013456auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:57 [ecarstrade.de] INFO: Saving data for 7013456auction111168: {'created_time': 1774789257.573553, 'last_price_update_time': 1774789257.57358, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013456auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_003/780x0__r.jpg?hash=1774688484> (referer: https://ecarstrade.com/cars/7013443)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013472/photo_001/780x0__r.jpg?hash=1774688541> (referer: https://ecarstrade.com/cars/7013472)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_001/780x0__r.jpg?hash=1774688497> (referer: https://ecarstrade.com/cars/7013447)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_002/780x0__r.jpg?hash=1774688484> (referer: https://ecarstrade.com/cars/7013443)
2026-03-29 13:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_001/780x0__r.jpg?hash=1774688484> (referer: https://ecarstrade.com/cars/7013443)
2026-03-29 13:00:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a10be70e-21e4-5c23-b241-95663c917898
2026-03-29 13:00:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a10be70e-21e4-5c23-b241-95663c917898, skipping ID generation
2026-03-29 13:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10be70e-21e4-5c23-b241-95663c917898 with scrape type 1
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a10be70e-21e4-5c23-b241-95663c917898 sending to next pipeline
2026-03-29 13:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a10be70e-21e4-5c23-b241-95663c917898, identifier: 7013461auction111168
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7665ef94-e942-555f-aafe-9d0dde0c9d33
2026-03-29 13:00:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7665ef94-e942-555f-aafe-9d0dde0c9d33, skipping ID generation
2026-03-29 13:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7665ef94-e942-555f-aafe-9d0dde0c9d33 with scrape type 1
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7665ef94-e942-555f-aafe-9d0dde0c9d33 sending to next pipeline
2026-03-29 13:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 7665ef94-e942-555f-aafe-9d0dde0c9d33, identifier: 7013468auction111168
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4083647a-96d4-56f8-b632-703f29e8fe0e
2026-03-29 13:00:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4083647a-96d4-56f8-b632-703f29e8fe0e, skipping ID generation
2026-03-29 13:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4083647a-96d4-56f8-b632-703f29e8fe0e with scrape type 1
2026-03-29 13:00:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4083647a-96d4-56f8-b632-703f29e8fe0e sending to next pipeline
2026-03-29 13:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 4083647a-96d4-56f8-b632-703f29e8fe0e, identifier: 7013471auction111168
2026-03-29 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a10be70e-21e4-5c23-b241-95663c917898 with identifier: 7013461auction111168
2026-03-29 13:00:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a10be70e-21e4-5c23-b241-95663c917898 with identifier: 7013461auction111168
2026-03-29 13:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a10be70e-21e4-5c23-b241-95663c917898 with identifier: 7013461auction111168 to the API
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013461/photo_001/780x0__r.jpg?hash=1774688526>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'a10be70e-21e4-5c23-b241-95663c917898',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013461',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Ford',
'model': 'Transit',
'odometer': 85738,
'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': 3,
'seller_name': None,
'title': 'FORD Transit 350 L3H2 Lkw VA Trend 4d 96kW',
'transmission': 'manual',
'trim': 'FORD 350 L3H2 Lkw VA Trend 4d 96kW',
'vin': None,
'year': 2022}
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013461auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:58 [ecarstrade.de] INFO: Saving data for 7013461auction111168: {'created_time': 1774789258.405305, 'last_price_update_time': 1774789258.405319, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013461auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 7665ef94-e942-555f-aafe-9d0dde0c9d33 with identifier: 7013468auction111168
2026-03-29 13:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 7665ef94-e942-555f-aafe-9d0dde0c9d33 with identifier: 7013468auction111168
2026-03-29 13:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 7665ef94-e942-555f-aafe-9d0dde0c9d33 with identifier: 7013468auction111168 to the API
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013468/photo_001/780x0__r.jpg?hash=1774688537>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7665ef94-e942-555f-aafe-9d0dde0c9d33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013468',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'A 200',
'odometer': 79745,
'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': 'A -Klasse A 200 (177.087) 1.3 120KW AT7 E6d',
'transmission': 'automatic',
'trim': 'A -Klasse (177.087) 1.3 120KW AT7 E6d',
'vin': None,
'year': 2021}
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013468auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:58 [ecarstrade.de] INFO: Saving data for 7013468auction111168: {'created_time': 1774789258.828272, 'last_price_update_time': 1774789258.828286, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013468auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 4083647a-96d4-56f8-b632-703f29e8fe0e with identifier: 7013471auction111168
2026-03-29 13:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 4083647a-96d4-56f8-b632-703f29e8fe0e with identifier: 7013471auction111168
2026-03-29 13:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 4083647a-96d4-56f8-b632-703f29e8fe0e with identifier: 7013471auction111168 to the API
2026-03-29 13:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:00:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013471/photo_001/780x0__r.jpg?hash=1774688540>
{'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-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '4083647a-96d4-56f8-b632-703f29e8fe0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013471',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Mercedes',
'model': 'E 220',
'odometer': 109795,
'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': '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': 2021}
2026-03-29 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013471auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:00:59 [ecarstrade.de] INFO: Saving data for 7013471auction111168: {'created_time': 1774789259.242516, 'last_price_update_time': 1774789259.242526, 'auction_closing_time': 1774867200.0}
2026-03-29 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013471auction111168') HTTP/1.1" 204 0
2026-03-29 13:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_001/780x0__r.jpg?hash=1774688538> (referer: https://ecarstrade.com/cars/7013469)
2026-03-29 13:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_004/780x0__r.jpg?hash=1774688538> (referer: https://ecarstrade.com/cars/7013469)
2026-03-29 13:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_003/780x0__r.jpg?hash=1774688538> (referer: https://ecarstrade.com/cars/7013469)
2026-03-29 13:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_005/780x0__r.jpg?hash=1774688538> (referer: https://ecarstrade.com/cars/7013469)
2026-03-29 13:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013450> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013477> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:00:59 [ecarstrade.de] INFO: Extracting details for car 7013450auction111168
2026-03-29 13:00:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6bfd588f-7a7d-5462-98eb-21b9e78c2b43
2026-03-29 13:00:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6bfd588f-7a7d-5462-98eb-21b9e78c2b43, skipping ID generation
2026-03-29 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 with scrape type 1
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 sending to next pipeline
2026-03-29 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 6bfd588f-7a7d-5462-98eb-21b9e78c2b43, identifier: 7013472auction111168
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8290005a-3303-592c-a741-15d5cb21e16b
2026-03-29 13:00:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8290005a-3303-592c-a741-15d5cb21e16b, skipping ID generation
2026-03-29 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8290005a-3303-592c-a741-15d5cb21e16b with scrape type 1
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8290005a-3303-592c-a741-15d5cb21e16b sending to next pipeline
2026-03-29 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 8290005a-3303-592c-a741-15d5cb21e16b, identifier: 7013447auction111168
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c33e8f26-bc6a-5e68-870a-1cc49540af7c
2026-03-29 13:00:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c33e8f26-bc6a-5e68-870a-1cc49540af7c, skipping ID generation
2026-03-29 13:00:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c33e8f26-bc6a-5e68-870a-1cc49540af7c with scrape type 1
2026-03-29 13:00:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c33e8f26-bc6a-5e68-870a-1cc49540af7c sending to next pipeline
2026-03-29 13:00:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: c33e8f26-bc6a-5e68-870a-1cc49540af7c, identifier: 7013443auction111168
2026-03-29 13:00:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 with identifier: 7013472auction111168
2026-03-29 13:00:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 with identifier: 7013472auction111168
2026-03-29 13:00:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 6bfd588f-7a7d-5462-98eb-21b9e78c2b43 with identifier: 7013472auction111168 to the API
2026-03-29 13:00:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013472/photo_001/780x0__r.jpg?hash=1774688541>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '6bfd588f-7a7d-5462-98eb-21b9e78c2b43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013472',
'listing': 'auction',
'location': 'Germany - "DE-89-EHINGEN-HARTMANN"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 52382,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 1,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'CLA -Klasse Shooting Brake CLA 200 d (118.612) 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'CLA -Klasse Shooting Brake CLA 200 d (118.612) 110KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013472auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:00 [ecarstrade.de] INFO: Saving data for 7013472auction111168: {'created_time': 1774789260.149041, 'last_price_update_time': 1774789260.149052, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013472auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 8290005a-3303-592c-a741-15d5cb21e16b with identifier: 7013447auction111168
2026-03-29 13:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 8290005a-3303-592c-a741-15d5cb21e16b with identifier: 7013447auction111168
2026-03-29 13:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 8290005a-3303-592c-a741-15d5cb21e16b with identifier: 7013447auction111168 to the API
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013447/photo_001/780x0__r.jpg?hash=1774688497>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '8290005a-3303-592c-a741-15d5cb21e16b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013447',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'BMW',
'model': '118',
'odometer': 88499,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 1 Lim. 118 d Advantage 2.0 110KW AT8 E6d',
'transmission': 'automatic',
'trim': 'Baureihe 1 Lim. d Advantage 2.0 110KW AT8 E6d',
'vin': None,
'year': 2023}
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013447auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:00 [ecarstrade.de] INFO: Saving data for 7013447auction111168: {'created_time': 1774789260.545211, 'last_price_update_time': 1774789260.545224, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013447auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: c33e8f26-bc6a-5e68-870a-1cc49540af7c with identifier: 7013443auction111168
2026-03-29 13:01:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: c33e8f26-bc6a-5e68-870a-1cc49540af7c with identifier: 7013443auction111168
2026-03-29 13:01:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: c33e8f26-bc6a-5e68-870a-1cc49540af7c with identifier: 7013443auction111168 to the API
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013443/photo_001/780x0__r.jpg?hash=1774688484>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'c33e8f26-bc6a-5e68-870a-1cc49540af7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013443',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Audi',
'model': 'A6',
'odometer': 91537,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Avant 40 TDI design 2.0 TDI 150KW AT7 E6d',
'transmission': 'automatic',
'trim': 'Avant 40 TDI design 2.0 TDI 150KW AT7 E6d',
'vin': None,
'year': 2022}
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013443auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:00 [ecarstrade.de] INFO: Saving data for 7013443auction111168: {'created_time': 1774789260.965507, 'last_price_update_time': 1774789260.965518, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013443auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:00 [ecarstrade.de] INFO: Extracting details for car 7013477auction111168
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab0bd691-fef1-5834-958f-4248e98d4572
2026-03-29 13:01:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab0bd691-fef1-5834-958f-4248e98d4572, skipping ID generation
2026-03-29 13:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab0bd691-fef1-5834-958f-4248e98d4572 with scrape type 1
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab0bd691-fef1-5834-958f-4248e98d4572 sending to next pipeline
2026-03-29 13:01:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ab0bd691-fef1-5834-958f-4248e98d4572, identifier: 7013469auction111168
2026-03-29 13:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34731fe2-b3fb-52a1-8ab2-3205d556891b with identifier: 7013450auction111168
2026-03-29 13:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34731fe2-b3fb-52a1-8ab2-3205d556891b with scrape type 1
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013450%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688500%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_001/780x0__r.jpg?hash=1774688500 not downloaded yet
2026-03-29 13:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_006/780x0__r.jpg?hash=1774688550> (referer: https://ecarstrade.com/cars/7013479)
2026-03-29 13:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013478> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ab0bd691-fef1-5834-958f-4248e98d4572 with identifier: 7013469auction111168
2026-03-29 13:01:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ab0bd691-fef1-5834-958f-4248e98d4572 with identifier: 7013469auction111168
2026-03-29 13:01:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ab0bd691-fef1-5834-958f-4248e98d4572 with identifier: 7013469auction111168 to the API
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013469/photo_005/780x0__r.jpg?hash=1774688538>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ab0bd691-fef1-5834-958f-4248e98d4572',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013469',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Mercedes',
'model': 'C 220',
'odometer': 29201,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'C -Klasse T-Modell C 220 T d (206.204)Avantgarde 145KW AT9 6E',
'transmission': 'automatic',
'trim': 'C -Klasse T-Modell T d (206.204)Avantgarde 145KW AT9 6E',
'vin': None,
'year': 2024}
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013469auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [ecarstrade.de] INFO: Saving data for 7013469auction111168: {'created_time': 1774789261.593279, 'last_price_update_time': 1774789261.593291, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013469auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013450%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688500%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_002/780x0__r.jpg?hash=1774688500 not downloaded yet
2026-03-29 13:01:01 [ecarstrade.de] INFO: Extracting details for car 7013478auction111168
2026-03-29 13:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76158246-e9ce-588b-8d2b-113681e803e9 with identifier: 7013477auction111168
2026-03-29 13:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76158246-e9ce-588b-8d2b-113681e803e9 with scrape type 1
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013477%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_001/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_005/780x0__r.jpg?hash=1774688550> (referer: https://ecarstrade.com/cars/7013479)
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013450%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688500%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_003/780x0__r.jpg?hash=1774688500 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013477%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_002/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:01:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09d6b9c1-a0a9-51cd-b765-d9c21925130e with identifier: 7013478auction111168
2026-03-29 13:01:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09d6b9c1-a0a9-51cd-b765-d9c21925130e with scrape type 1
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013478%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688544%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_001/780x0__r.jpg?hash=1774688544 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013450%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688500%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_004/780x0__r.jpg?hash=1774688500 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013477%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_003/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013478%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688544%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_002/780x0__r.jpg?hash=1774688544 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013450%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688500%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_005/780x0__r.jpg?hash=1774688500 not downloaded yet
2026-03-29 13:01:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_004/780x0__r.jpg?hash=1774688550> (referer: https://ecarstrade.com/cars/7013479)
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013477%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_004/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013478%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688544%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_003/780x0__r.jpg?hash=1774688544 not downloaded yet
2026-03-29 13:01:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013450%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688500%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_006/780x0__r.jpg?hash=1774688500 not downloaded yet
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013477%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_005/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013478%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688544%27 HTTP/1.1" 200 None
2026-03-29 13:01:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_004/780x0__r.jpg?hash=1774688544 not downloaded yet
2026-03-29 13:01:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013477%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_006/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013478%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688544%27 HTTP/1.1" 200 None
2026-03-29 13:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_005/780x0__r.jpg?hash=1774688544 not downloaded yet
2026-03-29 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013478%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688545%27 HTTP/1.1" 200 None
2026-03-29 13:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_006/780x0__r.jpg?hash=1774688545 not downloaded yet
2026-03-29 13:01:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:01:06 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 21 pages/min), scraped 14 items (at 14 items/min)
2026-03-29 13:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 226MiB
2026-03-29 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013464> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_003/780x0__r.jpg?hash=1774688550> (referer: https://ecarstrade.com/cars/7013479)
2026-03-29 13:01:07 [ecarstrade.de] INFO: Extracting details for car 7013464auction111168
2026-03-29 13:01:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 with identifier: 7013464auction111168
2026-03-29 13:01:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 with scrape type 1
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013464%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688534%27 HTTP/1.1" 200 None
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_001/780x0__r.jpg?hash=1774688534 not downloaded yet
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013464%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_002/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_002/780x0__r.jpg?hash=1774688550> (referer: https://ecarstrade.com/cars/7013479)
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013464%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_003/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013455> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013464%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688534%27 HTTP/1.1" 200 None
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_004/780x0__r.jpg?hash=1774688534 not downloaded yet
2026-03-29 13:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013453> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013464%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_005/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013464%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_006/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_001/780x0__r.jpg?hash=1774688550> (referer: https://ecarstrade.com/cars/7013479)
2026-03-29 13:01:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:01:07 [ecarstrade.de] INFO: Extracting details for car 7013455auction111168
2026-03-29 13:01:08 [ecarstrade.de] INFO: Extracting details for car 7013453auction111168
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_001/780x0__r.jpg?hash=1774688500> (referer: https://ecarstrade.com/cars/7013450)
2026-03-29 13:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2e35442-8edf-5130-9387-277f21a6df02 with identifier: 7013455auction111168
2026-03-29 13:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e35442-8edf-5130-9387-277f21a6df02 with scrape type 1
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013455%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688511%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_001/780x0__r.jpg?hash=1774688511 not downloaded yet
2026-03-29 13:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deaedfbf-80bf-5745-971d-feba5ff9524e with identifier: 7013453auction111168
2026-03-29 13:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deaedfbf-80bf-5745-971d-feba5ff9524e with scrape type 1
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013453%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688506%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_001/780x0__r.jpg?hash=1774688506 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013455%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688512%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_002/780x0__r.jpg?hash=1774688512 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013453%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688506%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_002/780x0__r.jpg?hash=1774688506 not downloaded yet
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013465> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013455%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688511%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_003/780x0__r.jpg?hash=1774688511 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013453%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688506%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_003/780x0__r.jpg?hash=1774688506 not downloaded yet
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_002/780x0__r.jpg?hash=1774688500> (referer: https://ecarstrade.com/cars/7013450)
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea6e8009-c589-511d-9bf4-a9cd42894469
2026-03-29 13:01:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea6e8009-c589-511d-9bf4-a9cd42894469, skipping ID generation
2026-03-29 13:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea6e8009-c589-511d-9bf4-a9cd42894469 with scrape type 1
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea6e8009-c589-511d-9bf4-a9cd42894469 sending to next pipeline
2026-03-29 13:01:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ea6e8009-c589-511d-9bf4-a9cd42894469, identifier: 7013479auction111168
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013455%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688512%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_004/780x0__r.jpg?hash=1774688512 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013453%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688507%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_004/780x0__r.jpg?hash=1774688507 not downloaded yet
2026-03-29 13:01:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ea6e8009-c589-511d-9bf4-a9cd42894469 with identifier: 7013479auction111168
2026-03-29 13:01:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:01:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ea6e8009-c589-511d-9bf4-a9cd42894469 with identifier: 7013479auction111168
2026-03-29 13:01:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ea6e8009-c589-511d-9bf4-a9cd42894469 with identifier: 7013479auction111168 to the API
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013479/photo_001/780x0__r.jpg?hash=1774688550>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ea6e8009-c589-511d-9bf4-a9cd42894469',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013479',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Opel',
'model': 'Movano',
'odometer': 18152,
'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-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013479auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [ecarstrade.de] INFO: Saving data for 7013479auction111168: {'created_time': 1774789268.6549, 'last_price_update_time': 1774789268.654911, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013479auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:08 [ecarstrade.de] INFO: Extracting details for car 7013465auction111168
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_006/780x0__r.jpg?hash=1774688545> (referer: https://ecarstrade.com/cars/7013478)
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013455%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688511%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_005/780x0__r.jpg?hash=1774688511 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013453%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688506%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_005/780x0__r.jpg?hash=1774688506 not downloaded yet
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_005/780x0__r.jpg?hash=1774688500> (referer: https://ecarstrade.com/cars/7013450)
2026-03-29 13:01:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccde1779-ed18-51eb-b65d-7d803f10619a with identifier: 7013465auction111168
2026-03-29 13:01:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccde1779-ed18-51eb-b65d-7d803f10619a with scrape type 1
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013465%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_001/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013455%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688512%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_006/780x0__r.jpg?hash=1774688512 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013453%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688506%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_006/780x0__r.jpg?hash=1774688506 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013465%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_002/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_003/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013464)
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_002/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013464)
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_005/780x0__r.jpg?hash=1774688544> (referer: https://ecarstrade.com/cars/7013478)
2026-03-29 13:01:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013476> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013465%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_003/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013465%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688536%27 HTTP/1.1" 200 None
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_004/780x0__r.jpg?hash=1774688536 not downloaded yet
2026-03-29 13:01:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_005/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013464)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_002/780x0__r.jpg?hash=1774688506> (referer: https://ecarstrade.com/cars/7013453)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_006/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013464)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013465%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688536%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_005/780x0__r.jpg?hash=1774688536 not downloaded yet
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001411auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001411auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001411auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001413auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001413auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001413auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001414auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001414auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001414auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001416auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001416auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001416auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001418auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001418auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001418auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001419auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001419auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001419auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001420auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001420auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001420auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001421auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001421auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001421auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001422auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001422auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001422auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001423auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001423auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001423auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001424auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001424auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001424auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001425auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001425auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001425auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001426auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001426auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001426auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001427auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001427auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001427auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001428auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001428auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001428auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001429auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001429auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001429auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001430auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001430auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001430auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001431auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001431auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001431auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001432auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001432auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001432auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Found listing with ID: 7001433auction111035
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001433auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [ecarstrade.de] INFO: Scrape type for 7001433auction111035: 0
2026-03-29 13:01:09 [ecarstrade.de] INFO: Extracting details for car 7013476auction111168
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_004/780x0__r.jpg?hash=1774688534> (referer: https://ecarstrade.com/cars/7013464)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013465%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688535%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_006/780x0__r.jpg?hash=1774688535 not downloaded yet
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013463> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f82fc9f9-ccb3-503c-be62-754de178a875 with identifier: 7013476auction111168
2026-03-29 13:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f82fc9f9-ccb3-503c-be62-754de178a875 with scrape type 1
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013476%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688545%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_001/780x0__r.jpg?hash=1774688545 not downloaded yet
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_004/780x0__r.jpg?hash=1774688512> (referer: https://ecarstrade.com/cars/7013455)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_004/780x0__r.jpg?hash=1774688507> (referer: https://ecarstrade.com/cars/7013453)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013476%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688546%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_002/780x0__r.jpg?hash=1774688546 not downloaded yet
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013476%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688545%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_003/780x0__r.jpg?hash=1774688545 not downloaded yet
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_002/780x0__r.jpg?hash=1774688512> (referer: https://ecarstrade.com/cars/7013455)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013476%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688545%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_004/780x0__r.jpg?hash=1774688545 not downloaded yet
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_006/780x0__r.jpg?hash=1774688512> (referer: https://ecarstrade.com/cars/7013455)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_003/780x0__r.jpg?hash=1774688506> (referer: https://ecarstrade.com/cars/7013453)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_001/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013465)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013476%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688545%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_005/780x0__r.jpg?hash=1774688545 not downloaded yet
2026-03-29 13:01:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:09 [ecarstrade.de] INFO: Extracting details for car 7013463auction111168
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_006/780x0__r.jpg?hash=1774688506> (referer: https://ecarstrade.com/cars/7013453)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013476%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688545%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_006/780x0__r.jpg?hash=1774688545 not downloaded yet
2026-03-29 13:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 with identifier: 7013463auction111168
2026-03-29 13:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 with scrape type 1
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013463%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688533%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_001/780x0__r.jpg?hash=1774688533 not downloaded yet
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_002/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013465)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_004/780x0__r.jpg?hash=1774688536> (referer: https://ecarstrade.com/cars/7013465)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013463%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688534%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_002/780x0__r.jpg?hash=1774688534 not downloaded yet
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013463%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688534%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_003/780x0__r.jpg?hash=1774688534 not downloaded yet
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_005/780x0__r.jpg?hash=1774688536> (referer: https://ecarstrade.com/cars/7013465)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_003/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013465)
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013463%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688533%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_004/780x0__r.jpg?hash=1774688533 not downloaded yet
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013463%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688533%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_005/780x0__r.jpg?hash=1774688533 not downloaded yet
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013463%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688534%27 HTTP/1.1" 200 None
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_006/780x0__r.jpg?hash=1774688534 not downloaded yet
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_005/780x0__r.jpg?hash=1774688506> (referer: https://ecarstrade.com/cars/7013453)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_006/780x0__r.jpg?hash=1774688535> (referer: https://ecarstrade.com/cars/7013465)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_001/780x0__r.jpg?hash=1774688545> (referer: https://ecarstrade.com/cars/7013476)
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_003/780x0__r.jpg?hash=1774688545> (referer: https://ecarstrade.com/cars/7013476)
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_002/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013476)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_005/780x0__r.jpg?hash=1774688511> (referer: https://ecarstrade.com/cars/7013455)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_004/780x0__r.jpg?hash=1774688545> (referer: https://ecarstrade.com/cars/7013476)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_005/780x0__r.jpg?hash=1774688545> (referer: https://ecarstrade.com/cars/7013476)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_006/780x0__r.jpg?hash=1774688545> (referer: https://ecarstrade.com/cars/7013476)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_001/780x0__r.jpg?hash=1774688533> (referer: https://ecarstrade.com/cars/7013463)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_003/780x0__r.jpg?hash=1774688534> (referer: https://ecarstrade.com/cars/7013463)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_002/780x0__r.jpg?hash=1774688534> (referer: https://ecarstrade.com/cars/7013463)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_005/780x0__r.jpg?hash=1774688533> (referer: https://ecarstrade.com/cars/7013463)
2026-03-29 13:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_006/780x0__r.jpg?hash=1774688534> (referer: https://ecarstrade.com/cars/7013463)
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ccde1779-ed18-51eb-b65d-7d803f10619a
2026-03-29 13:01:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ccde1779-ed18-51eb-b65d-7d803f10619a, skipping ID generation
2026-03-29 13:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccde1779-ed18-51eb-b65d-7d803f10619a with scrape type 1
2026-03-29 13:01:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ccde1779-ed18-51eb-b65d-7d803f10619a sending to next pipeline
2026-03-29 13:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: ccde1779-ed18-51eb-b65d-7d803f10619a, identifier: 7013465auction111168
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f82fc9f9-ccb3-503c-be62-754de178a875
2026-03-29 13:01:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f82fc9f9-ccb3-503c-be62-754de178a875, skipping ID generation
2026-03-29 13:01:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f82fc9f9-ccb3-503c-be62-754de178a875 with scrape type 1
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f82fc9f9-ccb3-503c-be62-754de178a875 sending to next pipeline
2026-03-29 13:01:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: f82fc9f9-ccb3-503c-be62-754de178a875, identifier: 7013476auction111168
2026-03-29 13:01:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: ccde1779-ed18-51eb-b65d-7d803f10619a with identifier: 7013465auction111168
2026-03-29 13:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: ccde1779-ed18-51eb-b65d-7d803f10619a with identifier: 7013465auction111168
2026-03-29 13:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: ccde1779-ed18-51eb-b65d-7d803f10619a with identifier: 7013465auction111168 to the API
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013465/photo_006/780x0__r.jpg?hash=1774688535>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'ccde1779-ed18-51eb-b65d-7d803f10619a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013465',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 86642,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'FORD Transit Connect 200 L1 S&S Trend 4d 74kW',
'transmission': 'manual',
'trim': 'FORD 200 L1 S&S Trend 4d 74kW',
'vin': None,
'year': 2019}
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013465auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:10 [ecarstrade.de] INFO: Saving data for 7013465auction111168: {'created_time': 1774789270.571883, 'last_price_update_time': 1774789270.571897, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013465auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: f82fc9f9-ccb3-503c-be62-754de178a875 with identifier: 7013476auction111168
2026-03-29 13:01:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: f82fc9f9-ccb3-503c-be62-754de178a875 with identifier: 7013476auction111168
2026-03-29 13:01:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: f82fc9f9-ccb3-503c-be62-754de178a875 with identifier: 7013476auction111168 to the API
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013476/photo_006/780x0__r.jpg?hash=1774688545>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'f82fc9f9-ccb3-503c-be62-754de178a875',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013476',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 123399,
'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': 'Corsa F Elegance 1.5 75KW MT6 E6d',
'transmission': 'manual',
'trim': 'F Elegance 1.5 75KW MT6 E6d',
'vin': None,
'year': 2022}
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013476auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:11 [ecarstrade.de] INFO: Saving data for 7013476auction111168: {'created_time': 1774789271.047045, 'last_price_update_time': 1774789271.047057, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013476auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_004/780x0__r.jpg?hash=1774688533> (referer: https://ecarstrade.com/cars/7013463)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_001/780x0__r.jpg?hash=1774688511> (referer: https://ecarstrade.com/cars/7013455)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_003/780x0__r.jpg?hash=1774688511> (referer: https://ecarstrade.com/cars/7013455)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_001/780x0__r.jpg?hash=1774688506> (referer: https://ecarstrade.com/cars/7013453)
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_006/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013477)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_004/780x0__r.jpg?hash=1774688544> (referer: https://ecarstrade.com/cars/7013478)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_001/780x0__r.jpg?hash=1774688534> (referer: https://ecarstrade.com/cars/7013464)
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7
2026-03-29 13:01:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7, skipping ID generation
2026-03-29 13:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 with scrape type 1
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 sending to next pipeline
2026-03-29 13:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7, identifier: 7013463auction111168
2026-03-29 13:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 with identifier: 7013463auction111168
2026-03-29 13:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 with identifier: 7013463auction111168
2026-03-29 13:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7 with identifier: 7013463auction111168 to the API
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013463/photo_004/780x0__r.jpg?hash=1774688533>
{'auction_title': '',
'c_o_2_emission_value': 167,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '90582ad3-0ee1-5eb2-8b34-95e9ffaefeb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013463',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 116067,
'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': 3,
'seller_name': None,
'title': 'Transit Custom Kasten 300 L1 Trend 2.0 TDCi 77KW MT6 E6dT',
'transmission': 'manual',
'trim': 'Kasten 300 L1 Trend 2.0 TDCi 77KW MT6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013463auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:11 [ecarstrade.de] INFO: Saving data for 7013463auction111168: {'created_time': 1774789271.663543, 'last_price_update_time': 1774789271.663557, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013463auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_005/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013477)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_003/780x0__r.jpg?hash=1774688544> (referer: https://ecarstrade.com/cars/7013478)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_006/780x0__r.jpg?hash=1774688500> (referer: https://ecarstrade.com/cars/7013450)
2026-03-29 13:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_004/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013477)
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e2e35442-8edf-5130-9387-277f21a6df02
2026-03-29 13:01:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2e35442-8edf-5130-9387-277f21a6df02, skipping ID generation
2026-03-29 13:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2e35442-8edf-5130-9387-277f21a6df02 with scrape type 1
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2e35442-8edf-5130-9387-277f21a6df02 sending to next pipeline
2026-03-29 13:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: e2e35442-8edf-5130-9387-277f21a6df02, identifier: 7013455auction111168
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item deaedfbf-80bf-5745-971d-feba5ff9524e
2026-03-29 13:01:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: deaedfbf-80bf-5745-971d-feba5ff9524e, skipping ID generation
2026-03-29 13:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deaedfbf-80bf-5745-971d-feba5ff9524e with scrape type 1
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item deaedfbf-80bf-5745-971d-feba5ff9524e sending to next pipeline
2026-03-29 13:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: deaedfbf-80bf-5745-971d-feba5ff9524e, identifier: 7013453auction111168
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0
2026-03-29 13:01:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0, skipping ID generation
2026-03-29 13:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 with scrape type 1
2026-03-29 13:01:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 sending to next pipeline
2026-03-29 13:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0, identifier: 7013464auction111168
2026-03-29 13:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: e2e35442-8edf-5130-9387-277f21a6df02 with identifier: 7013455auction111168
2026-03-29 13:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: e2e35442-8edf-5130-9387-277f21a6df02 with identifier: 7013455auction111168
2026-03-29 13:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: e2e35442-8edf-5130-9387-277f21a6df02 with identifier: 7013455auction111168 to the API
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013455/photo_003/780x0__r.jpg?hash=1774688511>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'e2e35442-8edf-5130-9387-277f21a6df02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013455',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 168174,
'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': 'Focus Turnier Titanium 2.0 EcoBlue 110KW AT8 E6dT',
'transmission': 'automatic',
'trim': 'Turnier Titanium 2.0 EcoBlue 110KW AT8 E6dT',
'vin': None,
'year': 2020}
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013455auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:12 [ecarstrade.de] INFO: Saving data for 7013455auction111168: {'created_time': 1774789272.368697, 'last_price_update_time': 1774789272.368711, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013455auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: deaedfbf-80bf-5745-971d-feba5ff9524e with identifier: 7013453auction111168
2026-03-29 13:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: deaedfbf-80bf-5745-971d-feba5ff9524e with identifier: 7013453auction111168
2026-03-29 13:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: deaedfbf-80bf-5745-971d-feba5ff9524e with identifier: 7013453auction111168 to the API
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013453/photo_001/780x0__r.jpg?hash=1774688506>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'deaedfbf-80bf-5745-971d-feba5ff9524e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013453',
'listing': 'auction',
'location': 'Germany - "DE-21-EGESTORF-SULOJA"',
'make': 'Fiat',
'model': 'Panda',
'odometer': 90239,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 4,
'seller_name': None,
'title': 'FIAT Panda 1.2 Start&Stop Easy 5d 51kW',
'transmission': 'manual',
'trim': 'FIAT 1.2 Start&Stop Easy 5d 51kW',
'vin': None,
'year': 2020}
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013453auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:12 [ecarstrade.de] INFO: Saving data for 7013453auction111168: {'created_time': 1774789272.735843, 'last_price_update_time': 1774789272.735856, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013453auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 with identifier: 7013464auction111168
2026-03-29 13:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 with identifier: 7013464auction111168
2026-03-29 13:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0 with identifier: 7013464auction111168 to the API
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013464/photo_001/780x0__r.jpg?hash=1774688534>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'eb6a8b2f-44be-5ffa-8be3-c7fa4d7836e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013464',
'listing': 'auction',
'location': 'Germany - "DE-41-MOENCHENGLADBACH-SULOJA"',
'make': 'Kia',
'model': "cee'd",
'odometer': 41386,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Ceed 1.6 GDI Dream-Team Edition 5d 99kW',
'transmission': 'manual',
'trim': 'KIA Ceed 1.6 GDI Dream-Team Edition 5d 99kW',
'vin': None,
'year': 2017}
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013464auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:13 [ecarstrade.de] INFO: Saving data for 7013464auction111168: {'created_time': 1774789273.091988, 'last_price_update_time': 1774789273.092, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013464auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_004/780x0__r.jpg?hash=1774688500> (referer: https://ecarstrade.com/cars/7013450)
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_003/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013477)
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_002/780x0__r.jpg?hash=1774688544> (referer: https://ecarstrade.com/cars/7013478)
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_001/780x0__r.jpg?hash=1774688544> (referer: https://ecarstrade.com/cars/7013478)
2026-03-29 13:01:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_002/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013477)
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_003/780x0__r.jpg?hash=1774688500> (referer: https://ecarstrade.com/cars/7013450)
2026-03-29 13:01:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_001/780x0__r.jpg?hash=1774688546> (referer: https://ecarstrade.com/cars/7013477)
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09d6b9c1-a0a9-51cd-b765-d9c21925130e
2026-03-29 13:01:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09d6b9c1-a0a9-51cd-b765-d9c21925130e, skipping ID generation
2026-03-29 13:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09d6b9c1-a0a9-51cd-b765-d9c21925130e with scrape type 1
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09d6b9c1-a0a9-51cd-b765-d9c21925130e sending to next pipeline
2026-03-29 13:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 09d6b9c1-a0a9-51cd-b765-d9c21925130e, identifier: 7013478auction111168
2026-03-29 13:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 09d6b9c1-a0a9-51cd-b765-d9c21925130e with identifier: 7013478auction111168
2026-03-29 13:01:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 09d6b9c1-a0a9-51cd-b765-d9c21925130e with identifier: 7013478auction111168
2026-03-29 13:01:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 09d6b9c1-a0a9-51cd-b765-d9c21925130e with identifier: 7013478auction111168 to the API
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013478/photo_001/780x0__r.jpg?hash=1774688544>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '09d6b9c1-a0a9-51cd-b765-d9c21925130e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013478',
'listing': 'auction',
'location': 'Germany - "DE-04-KNAUTNAUNDORF-ALTMANN"',
'make': 'Opel',
'model': 'Karl',
'odometer': 149675,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 4,
'seller_name': None,
'title': 'Karl Edition Start/Stop 1.0 54KW MT5 E6dT',
'transmission': 'manual',
'trim': 'Edition Start/Stop 1.0 54KW MT5 E6dT',
'vin': None,
'year': 2019}
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013478auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:13 [ecarstrade.de] INFO: Saving data for 7013478auction111168: {'created_time': 1774789273.698151, 'last_price_update_time': 1774789273.698161, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013478auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 34731fe2-b3fb-52a1-8ab2-3205d556891b
2026-03-29 13:01:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 34731fe2-b3fb-52a1-8ab2-3205d556891b, skipping ID generation
2026-03-29 13:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34731fe2-b3fb-52a1-8ab2-3205d556891b with scrape type 1
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 34731fe2-b3fb-52a1-8ab2-3205d556891b sending to next pipeline
2026-03-29 13:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 34731fe2-b3fb-52a1-8ab2-3205d556891b, identifier: 7013450auction111168
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 76158246-e9ce-588b-8d2b-113681e803e9
2026-03-29 13:01:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76158246-e9ce-588b-8d2b-113681e803e9, skipping ID generation
2026-03-29 13:01:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76158246-e9ce-588b-8d2b-113681e803e9 with scrape type 1
2026-03-29 13:01:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76158246-e9ce-588b-8d2b-113681e803e9 sending to next pipeline
2026-03-29 13:01:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 76158246-e9ce-588b-8d2b-113681e803e9, identifier: 7013477auction111168
2026-03-29 13:01:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 34731fe2-b3fb-52a1-8ab2-3205d556891b with identifier: 7013450auction111168
2026-03-29 13:01:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 13:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 34731fe2-b3fb-52a1-8ab2-3205d556891b with identifier: 7013450auction111168
2026-03-29 13:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 34731fe2-b3fb-52a1-8ab2-3205d556891b with identifier: 7013450auction111168 to the API
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013450/photo_003/780x0__r.jpg?hash=1774688500>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '34731fe2-b3fb-52a1-8ab2-3205d556891b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013450',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'AC',
'model': 'BMW 225 Active Tourer',
'odometer': 110929,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe 2 Active Tourer 225 xe Advantage 1.5 165KW AT6 E6dT',
'transmission': 'automatic',
'trim': 'Baureihe 2 Active Tourer 225 xe Advantage 1.5 165KW AT6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013450auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:14 [ecarstrade.de] INFO: Saving data for 7013450auction111168: {'created_time': 1774789274.411504, 'last_price_update_time': 1774789274.411516, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013450auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 76158246-e9ce-588b-8d2b-113681e803e9 with identifier: 7013477auction111168
2026-03-29 13:01:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 76158246-e9ce-588b-8d2b-113681e803e9 with identifier: 7013477auction111168
2026-03-29 13:01:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 76158246-e9ce-588b-8d2b-113681e803e9 with identifier: 7013477auction111168 to the API
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013477/photo_001/780x0__r.jpg?hash=1774688546>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '76158246-e9ce-588b-8d2b-113681e803e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013477',
'listing': 'auction',
'location': 'Germany - "DE-97-Faulbach-Roos"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 38686,
'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': 'OPEL Corsa 1.2 Direct Inj Turbo Start/Stop Automatik Elegance 5d '
'74kW',
'transmission': 'automatic',
'trim': 'OPEL 1.2 Direct Inj Turbo Start/Stop Automatik Elegance 5d 74kW',
'vin': None,
'year': 2022}
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013477auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:14 [ecarstrade.de] INFO: Saving data for 7013477auction111168: {'created_time': 1774789274.840035, 'last_price_update_time': 1774789274.840047, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013477auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013457> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:14 [ecarstrade.de] INFO: Extracting details for car 7013457auction111168
2026-03-29 13:01:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 with identifier: 7013457auction111168
2026-03-29 13:01:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 with scrape type 1
2026-03-29 13:01:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013457%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688516%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_001/780x0__r.jpg?hash=1774688516 not downloaded yet
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013457%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688514%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_002/780x0__r.jpg?hash=1774688514 not downloaded yet
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013457%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688516%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_003/780x0__r.jpg?hash=1774688516 not downloaded yet
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013457%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688515%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_004/780x0__r.jpg?hash=1774688515 not downloaded yet
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013457%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688515%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_005/780x0__r.jpg?hash=1774688515 not downloaded yet
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013457%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688515%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_006/780x0__r.jpg?hash=1774688515 not downloaded yet
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_002/780x0__r.jpg?hash=1774688514> (referer: https://ecarstrade.com/cars/7013457)
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_001/780x0__r.jpg?hash=1774688516> (referer: https://ecarstrade.com/cars/7013457)
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_004/780x0__r.jpg?hash=1774688515> (referer: https://ecarstrade.com/cars/7013457)
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_003/780x0__r.jpg?hash=1774688516> (referer: https://ecarstrade.com/cars/7013457)
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_006/780x0__r.jpg?hash=1774688515> (referer: https://ecarstrade.com/cars/7013457)
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_005/780x0__r.jpg?hash=1774688515> (referer: https://ecarstrade.com/cars/7013457)
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18
2026-03-29 13:01:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2146cc1-a07c-5d72-9ff8-c6cf902ffe18, skipping ID generation
2026-03-29 13:01:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 with scrape type 1
2026-03-29 13:01:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 sending to next pipeline
2026-03-29 13:01:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: a2146cc1-a07c-5d72-9ff8-c6cf902ffe18, identifier: 7013457auction111168
2026-03-29 13:01:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 with identifier: 7013457auction111168
2026-03-29 13:01:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 with identifier: 7013457auction111168
2026-03-29 13:01:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: a2146cc1-a07c-5d72-9ff8-c6cf902ffe18 with identifier: 7013457auction111168 to the API
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013457/photo_005/780x0__r.jpg?hash=1774688515>
{'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-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'a2146cc1-a07c-5d72-9ff8-c6cf902ffe18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013457',
'listing': 'auction',
'location': 'Germany - "DE-85-EITTING-ALTMANN"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 116249,
'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-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013457auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:15 [ecarstrade.de] INFO: Saving data for 7013457auction111168: {'created_time': 1774789275.868825, 'last_price_update_time': 1774789275.868837, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013457auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013491> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:16 [ecarstrade.de] INFO: Extracting details for car 7013491auction111168
2026-03-29 13:01:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83e36eb0-27c3-59f6-84da-e870290232a6 with identifier: 7013491auction111168
2026-03-29 13:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e36eb0-27c3-59f6-84da-e870290232a6 with scrape type 1
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013491%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688566%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_001/780x0__r.jpg?hash=1774688566 not downloaded yet
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013491%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688566%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_002/780x0__r.jpg?hash=1774688566 not downloaded yet
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001435auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001435auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001435auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001436auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001436auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001436auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001438auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001438auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001438auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001439auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001439auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001439auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001441auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001441auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001441auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001442auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001442auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001442auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001443auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001443auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001443auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001445auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001445auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001445auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001446auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001446auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001446auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001447auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001447auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001447auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001448auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001448auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001448auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001449auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001449auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001449auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001450auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001450auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001450auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001451auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001451auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001451auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001452auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001452auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001452auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001454auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001454auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001454auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001457auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001457auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001457auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001459auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001459auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001459auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001468auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001468auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001468auction111035: 0
2026-03-29 13:01:16 [ecarstrade.de] INFO: Found listing with ID: 7001470auction111035
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001470auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [ecarstrade.de] INFO: Scrape type for 7001470auction111035: 0
2026-03-29 13:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013491%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688567%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_003/780x0__r.jpg?hash=1774688567 not downloaded yet
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013491%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688566%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_004/780x0__r.jpg?hash=1774688566 not downloaded yet
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013491%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688566%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_005/780x0__r.jpg?hash=1774688566 not downloaded yet
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013491%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688566%27 HTTP/1.1" 200 None
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_006/780x0__r.jpg?hash=1774688566 not downloaded yet
2026-03-29 13:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_002/780x0__r.jpg?hash=1774688566> (referer: https://ecarstrade.com/cars/7013491)
2026-03-29 13:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_001/780x0__r.jpg?hash=1774688566> (referer: https://ecarstrade.com/cars/7013491)
2026-03-29 13:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_006/780x0__r.jpg?hash=1774688566> (referer: https://ecarstrade.com/cars/7013491)
2026-03-29 13:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_003/780x0__r.jpg?hash=1774688567> (referer: https://ecarstrade.com/cars/7013491)
2026-03-29 13:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_004/780x0__r.jpg?hash=1774688566> (referer: https://ecarstrade.com/cars/7013491)
2026-03-29 13:01:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_005/780x0__r.jpg?hash=1774688566> (referer: https://ecarstrade.com/cars/7013491)
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 83e36eb0-27c3-59f6-84da-e870290232a6
2026-03-29 13:01:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 83e36eb0-27c3-59f6-84da-e870290232a6, skipping ID generation
2026-03-29 13:01:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83e36eb0-27c3-59f6-84da-e870290232a6 with scrape type 1
2026-03-29 13:01:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 83e36eb0-27c3-59f6-84da-e870290232a6 sending to next pipeline
2026-03-29 13:01:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 83e36eb0-27c3-59f6-84da-e870290232a6, identifier: 7013491auction111168
2026-03-29 13:01:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 83e36eb0-27c3-59f6-84da-e870290232a6 with identifier: 7013491auction111168
2026-03-29 13:01:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 83e36eb0-27c3-59f6-84da-e870290232a6 with identifier: 7013491auction111168
2026-03-29 13:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 83e36eb0-27c3-59f6-84da-e870290232a6 with identifier: 7013491auction111168 to the API
2026-03-29 13:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013491/photo_005/780x0__r.jpg?hash=1774688566>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '83e36eb0-27c3-59f6-84da-e870290232a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013491',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Volkswagen',
'model': 'up!',
'odometer': 20837,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 4,
'seller_name': None,
'title': 'VW Up up! 5d 48kW',
'transmission': 'manual',
'trim': 'VW Up 5d 48kW',
'vin': None,
'year': 2021}
2026-03-29 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013491auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:17 [ecarstrade.de] INFO: Saving data for 7013491auction111168: {'created_time': 1774789277.275708, 'last_price_update_time': 1774789277.275719, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013491auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013451> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:21 [ecarstrade.de] INFO: Extracting details for car 7013451auction111168
2026-03-29 13:01:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25e00a99-d78c-51c5-a1b8-22c050a944c0 with identifier: 7013451auction111168
2026-03-29 13:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25e00a99-d78c-51c5-a1b8-22c050a944c0 with scrape type 1
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013451%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688504%27 HTTP/1.1" 200 None
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_001/780x0__r.jpg?hash=1774688504 not downloaded yet
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013451%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688504%27 HTTP/1.1" 200 None
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_002/780x0__r.jpg?hash=1774688504 not downloaded yet
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013451%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688504%27 HTTP/1.1" 200 None
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_003/780x0__r.jpg?hash=1774688504 not downloaded yet
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013451%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688505%27 HTTP/1.1" 200 None
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_004/780x0__r.jpg?hash=1774688505 not downloaded yet
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013451%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688506%27 HTTP/1.1" 200 None
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_005/780x0__r.jpg?hash=1774688506 not downloaded yet
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01: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%252F7010001-7020000%252F7013451%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688505%27 HTTP/1.1" 200 None
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_006/780x0__r.jpg?hash=1774688505 not downloaded yet
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_002/780x0__r.jpg?hash=1774688504> (referer: https://ecarstrade.com/cars/7013451)
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_001/780x0__r.jpg?hash=1774688504> (referer: https://ecarstrade.com/cars/7013451)
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_003/780x0__r.jpg?hash=1774688504> (referer: https://ecarstrade.com/cars/7013451)
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_004/780x0__r.jpg?hash=1774688505> (referer: https://ecarstrade.com/cars/7013451)
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_005/780x0__r.jpg?hash=1774688506> (referer: https://ecarstrade.com/cars/7013451)
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_006/780x0__r.jpg?hash=1774688505> (referer: https://ecarstrade.com/cars/7013451)
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25e00a99-d78c-51c5-a1b8-22c050a944c0
2026-03-29 13:01:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25e00a99-d78c-51c5-a1b8-22c050a944c0, skipping ID generation
2026-03-29 13:01:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25e00a99-d78c-51c5-a1b8-22c050a944c0 with scrape type 1
2026-03-29 13:01:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25e00a99-d78c-51c5-a1b8-22c050a944c0 sending to next pipeline
2026-03-29 13:01:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 25e00a99-d78c-51c5-a1b8-22c050a944c0, identifier: 7013451auction111168
2026-03-29 13:01:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 25e00a99-d78c-51c5-a1b8-22c050a944c0 with identifier: 7013451auction111168
2026-03-29 13:01:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 25e00a99-d78c-51c5-a1b8-22c050a944c0 with identifier: 7013451auction111168
2026-03-29 13:01:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 25e00a99-d78c-51c5-a1b8-22c050a944c0 with identifier: 7013451auction111168 to the API
2026-03-29 13:01:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013451/photo_006/780x0__r.jpg?hash=1774688505>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '25e00a99-d78c-51c5-a1b8-22c050a944c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013451',
'listing': 'auction',
'location': 'Germany - "DE-41-SCHWALMTAL-SULOJA"',
'make': 'BMW',
'model': 'X2',
'odometer': 150446,
'odometer_reading_unit': 'km',
'origin_country_code': 'DE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Baureihe X2 sDrive 18 d Advantage Plus 2.0 110KW MT6 E6d',
'transmission': 'manual',
'trim': 'Baureihe sDrive 18 d Advantage Plus 2.0 110KW MT6 E6d',
'vin': None,
'year': 2020}
2026-03-29 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013451auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:22 [ecarstrade.de] INFO: Saving data for 7013451auction111168: {'created_time': 1774789282.280008, 'last_price_update_time': 1774789282.280019, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013451auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001474auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001474auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001474auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001475auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001475auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001475auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001477auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001477auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001477auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001478auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001478auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001478auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001479auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001479auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001479auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001480auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001480auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001480auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001481auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001481auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001481auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001482auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001482auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001482auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001483auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001483auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001483auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001484auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001484auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001484auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001485auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001485auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001485auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001486auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001486auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001486auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001487auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001487auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001487auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001488auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001488auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001488auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001489auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001489auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001489auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001490auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001490auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001490auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001491auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001491auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001491auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001493auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001493auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001493auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001495auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001495auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001495auction111035: 0
2026-03-29 13:01:23 [ecarstrade.de] INFO: Found listing with ID: 7001496auction111035
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001496auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:23 [ecarstrade.de] INFO: Scrape type for 7001496auction111035: 0
2026-03-29 13:01:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001497auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001497auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001497auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001498auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001498auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001498auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001499auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001499auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001499auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001500auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001500auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001500auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001501auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001501auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001501auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001502auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001502auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001502auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001503auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001503auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001503auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001504auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001504auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001504auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001505auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001505auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001505auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001506auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001506auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001506auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001507auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001507auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001507auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001508auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001508auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001508auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001509auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001509auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001509auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001510auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001510auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001510auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001511auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001511auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001511auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001512auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001512auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001512auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001513auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001513auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001513auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001514auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001514auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001514auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001516auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001516auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001516auction111035: 0
2026-03-29 13:01:30 [ecarstrade.de] INFO: Found listing with ID: 7001517auction111035
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001517auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:30 [ecarstrade.de] INFO: Scrape type for 7001517auction111035: 0
2026-03-29 13:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013484> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:35 [ecarstrade.de] INFO: Extracting details for car 7013484auction111168
2026-03-29 13:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0389907b-d3c7-594d-8c42-99fa6dd6587a with identifier: 7013484auction111168
2026-03-29 13:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0389907b-d3c7-594d-8c42-99fa6dd6587a with scrape type 1
2026-03-29 13:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013484%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774688555%27 HTTP/1.1" 200 None
2026-03-29 13:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_001/780x0__r.jpg?hash=1774688555 not downloaded yet
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013484%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774688555%27 HTTP/1.1" 200 None
2026-03-29 13:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_002/780x0__r.jpg?hash=1774688555 not downloaded yet
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013484%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774688555%27 HTTP/1.1" 200 None
2026-03-29 13:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_003/780x0__r.jpg?hash=1774688555 not downloaded yet
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013484%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774688555%27 HTTP/1.1" 200 None
2026-03-29 13:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_004/780x0__r.jpg?hash=1774688555 not downloaded yet
2026-03-29 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013484%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774688556%27 HTTP/1.1" 200 None
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_005/780x0__r.jpg?hash=1774688556 not downloaded yet
2026-03-29 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013484%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774688555%27 HTTP/1.1" 200 None
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_006/780x0__r.jpg?hash=1774688555 not downloaded yet
2026-03-29 13:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_001/780x0__r.jpg?hash=1774688555> (referer: https://ecarstrade.com/cars/7013484)
2026-03-29 13:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_002/780x0__r.jpg?hash=1774688555> (referer: https://ecarstrade.com/cars/7013484)
2026-03-29 13:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_003/780x0__r.jpg?hash=1774688555> (referer: https://ecarstrade.com/cars/7013484)
2026-03-29 13:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_004/780x0__r.jpg?hash=1774688555> (referer: https://ecarstrade.com/cars/7013484)
2026-03-29 13:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_005/780x0__r.jpg?hash=1774688556> (referer: https://ecarstrade.com/cars/7013484)
2026-03-29 13:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_006/780x0__r.jpg?hash=1774688555> (referer: https://ecarstrade.com/cars/7013484)
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0389907b-d3c7-594d-8c42-99fa6dd6587a
2026-03-29 13:01:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0389907b-d3c7-594d-8c42-99fa6dd6587a, skipping ID generation
2026-03-29 13:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0389907b-d3c7-594d-8c42-99fa6dd6587a with scrape type 1
2026-03-29 13:01:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0389907b-d3c7-594d-8c42-99fa6dd6587a sending to next pipeline
2026-03-29 13:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.de, Processed item id: 0389907b-d3c7-594d-8c42-99fa6dd6587a, identifier: 7013484auction111168
2026-03-29 13:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.de, Translating item: 0389907b-d3c7-594d-8c42-99fa6dd6587a with identifier: 7013484auction111168
2026-03-29 13:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.de, Applying rules to item: 0389907b-d3c7-594d-8c42-99fa6dd6587a with identifier: 7013484auction111168
2026-03-29 13:01:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.de, Posting item: 0389907b-d3c7-594d-8c42-99fa6dd6587a with identifier: 7013484auction111168 to the API
2026-03-29 13:01:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 13:01:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 13:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013484/photo_006/780x0__r.jpg?hash=1774688555>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '0389907b-d3c7-594d-8c42-99fa6dd6587a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013484',
'listing': 'auction',
'location': 'Germany - "DE-64-RIEDSTADT-ALTMANN"',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 77850,
'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-29 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277013484auction111168%27 HTTP/1.1" 200 None
2026-03-29 13:01:37 [ecarstrade.de] INFO: Saving data for 7013484auction111168: {'created_time': 1774789297.612931, 'last_price_update_time': 1774789297.61294, 'auction_closing_time': 1774867200.0}
2026-03-29 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='7013484auction111168') HTTP/1.1" 204 0
2026-03-29 13:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001518auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001518auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001518auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001519auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001519auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001519auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001520auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001520auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001520auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001521auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001521auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001521auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001522auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001522auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001522auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001523auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001523auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001523auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001524auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001524auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:39 [ecarstrade.de] INFO: Scrape type for 7001524auction111035: 0
2026-03-29 13:01:39 [ecarstrade.de] INFO: Found listing with ID: 7001525auction111035
2026-03-29 13:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001525auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001525auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001526auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001526auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001526auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001527auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001527auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001527auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001528auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001528auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001528auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001529auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001529auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001529auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001531auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001531auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001531auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001532auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001532auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001532auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001533auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001533auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001533auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001534auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001534auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001534auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001535auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001535auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001535auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001537auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001537auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001537auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001538auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001538auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001538auction111035: 0
2026-03-29 13:01:40 [ecarstrade.de] INFO: Found listing with ID: 7001539auction111035
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001539auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:40 [ecarstrade.de] INFO: Scrape type for 7001539auction111035: 0
2026-03-29 13:01:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:01:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001540auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001540auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001540auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001542auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001542auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001542auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001543auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001543auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001543auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001544auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001544auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001544auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001545auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001545auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001545auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001546auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001546auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001546auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001547auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001547auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001547auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001548auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001548auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001548auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001549auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001549auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001549auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001550auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001550auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001550auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001551auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001551auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001551auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001552auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001552auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001552auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001553auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001553auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001553auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001555auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001555auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001555auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001556auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001556auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001556auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001557auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001557auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001557auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001558auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001558auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001558auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001561auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001561auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001561auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001562auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001562auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001562auction111035: 0
2026-03-29 13:01:53 [ecarstrade.de] INFO: Found listing with ID: 7001565auction111035
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001565auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:01:53 [ecarstrade.de] INFO: Scrape type for 7001565auction111035: 0
2026-03-29 13:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:02:06 [scrapy.extensions.logstats] INFO: Crawled 37 pages (at 16 pages/min), scraped 28 items (at 14 items/min)
2026-03-29 13:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 229MiB
2026-03-29 13:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001566auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001566auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001566auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001567auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001567auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001567auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001568auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001568auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001568auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001569auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001569auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001569auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001571auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001571auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001571auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001572auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001572auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001572auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001573auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001573auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001573auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001574auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001574auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001574auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001575auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001575auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001575auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001577auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001577auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001577auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001578auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001578auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001578auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001579auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001579auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001579auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001580auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001580auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001580auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001581auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001581auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001581auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001583auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001583auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001583auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001584auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001584auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001584auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001586auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001586auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001586auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001590auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001590auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001590auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001597auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001597auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001597auction111035: 0
2026-03-29 13:02:07 [ecarstrade.de] INFO: Found listing with ID: 7001600auction111035
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001600auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:07 [ecarstrade.de] INFO: Scrape type for 7001600auction111035: 0
2026-03-29 13:02:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001612auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001612auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001612auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001617auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001617auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001617auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001623auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001623auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001623auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001629auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001629auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001629auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001653auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001653auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001653auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001659auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001659auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001659auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001664auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001664auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001664auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001670auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001670auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001670auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001676auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001676auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001676auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001681auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001681auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001681auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001689auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001689auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001689auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001696auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001696auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001696auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001705auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001705auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001705auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001713auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001713auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001713auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001726auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001726auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001726auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001746auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001746auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001746auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001749auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001749auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001749auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001758auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001758auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001758auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001759auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001759auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001759auction111035: 0
2026-03-29 13:02:30 [ecarstrade.de] INFO: Found listing with ID: 7001760auction111035
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001760auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:30 [ecarstrade.de] INFO: Scrape type for 7001760auction111035: 0
2026-03-29 13:02:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found listing with ID: 7001761auction111035
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001761auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:37 [ecarstrade.de] INFO: Scrape type for 7001761auction111035: 0
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found listing with ID: 7001763auction111035
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001763auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:37 [ecarstrade.de] INFO: Scrape type for 7001763auction111035: 0
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found listing with ID: 7001764auction111035
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001764auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:37 [ecarstrade.de] INFO: Scrape type for 7001764auction111035: 0
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found listing with ID: 7001766auction111035
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001766auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:37 [ecarstrade.de] INFO: Scrape type for 7001766auction111035: 0
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found listing with ID: 7001768auction111035
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001768auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:37 [ecarstrade.de] INFO: Scrape type for 7001768auction111035: 0
2026-03-29 13:02:37 [ecarstrade.de] INFO: Found listing with ID: 7001769auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001769auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001769auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001771auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001771auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001771auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001772auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001772auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001772auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001774auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001774auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001774auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001775auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001775auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001775auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001776auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001776auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001776auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001778auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001778auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001778auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001779auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001779auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001779auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001782auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001782auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001782auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001783auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001783auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001783auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001784auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001784auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001784auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001786auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001786auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001786auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001787auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001787auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001787auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001788auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001788auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001788auction111035: 0
2026-03-29 13:02:38 [ecarstrade.de] INFO: Found listing with ID: 7001789auction111035
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001789auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:02:38 [ecarstrade.de] INFO: Scrape type for 7001789auction111035: 0
2026-03-29 13:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:03:06 [scrapy.extensions.logstats] INFO: Crawled 40 pages (at 3 pages/min), scraped 28 items (at 0 items/min)
2026-03-29 13:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 237MiB
2026-03-29 13:04:06 [scrapy.extensions.logstats] INFO: Crawled 40 pages (at 0 pages/min), scraped 28 items (at 0 items/min)
2026-03-29 13:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 237MiB
2026-03-29 13:04:47 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 129.316(s), this was the 1st time calling it.
2026-03-29 13:04:47 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 5.722843034406677 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-29 13:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-29 13:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:04:59 [ecarstrade.de] INFO: Found 20 car items
2026-03-29 13:04:59 [ecarstrade.de] INFO: Found listing with ID: 7001792auction111035
2026-03-29 13:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001792auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:04:59 [ecarstrade.de] INFO: Scrape type for 7001792auction111035: 0
2026-03-29 13:04:59 [ecarstrade.de] INFO: Found listing with ID: 7001794auction111035
2026-03-29 13:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001794auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001794auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001795auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001795auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001795auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001796auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001796auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001796auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001798auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001798auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001798auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001799auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001799auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001799auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001800auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001800auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001800auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001801auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001801auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001801auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001803auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001803auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001803auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001804auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001804auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001804auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001805auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001805auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001805auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001806auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001806auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001806auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001811auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001811auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001811auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001812auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001812auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001812auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001814auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001814auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001814auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001815auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001815auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001815auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001816auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001816auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001816auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001817auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001817auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001817auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001818auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001818auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001818auction111035: 0
2026-03-29 13:05:00 [ecarstrade.de] INFO: Found listing with ID: 7001821auction111035
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001821auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:00 [ecarstrade.de] INFO: Scrape type for 7001821auction111035: 0
2026-03-29 13:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:05:06 [scrapy.extensions.logstats] INFO: Crawled 41 pages (at 1 pages/min), scraped 28 items (at 0 items/min)
2026-03-29 13:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 237MiB
2026-03-29 13:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:05:08 [ecarstrade.de] INFO: Found 1 car items
2026-03-29 13:05:08 [ecarstrade.de] INFO: Found listing with ID: 7001822auction111035
2026-03-29 13:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.de%27%20and%20RowKey%20eq%20%277001822auction111035%27 HTTP/1.1" 200 None
2026-03-29 13:05:08 [ecarstrade.de] INFO: Scrape type for 7001822auction111035: 0
2026-03-29 13:05:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 13:05:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=DE&country%5B%5D=GER) ['zyte-api']
2026-03-29 13:05:18 [ecarstrade.de] INFO: No car items found on page 14
2026-03-29 13:05:18 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-29 13:05:18 [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>: 121, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-29 13:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 13:05:19 [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%201774357519 HTTP/1.1" 200 None
2026-03-29 13:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.de',RowKey='6977175auction110742') HTTP/1.1" 204 0
2026-03-29 13:05:19 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (28 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.de/task_42_2026-03-29T13_00_00.jl
2026-03-29 13:05:19 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 480814,
'downloader/request_count': 201,
'downloader/request_method_count/GET': 201,
'downloader/response_bytes': 29400029,
'downloader/response_count': 201,
'downloader/response_status_count/200': 201,
'elapsed_time_seconds': 312.849531,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 29, 13, 5, 19, 436636, tzinfo=datetime.timezone.utc),
'item_scraped_count': 28,
'log_count/DEBUG': 1645,
'log_count/INFO': 1028,
'log_count/WARNING': 158,
'memusage/max': 248582144,
'memusage/startup': 148127744,
'photo_download_count': 158,
'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': 176,
'playwright/request_count/method/GET': 154,
'playwright/request_count/method/POST': 22,
'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': 17,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 85,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 46,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 176,
'playwright/response_count/method/GET': 154,
'playwright/response_count/method/POST': 22,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 17,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 85,
'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': 14,
'response_received_count': 43,
'scheduler/dequeued': 201,
'scheduler/dequeued/memory': 201,
'scheduler/enqueued': 201,
'scheduler/enqueued/memory': 201,
'scrape_type/new': 28,
'scrape_type/skipped': 213,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 43,
'scrapy-zyte-api/error_ratio': 0.023255813953488372,
'scrapy-zyte-api/errors': 1,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 1,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.625994978649986,
'scrapy-zyte-api/mean_response_seconds': 8.862273657960552,
'scrapy-zyte-api/processed': 42,
'scrapy-zyte-api/request_args/browserHtml': 42,
'scrapy-zyte-api/request_args/experimental.requestCookies': 42,
'scrapy-zyte-api/request_args/experimental.responseCookies': 42,
'scrapy-zyte-api/request_args/requestHeaders': 42,
'scrapy-zyte-api/request_args/sessionContext': 42,
'scrapy-zyte-api/request_args/url': 42,
'scrapy-zyte-api/status_codes/0': 1,
'scrapy-zyte-api/status_codes/200': 42,
'scrapy-zyte-api/success': 42,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 29, 13, 0, 6, 587105, tzinfo=datetime.timezone.utc)}
2026-03-29 13:05:19 [scrapy.core.engine] INFO: Spider closed (finished)